MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 51 callersMethodrespondTo
(com.tangosol.coherence.component.net.message.RequestMessage msg)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1332
↓ 51 callersMethodwithIterationCount
Set the number of iterations to perform. @param cIter the number of iterations to perform
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/RunnerProtocol.java:429
↓ 50 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:188
↓ 50 callersMethodclone
Make a clone of the LongArray. The element values are not deep-cloned. @return a clone of this LongArray object
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:316
↓ 50 callersMethodexecuteMBeanOperation
Execute an MBean operation with the provided parameters. @param request the {@link HttpRequest} @param queryBuilder the {@link QueryBuild
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:340
↓ 50 callersMethodfindFileOrResource
Return a URL to the specified file or resource, using the specified class loader or a {@link Base#getContextClassLoader() context ClassLoader}. <p> Th
prj/coherence-core/src/main/java/com/tangosol/util/Resources.java:330
↓ 50 callersMethodfrom
Create RawTime from the specified object. @param o an object to create RawTime from. @return a RawTime value @throws IllegalArgumentException if
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawTime.java:197
↓ 50 callersMethodgetChannelCount
Return the number of channels the topic has. @param sName the name of the topic @return the number of channels the topic has
prj/coherence-core/src/main/java/com/tangosol/net/TopicService.java:113
↓ 50 callersMethodgetClassName
Determine the name of the class associated with the given user type identifier. @param nTypeId the user type identifier; must be non-negative @retu
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofContext.java:95
↓ 50 callersMethodgetFormat
Return the serialization format. @return the serialization format
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/AsyncNamedCacheClient.java:647
↓ 50 callersMethodgetNamedCache
Return the cache used by the tests. <p/> This should be the plain {@link NamedCache} not an {@link com.tangosol.net.AsyncNamedCache}. @param <K> the
prj/test/functional/cache/src/main/java/cache/BaseAsyncNamedCacheTests.java:85
↓ 50 callersMethodgetService
Getter for property Service.<p> Public access to the InternalService that requires the corresponding LocalPermission.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:790
↓ 50 callersMethodgetServiceType
Return the type of the Service. @return the type of the Service @since Coherence 2.0 @see Cluster#ensureService(String, String)
prj/coherence-core/src/main/java/com/tangosol/net/ServiceInfo.java:42
↓ 50 callersMethodget_CLASS
Getter for property _CLASS.<p> Property with auto-generated accessor that returns the Class object for a given component.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:210
↓ 50 callersMethodhandle
Handle a http request. @param request the request to handle @return the response that will be sent
prj/coherence-core/src/main/java/com/tangosol/internal/http/RequestRouter.java:513
↓ 50 callersMethodisDebug
Generally speaking, compile types are "debug" and "non-debug". More specific optimizations can be toggled in a compiler-specific manner by providing
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Context.java:41
↓ 50 callersMethodisOrdered
Determine if the MapIndex orders the contents of the indexed information. To determine in which way the contents are ordered, get the Comparator from
prj/coherence-core/src/main/java/com/tangosol/util/MapIndex.java:42
↓ 50 callersMethodreadByte
Read a byte value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeByte} method. @return a <code>byte</code> value @except
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:468
↓ 50 callersMethodsetDependencies
Configure the Cluster. <p> This method can only be called before the Cluster is started. @param deps the dependencies object carrying the Cluster co
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:346
↓ 50 callersMethodsetFormat
(String format)
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/bean/Media.java:150
↓ 50 callersMethodtext
Returns the text content of this chunk. @return the text content
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/OciGenAiEmbeddingModel.java:462
↓ 50 callersMethodtoString
()
prj/coherence-core/src/main/java/com/tangosol/net/cache/TypeAssertion.java:266
↓ 50 callersMethodwaitForEvent
Return the MapEvent received by this MapListener, blocking for 1 second in the case that an event hasn't been received yet. @return the MapEvent rece
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestMapListener.java:66
↓ 49 callersMethodaccept
(String clusterName, String member, RemoteCallable<Void> callable)
prj/test/functional/management/src/main/java/management/BaseManagementInfoResourceTests.java:5529
↓ 49 callersMethodconvert
Convert the provided Object into a REST compatible JSON object. The return type in case of complex objects will typically be JSONObject, or in case of
prj/coherence-core/src/main/java/com/tangosol/internal/management/Converter.java:56
↓ 49 callersMethodget
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:58
↓ 49 callersMethodget
Find the specified string in the table and return its value. @param string the string to look for in the table @return the associated value or null
prj/coherence-core/src/main/java/com/tangosol/util/StringTable.java:107
↓ 49 callersMethodgetKey
Return a key associated with this event. @return a key
prj/coherence-core/src/main/java/com/tangosol/util/MapEvent.java:124
↓ 49 callersMethodgetValueToInternalConverter
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the Cache
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:90
↓ 49 callersMethodidentity
Returns an extractor that always returns its input argument. @param <T> the type of the input and output objects to the function @return an extracto
prj/coherence-core/src/main/java/com/tangosol/util/Extractors.java:54
↓ 49 callersMethodisStarted
Getter for property Started.<p> This property returns true once the DaemonPool as successfully been started via the start() method until the DaemonPoo
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2005
↓ 49 callersMethodmatch
Verifies that the current token matches the passed token id and, if so, advances to the next token. Otherwise, a syntax exception is thrown. @param
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Compiler.java:2655
↓ 49 callersMethodrequest
(com.tangosol.net.messaging.Request request)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:1776
↓ 49 callersMethodretainAll
Retains only the nodes in this Tree that are contained in the specified Tree. In other words, removes from this Tree all of its nodes that are not co
prj/coherence-core/src/main/java/com/tangosol/util/Tree.java:226
↓ 49 callersMethodrunTest
Run the specified {@link CacheOperations}. @param body the {@link CacheOperations} to gather traces for @param sOp the name of the cache operation
prj/test/functional/tracing/opentelemetry/core/src/main/java/opentelemetry/core/NamedCacheOperationsTracingIT.java:823
↓ 49 callersMethodtoBinary
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/BinaryWriteBuffer.java:69
↓ 49 callersMethodupdateBinaryValue
Update the binary value for this entry. <p> Passing a non-null binary is functionally equivalent to: <pre> setValue(getContext().getValueFromInterna
prj/coherence-core/src/main/java/com/tangosol/util/BinaryEntry.java:76
↓ 48 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:814
↓ 48 callersMethodaddEventInterceptor
Add an {@link EventInterceptor} to this dispatcher to be used to process {@link Event}s. The EventInterceptor will be analyzed to determine applicabil
prj/coherence-core/src/main/java/com/tangosol/net/events/EventDispatcher.java:31
↓ 48 callersMethodgetAttribute
Return the object bound with the specified name to this Channel, or null if no object is bound with that name. @param sName the name with which the
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:135
↓ 48 callersMethodgetFuture
Obtain the {@link CompletableFuture} to complete when the value has been added to the topic. @return the {@link CompletableFuture} to complete when
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/BatchingOperationsQueue.java:877
↓ 48 callersMethodgetLocalMemberId
Obtains the local member id for the {@link CoherenceClusterMember}. @return the local member id
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:69
↓ 48 callersMethodgetProjectName
Return the project name.
prj/test/functional/persistence/src/main/java/persistence/AbstractSimplePersistenceTests.java:2291
↓ 48 callersMethodgetTrueSet
Determine what items are in the "when true" set. @return the "when true" DeltaSet
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/DualSet.java:152
↓ 48 callersMethodget_CLASS
Getter for property _CLASS.<p> Property with auto-generated accessor that returns the Class object for a given component.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/NameService.java:236
↓ 48 callersMethodisStatic
Determine if the item is static. @return true if the item is static
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Info.java:79
↓ 48 callersMethodnextToken
Eats and returns the next token from the script. @return the next token @exception NoSuchElementException If the tokens are exhausted @exception Com
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Tokenizer.java:55
↓ 48 callersMethodsetSize
Set the [uncompressed] size of the entry data. @param lSize the size in bytes
prj/coherence-core/src/main/java/com/tangosol/engarde/ApplicationEntry.java:58
↓ 48 callersMethodsetType
Set the Block type. @param nType the new Block type
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3855
↓ 47 callersMethodcheckNotNull
Check that the specified object is non-null and return it. @param o the object to check @param sName the name of the corresponding parameter @p
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2282
↓ 47 callersMethodget
Return the vector. <p/> Mutating the returned vector will result in changes to the internal state of this vector. @return the actual wrapped vector
prj/coherence-core/src/main/java/com/oracle/coherence/ai/Vector.java:37
↓ 47 callersMethodgetCacheConfigPath
{@inheritDoc}
prj/test/functional/persistence/src/main/java/persistence/AbstractSimplePersistenceTests.java:2286
↓ 47 callersMethodgetCacheId
Return the id for the specified cache. @param sName the cache name @return the cache id
prj/coherence-core/src/main/java/com/tangosol/internal/util/PartitionedCacheComponent.java:30
↓ 47 callersMethodgetMBeanServerProxy
Obtain a reference to the MBeanServerProxy for this Registry. @return the MBeanServerProxy
prj/coherence-core/src/main/java/com/tangosol/net/management/Registry.java:242
↓ 47 callersMethodgetQualifiedName
Obtains the {@link QualifiedName} of the {@link XmlElement}. @return the {@link QualifiedName}
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:62
↓ 47 callersMethodgetRoot
Get the root element. This is a convenience method. Parent element is retrived using getParent(). @return the root element for this element
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:72
↓ 47 callersMethodgetSubUri
Append the provided segments to the parent URI. @param uriParent the parent URI @param asSegments the segments to be appended @return the resulti
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:1688
↓ 47 callersMethodisEmpty
Determine if the value is empty. @return true if the value is empty
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:326
↓ 47 callersMethodmark
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the {@link #reset} method) to the curre
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:361
↓ 47 callersMethodnever
Return a filter that always evaluates to false. @return a filter that always evaluates to false @see NeverFilter
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:104
↓ 47 callersMethodpack
Write out the specified long in packed format. @param l the value to write @param ab the byte array to write to @param of the offset to write at @r
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/ContentKey.java:206
↓ 47 callersMethodsetValue
Update this PofValue. <p> The changes made using this method will be immediately reflected in the result of {@link #getValue()} method, but will not b
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:129
↓ 47 callersMethodsize
Determines the number of items the {@link RecordingSubscriber} has received. @return the number of items
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/subscribers/RecordingSubscriber.java:222
↓ 47 callersMethodwriteBuffer
Write all the bytes from the passed ReadBuffer object. <p> This is functionally equivalent to the following code: <pre>{@code getBuffer().write(getOff
prj/coherence-core/src/main/java/com/tangosol/io/WriteBuffer.java:725
↓ 46 callersMethodadvance
Update the tracker to indicate that the most recently scanned region was the same or different. @param fSame pass true if the most recently scanned
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofDeltaCompressor.java:1066
↓ 46 callersMethodautomatic
Obtains a {@link ClusterPort} that is automatically chosen at runtime. @return a {@link ClusterPort} that is automatically chosen
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/options/ClusterPort.java:109
↓ 46 callersMethodcapacity
Determine the current capacity of this dequeue. @return the current capacity of this dequeue
prj/coherence-core/src/main/java/com/tangosol/util/Dequeue.java:168
↓ 46 callersMethodexecute
Return the values that satisfy this query. @param <E> the element type @param cache the cache to be queried (filtered) @param extractor the
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/query/Query.java:40
↓ 46 callersMethodgetBackupCount
Getter for property BackupCount.<p> Specifies the number of backups for each partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2498
↓ 46 callersMethodgetDeleteCount
Gets the number of deletes that have occurred. @return the number of writes
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/CacheWriterTests.java:771
↓ 46 callersMethodgetEmbeddingModel
Returns an embedding model instance for the specified model name. <p/> Embedding models convert text into vector representations that can be used for
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/ModelProvider.java:50
↓ 46 callersMethodgetLocalPort
Obtain the unicast port number that the member will listen on. @return the local port
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:256
↓ 46 callersMethodgetLong
Get the value as a long. @return the value as a long
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:66
↓ 46 callersMethodgetReference
Returns the current value of the reference. @return the current value of the reference
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicStampedReference.java:38
↓ 46 callersMethodgetValueType
@return The type of current value. @see ValueType
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:176
↓ 46 callersMethodgetWriteCount
Gets the number of writes that have occurred. @return the number of writes
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/CacheWriterTests.java:761
↓ 46 callersMethodonError
Handle an error. @param t the exception that was thrown
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/GrpcServiceProtocol.java:113
↓ 46 callersMethodput
(K key, V value)
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableSortedMap.java:172
↓ 46 callersMethodreadObject
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:2946
↓ 46 callersMethodregisterUserType
{@inheritDoc}
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/PofContext.java:107
↓ 46 callersMethodwithoutTypeChecking
Obtains a {@link TypeAssertion} that allows NamedCaches to be acquired <strong>without</strong> type-checking, warnings or log messages. @param <K>
prj/coherence-core/src/main/java/com/tangosol/net/cache/TypeAssertion.java:107
↓ 45 callersMethodequalTo
Obtains a {@link Predicate} that uses {@link Object#equals(Object)} to compare against a specified value. @param value the value to compare @param <
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/function/Predicates.java:108
↓ 45 callersMethodgetBoolean
Return the <tt>boolean</tt> which this PofValue represents. @return the <tt>boolean</tt> value
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:163
↓ 45 callersMethodgetPartitionCount
Getter for property PartitionCount.<p> Specifies the number of partitions that a distributed cache will be "chopped up" into.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3454
↓ 45 callersMethodgetQueueNameHash
Return the consistent hash of the queue name. @return the consistent hash of the queue name
prj/coherence-core/src/main/java/com/tangosol/net/NamedQueue.java:66
↓ 45 callersMethodgetScanner
Obtain the OPScanner that backs this parser @return the OPScanner that acts as a token source
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/OPParser.java:127
↓ 45 callersMethodgetSeconds
Determine the number of seconds in the time interval. @return the number of seconds in the time interval
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawTimeInterval.java:69
↓ 45 callersMethodgetStore
Return the AbstractTestStore for the given NamedCache. @param cache the NamedCache @throws IllegalArgumentException if a CacheStore could not be fo
prj/test/functional/rwbm/src/main/java/rwbm/ReadWriteBackingMapTests.java:3591
↓ 45 callersMethodhasMoreElements
()
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/LineNumberTableAttribute.java:212
↓ 45 callersMethodisRunning
Getter for property Running.<p> Calculated helper property; returns true if the service state is SERVICE_STARTED.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:1098
↓ 45 callersMethodload
Loads a document from the specified URI. This method retrieves the document content from the given URI and returns it as a standardized Document obje
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/DocumentLoader.java:48
↓ 45 callersMethodnextElement
()
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/LineNumberTableAttribute.java:217
↓ 45 callersMethodonNullReference
Specifies that a null value has been encountered in the POF stream. @param iPos context-sensitive position information: property index
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHandler.java:49
↓ 45 callersMethodpop
Pop an element off of the stack. @return the element, or null if empty
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/Stack.java:30
↓ 45 callersMethodtoBoolean
This helper function makes sure that the boolean true is always the Boolean TRUE and the boolean false is always the Boolean FALSE. This method is us
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2579
↓ 45 callersMethodtoFilename
Given a string, return a derivative version that is safe to use for a filename. @param sName the string @return a derivative of the given string th
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:70
↓ 45 callersMethodtoURL
Return a URL based on the provided URI. @param uri the URI to convert to a URL @return a URL based on the provided URI
prj/coherence-core/src/main/java/com/tangosol/dev/introspect/AbstractFilteredResourceDiscoverer.java:203
↓ 45 callersMethoduntil
Sets the {@link Predicate} to determine when the collection of results will be considered completed, based on the collected result, after which no fur
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:105
↓ 45 callersMethodwithCacheName
Configure the name of the target NamedCache @param sName the name of the target NamedCache
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/RunnerProtocol.java:1886
↓ 44 callersMethodaddToMember
(Member member)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:345
← previousnext →801–900 of 78,752, ranked by callers