MCPcopy Index your code

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 12,904 callersMethodis
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:123
↓ 6,063 callersMethodput
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry. <p> <b>Note: Though NamedCach
prj/coherence-core/src/main/java/com/tangosol/net/NamedCache.java:79
↓ 4,548 callersMethodappend
Insert an element to the tail this {@link NamedQueue}. @param e the element to insert @return the identifier for the inserted element, or {@link Lo
prj/coherence-core/src/main/java/com/tangosol/net/NamedQueue.java:75
↓ 4,215 callersMethodget
(String sHost, int nPort)
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/ServerHelperChannelProvider.java:19
↓ 3,662 callersMethodsize
Return the exact size of the data set this {@code Streamer} will iterate over, or negative integer if the exact size is unknown. @return the exact si
prj/coherence-core/src/main/java/com/tangosol/util/Streamer.java:44
↓ 2,999 callersMethodequals
Compare two ReadBuffer objects for equality. @param o a ReadBuffer object @return true iff the other ReadBuffer is identical to this
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:286
↓ 2,824 callersMethodadd
Add the passed element value to the LongArray and return the index at which the element value was stored. @param oValue the object to add to the Lon
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:101
↓ 2,281 callersMethodof
Returns a {@link WithName} option to set the specified Session name. @param sName the name to use @return a {@link WithName} option to set the spec
prj/coherence-core/src/main/java/com/tangosol/net/options/WithName.java:42
↓ 2,134 callersMethodsetProperty
(String sValue)
prj/test/functional/extractor/src/main/java/extractor/data/TestInterface.java:20
↓ 1,982 callersMethodget
Using the index information if possible, get the value associated with the specified key. This is expected to be more efficient than using the ValueEx
prj/coherence-core/src/main/java/com/tangosol/util/MapIndex.java:94
↓ 1,676 callersMethodgetClass
Determine the class associated with the given user type identifier. @param nTypeId the user type identifier; must be non-negative @return the class
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofContext.java:107
↓ 1,594 callersMethodlength
Determine the length of the buffer. @return the number of bytes of data represented by this ReadBuffer
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:39
↓ 1,558 callersMethodisEmpty
Test for empty LongArray. @return true if LongArray has no nodes
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:155
↓ 1,536 callersMethodtoString
Provides a human-readable description of the token, including any category and sub-category information. @return a human-readable description of the
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Token.java:108
↓ 1,467 callersMethodvalueOf
(boolean value)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/Trilean.java:44
↓ 1,462 callersMethodnotNullValue
Obtains a {@link Predicate} that succeeds when provided with a non-<code>null</code> value. @param <T> the type of value @return a {@link Predicate
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/function/Predicates.java:95
↓ 1,363 callersMethodgetValue
Return the value corresponding to this entry. If the entry does not exist, then the value will be null. To differentiate between a null value and a no
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:619
↓ 1,356 callersMethodgetName
Return the name of this session, if available. @return the name of this session, if available; {@code null} otherwise
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:252
↓ 1,334 callersMethoditerator
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices. @return an instance of LongArray.Iterator
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:170
↓ 1,287 callersMethodclear
Removes all mappings from this map. <p> <b>Note: invoking the {@code clear()} operation against a distributed map can be both a memory and CPU intensi
prj/coherence-core/src/main/java/com/tangosol/net/NamedMap.java:91
↓ 1,206 callersMethodnext
Returns the next element in the iteration. @return the next element in the iteration @exception java.util.NoSuchElementException iteration has no
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:354
↓ 1,201 callersMethodcontains
Determine if the LongArray contains the specified element. <p> More formally, returns <tt>true</tt> if and only if this LongArray contains at least on
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:143
↓ 1,195 callersMethodbuild
(String sName, NamedCache<QueueKey, E> cache)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/NamedQueueBuilder.java:46
↓ 1,190 callersMethodget_Parent
Getter for property _Parent.<p> Parent component for this component. This property is not meant to be designed directly.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:489
↓ 1,181 callersMethodprintln
(String sMessage)
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:5590
↓ 1,116 callersMethodremove
This operation is not supported.
prj/coherence-core/src/main/java/com/tangosol/util/Streamer.java:98
↓ 1,086 callersMethodreplace
(K key, V oldValue, V newValue)
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:209
↓ 951 callersMethodinvoke
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation. @param <R> the type of
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:74
↓ 942 callersMethodgetKey
Return the key corresponding to this entry. The resultant key does not necessarily exist within the containing Map, which is to say that <tt>Invocable
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:605
↓ 924 callersMethodget
(String sAddr, int nPort, String sCmd)
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Console.java:931
↓ 904 callersMethodhasNext
Returns <tt>true</tt> if the iteration has more elements. (In other words, returns <tt>true</tt> if <tt>next</tt> would return an element rather than
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:344
↓ 845 callersMethodset_Constructed
Setter for property _Constructed.<p> Specifies whether the component design state has been reconstructed. This property is not meant to be designed di
prj/coherence-core-components/src/main/java/com/tangosol/coherence/Component.java:1781
↓ 836 callersMethodentrySet
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter. Each element in the returned set is a {@lin
prj/coherence-core/src/main/java/com/tangosol/util/QueryMap.java:69
↓ 830 callersMethod_trace
This method is used for debugging.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/Component.java:1191
↓ 760 callersMethodstream
Return a {@link Stream} based on this {@code Streamer}. @return a {@link Stream} based on this {@code Streamer}
prj/coherence-core/src/main/java/com/tangosol/util/Streamer.java:70
↓ 758 callersMethodpath
Returns a property path to use to extract the value. <p> This attribute can only be used in combination with the {@link #type()} attribute, and only i
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/PofExtractor.java:220
↓ 747 callersMethodwriteObject
Write an <tt>Object</tt> property to the POF stream. <p> The given object must be an instance of one of the following: <ul> <li>boolean[]</li> <li
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:991
↓ 735 callersMethodensureRuntimeException
Convert the passed exception to a RuntimeException if necessary. @apiNote We can't use the {@link Exceptions#ensureRuntimeException(Throwable)}
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:310
↓ 732 callersMethodkeySet
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter. <p> Unlike the {@link #keySet()} me
prj/coherence-core/src/main/java/com/tangosol/util/QueryMap.java:50
↓ 725 callersMethodreadObject
Read a property of any type, including a user type, from the POF stream. @param <T> the object type @param iProp the property index to read @ret
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:602
↓ 714 callersMethodjoin
Join an array of Binaries into a single Binary. @param aBinaries an array of Binaries to join @since 12.2.1.4
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:1741
↓ 670 callersMethodwriteInt
Write a <tt>int</tt> property to the POF stream. @param iProp the property index @param n the <tt>int</tt> property value to write @throws Ill
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:161
↓ 646 callersMethodout
Prints a blank line.
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:388
↓ 645 callersMethodgetSafeElement
Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element d
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:193
↓ 641 callersMethodgetNamedCache
Return the {@link NamedCache} instance this {@code AsyncNamedCache} is based on. @return the {@link NamedCache} instance this {@code AsyncNamedCache}
prj/coherence-core/src/main/java/com/tangosol/net/AsyncNamedCache.java:37
↓ 627 callersMethodout
(String s)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ClassHelperTest.java:527
↓ 620 callersMethodreadInt
Read an int value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeInt} method. @return an <code>int</code> value @excepti
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:545
↓ 607 callersMethodvalues
Return an immutable collection of the values contained in this map that satisfy the criteria expressed by the filter. <p> Unlike the {@link #values()}
prj/coherence-core/src/main/java/com/tangosol/util/QueryMap.java:115
↓ 603 callersMethodgetMessage
Getter for property Message.<p> The message to extract context from.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:14721
↓ 602 callersMethodazzert
Definite assertion failure. @return null
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:260
↓ 600 callersMethodprintln
Log the accumulated String using the logging severity that this PrintWriter was configured with.
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2808
↓ 587 callersMethodclose
Close and release the a {@link NamedCollection}. @param col the {@link NamedCollection} to close
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:180
↓ 574 callersMethodcontainsKey
Return <tt>true</tt> iff this BinaryStore contains a mapping for the specified key. @param binKey key whose presence in the BinaryStore is to be tes
prj/coherence-core/src/main/java/com/tangosol/io/BinaryStore.java:119
↓ 568 callersMethodassertNotNull
(V oValue)
prj/coherence-core/src/main/java/com/tangosol/internal/net/NamedMapValuesCollection.java:189
↓ 565 callersMethodtoArray
Returns an array containing the elements of this stream. <p> This is a <em>terminal operation</em>. @return an array containing the elements of this
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1104
↓ 557 callersMethod_assert
This method is used for debugging. Default implementation throws an exception if the condition is "false".
prj/coherence-core-components/src/main/java/com/tangosol/coherence/Component.java:336
↓ 546 callersMethodmax
Returns the maximum element of this stream according to the provided {@code Comparator}. This is a special case of a reduction. <p> This is a <em>ter
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1557
↓ 532 callersMethodput
(Object oKey, Object oValue)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ServiceConfig.java:815
↓ 530 callersMethodreadPackedInt
Read an int value using a variable-length storage format as described by {@link WriteBuffer.BufferOutput#writePackedInt(int)}. @return an int value
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:656
↓ 528 callersMethodinfo
Log the specified message with {@link #INFO} severity. @param sMessage the message to log
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Logger.java:347
↓ 525 callersMethodaggregate
Perform an aggregating operation against all the entries. @param <R> the type of value returned by the EntryAggregator @param aggregator the E
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:139
↓ 517 callersMethodgetCluster
Return the Cluster object that this Service is a part of. @return the Cluster object
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:37
↓ 501 callersMethodgetAbsolutePath
Get the '/'-delimited path of the element starting from the root element. This is a convenience method. Elements are retrieved by simple name using
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:83
↓ 500 callersMethodmap
Returns a stream consisting of the results of applying the given function to the elements of this stream. <p> This is an <em>intermediate operation</e
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:185
↓ 487 callersMethodgetId
Return a small number that uniquely identifies the Member at this point in time and does not change for the life of this Member. <p> This value someti
prj/coherence-core/src/main/java/com/tangosol/net/Member.java:71
↓ 483 callersMethodset
Add the passed item to the LongArray at the specified index. <p> If the index is already used, the passed value will replace the current value stored
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:91
↓ 480 callersMethodunlock
Unlock the specified item. The item doesn't have to exist to be <i>unlocked</i>. If the item is currently locked, only the <i>holder</i> of the lock c
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentMap.java:81
↓ 478 callersMethodgetStatus
Return the response status code. @return the response status code
prj/coherence-core/src/main/java/com/tangosol/internal/http/Response.java:47
↓ 473 callersMethodrequest
Synchronously send a Request to the peer endpoint through this Channel over the underlying Connection and return the result of processing the Request.
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:209
↓ 471 callersMethodgetMessage
@return the formatted error message
prj/coherence-core/src/main/java/com/tangosol/util/ErrorList.java:396
↓ 470 callersMethodstartsWith
Tests if this Binary object starts with the specified prefix beginning a specified offset. @param bin the prefix @param ofFrom the offset to beg
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:298
↓ 467 callersMethodgetCacheService
Return the CacheService that this NamedCache is a part of. @return the CacheService
prj/coherence-core/src/main/java/com/tangosol/net/NamedCache.java:52
↓ 454 callersMethodindexOf
Return the index in this LongArray of the first occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified ele
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:233
↓ 445 callersMethodgetCache
Acquire a {@link NamedCache} using the specified {@link com.tangosol.net.NamedCache.Option}s, for example a {@link TypeAssertion}. @param sName th
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:84
↓ 444 callersMethodmin
Returns the minimum element of this stream according to the provided {@code Comparator}. This is a special case of a reduction. <p> This is a <em>ter
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1507
↓ 440 callersMethodhashCode
Provide a hash value for this XML value. The hash value is defined as one of the following: <ol> <li> 0 if getValue() returns null <li> otherwise the
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:381
↓ 437 callersMethodcollect
Performs a mutable reduction operation on the elements of this stream. A mutable reduction is one in which the reduced value is a mutable result conta
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1371
↓ 436 callersMethodasList
Return the additional type info as {@link PofList}. @return the additional type info as {@code PofList} @throws IllegalStateException if this proper
prj/coherence-core/src/main/java/com/tangosol/io/pof/schema/PofProperty.java:231
↓ 435 callersMethodlock
Attempt to lock the specified item within the specified period of time. <p> The item doesn't have to exist to be <i>locked</i>. While the item is lock
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentMap.java:58
↓ 433 callersMethodwrite
Store the specified byte at the specified offset within the buffer. <p> For purposes of side-effects and potential exceptions, this method is function
prj/coherence-core/src/main/java/com/tangosol/io/WriteBuffer.java:44
↓ 432 callersMethodgetString
Get the value as a String. @return the value as a String
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:108
↓ 425 callersMethodgetSafeTimeMillis
Returns a "safe" current time in milliseconds. @return the difference, measured in milliseconds, between the corrected current time and midn
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2016
↓ 422 callersMethodintValue
Returns the current value of this {@code AtomicLong} as an {@code int} after a narrowing primitive conversion. @return the numeric value represented
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicLong.java:263
↓ 418 callersMethodnullValue
Obtains a {@link Predicate} that succeeds when provided with a <code>null</code> value. @param <T> the type of value @return a {@link Predicate}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/function/Predicates.java:83
↓ 414 callersMethodputAll
Copies all of the mappings from the specified map to this map. @param map mappings to be added to this map @return a {@link CompletableFuture}
prj/coherence-core/src/main/java/com/tangosol/net/AsyncNamedMap.java:216
↓ 410 callersMethodany
Return a composite filter representing logical OR of all specified filters. @param filters an array of filters @return a composite filter represen
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:80
↓ 410 callersMethodcharAt
(ValueExtractor<? super T, ? extends String> extractor, int nIndex)
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/tests/streams/BaseStreamTest.java:555
↓ 403 callersMethodformat
Format a line of assembly. @return a formatted 3-column string (label, instruction, comment)
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Op.java:1592
↓ 388 callersMethodaddMapListener
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value
prj/coherence-core/src/main/java/com/tangosol/util/ObservableMap.java:52
↓ 388 callersMethodinvokeAll
Invoke the passed EntryProcessor against all the entries, returning the result of the invocation for each. @param <R> the type of value returne
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:86
↓ 378 callersMethodstartCacheServer
(String sMemberName, Properties propServer)
prj/test/functional/metrics/src/main/java/metrics/MetricsStartupModeTests.java:252
↓ 375 callersMethodequals
Compare two references for equality. @param o1 the first object reference @param o2 the second object reference @return true if equal, false other
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Objects.java:29
↓ 368 callersMethodgetCacheName
Return the cache name. @return the cache name
prj/coherence-core/src/main/java/com/tangosol/net/NamedCache.java:45
↓ 368 callersMethodreceive
Receive a value from the topic. If there is no value available then the future will complete according to the {@link CompleteOnEmpty} option used to
prj/coherence-core/src/main/java/com/tangosol/net/topic/Subscriber.java:227
↓ 368 callersMethodsubmit
Submits the {@link Task.Collectable} for orchestration by a {@link TaskExecutorService}. @return a {@link Task.Coordinator} for managing an orchestra
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:137
↓ 364 callersMethodget
Returns the value to which the specified key is mapped, or {@code null} if this map contains no mapping for the key. @param key the key whose associ
prj/coherence-core/src/main/java/com/tangosol/net/AsyncNamedMap.java:75
↓ 362 callersMethodstopCacheServer
Stop the specified cache server. @param sServer the name of the cache server that was specified when it was started
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:1071
↓ 356 callersMethodsetValue
Stores a new value at the current value index, returning the value that was replaced. The index of the current value is obtainable by calling the <tt>
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:398
↓ 349 callersMethodgetElement
Get a child element. This is a convenience method. Elements are accessed and manipulated via the list returned from getElementList(). If multiple c
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:119
↓ 340 callersMethodgetService
Returns a Service object for the specified service name. @param sName the service name, within the cluster, that uniquely identifies a
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:80
next →1–100 of 78,752, ranked by callers