MCPcopy Index your code

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 329 callersMethodwriteBoolean
Write a <tt>boolean</tt> property to the POF stream. @param iProp the property index @param f the <tt>boolean</tt> property value to write @th
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:105
↓ 327 callersMethodverify
(String s, SSLSession sslSession)
prj/test/functional/ssl/src/main/java/ssl/CustomHostnameVerifier.java:28
↓ 327 callersMethodwriteLong
Write a <tt>long</tt> property to the POF stream. @param iProp the property index @param n the <tt>long</tt> property value to write @throws I
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:175
↓ 326 callersMethodreadString
Read a <tt>String</tt> from the POF stream. @param iProp the property index to read @return the <tt>String</tt> property value, or null if no value
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:377
↓ 322 callersMethodconvert
Convert the passed object to another object. @param value the object to convert @return the converted form of the passed object @throws IllegalArg
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Converter.java:34
↓ 322 callersMethodforEach
Perform the given action for each entry selected by the specified key set until all entries have been processed or the action throws an exception. <p>
prj/coherence-core/src/main/java/com/tangosol/net/NamedMap.java:132
↓ 321 callersMethodwriteObject
Write the specified data to the passed DataOutput object. @param out the DataOutput stream to write to @param o the data to write to the DataOutp
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:3097
↓ 319 callersMethodreadLong
Read a long value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeLong} method. @return a <code>long</code> value @except
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:560
↓ 317 callersMethodreadObject
Read an Object from the passed DataInput object. @param <T> the class of the object read @param in the DataInput stream to read an object from @r
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:2940
↓ 315 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-components/src/main/java/com/tangosol/coherence/component/util/Iterator.java:203
↓ 314 callersMethodgetMessage
Getter for property Message.<p> The Message to process.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:2255
↓ 312 callersMethodreadBoolean
Read a boolean value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeBoolean} method. @return either <code>true</code> or
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:453
↓ 304 callersMethodget
Return the {@link OutputStream} to use to send a http response. @return the {@link OutputStream} to use to send a http response @throws IOException if
prj/coherence-core/src/main/java/com/tangosol/internal/metrics/MetricsHttpHandler.java:917
↓ 301 callersMethodwriteString
Write a <tt>String</tt> property to the POF stream. @param iProp the property index @param s the <tt>String</tt> property value to write @thro
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:561
↓ 300 callersMethodtoBinary
Write an object into a Binary object. @param o the object to write into a Binary object @return a Binary object containing a serialized form of th
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:296
↓ 299 callersMethodgetInfo
Return the ServiceInfo object for this Service. @return the ServiceInfo object
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:44
↓ 295 callersMethodstart
Start the container.
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/Container.java:40
↓ 286 callersMethodcreateSubscriber
Create a {@link Subscriber} that can subscribe to a {@link NamedTopic}. @param sName the name of the {@link NamedTopic} the {@link Subscriber} will
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:154
↓ 285 callersMethodgetSimpleName
Determine the simple (unqualified) name of a class. @param clz the class to determine the simple name of @return the simple name of the class
prj/coherence-core/src/main/java/com/tangosol/util/ClassHelper.java:165
↓ 283 callersMethodsetResult
Set the result of processing the Request. @param oResult the result of processing the Request
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Response.java:87
↓ 278 callersMethodisPresent
Determine if this Entry exists in the Map. If the Entry is not present, it can be created by calling {@link #setValue(Object)} or {@link #setValue(Obj
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:726
↓ 277 callersMethodcreateTempDir
Create a unique temporary directory. @return a unique temporary directory
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:280
↓ 276 callersMethodexists
Determine if the specified index is in use. @param lIndex a long index value @return true if a value (including null) is stored at the specified
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:111
↓ 275 callersMethodprintStackTrace
Build a stack trace for the passed exception. @param e a Throwable object that contains stack trace information @return a String containing a print
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:670
↓ 267 callersMethodgetStatusCode
Get the associated status code. @return the status code.
prj/coherence-core/src/main/java/com/tangosol/internal/http/Response.java:390
↓ 266 callersMethodprint
Print the result object to the specified {@link PrintWriter}. @param writer the PrintWriter to print the results to @param sTitle the title to prin
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/StatementResult.java:37
↓ 262 callersMethodremoveMapListener
Remove a standard map listener that previously signed up for all events. This has the same result as the following call: <pre> removeMapListener(lis
prj/coherence-core/src/main/java/com/tangosol/util/ObservableMap.java:63
↓ 255 callersMethodnext
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperSet.java:380
↓ 252 callersMethodnewInstance
Create a new instance of the object represented by this type. @return new object instance represented by this metadata
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/TypeMetadata.java:43
↓ 250 callersMethodincrementAndGet
Atomically increments the current value. <p>Equivalent to {@code addAndGet(1)}. @return the updated value
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicLong.java:108
↓ 250 callersMethodtrim
Trim XML whitespace. See XML 1.0 2ed section 2.3. @param s the original String @return the passed String minus any leading or trailing whitespace
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:716
↓ 248 callersMethodrelease
Release this context, causing the Guardian to discontinue monitoring of the represented Guardable.
prj/coherence-core/src/main/java/com/tangosol/net/Guardian.java:111
↓ 247 callersMethodequals
Compare two references for equality. @param o1 an object @param o2 an object to be compared with o1 for references equality @return true if equal
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1904
↓ 247 callersMethodextract
Extract a value out of the Entry's key or value. Calling this method is semantically equivalent to <tt>extractor.extract(entry.getValue())</tt>, but t
prj/coherence-core/src/main/java/com/tangosol/util/QueryMap.java:314
↓ 246 callersMethodgetService
(NamedCacheService.Dependencies dependencies)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/TestNamedCacheServiceProvider.java:18
↓ 238 callersMethodgetKeyObject
Convert the passed in key to a (potentially) different object. This allows classes which extend AbstractExtendTests to use different key classes. @pa
prj/test/functional/extend/src/main/java/extend/AbstractExtendTests.java:181
↓ 237 callersMethodawait
Wait for a notification. Note that spurious wake-ups are possible. @throws InterruptedException if the calling thread is interrupted while i
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Notifier.java:31
↓ 237 callersMethodput
Put a property with the given name and value. @param sKey the key of the property @param value the value of the property @param <V> the value t
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:582
↓ 236 callersMethodlongValue
Returns the current value of this {@code AtomicLong} as a {@code long}. @return the numeric value represented by this object
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicLong.java:271
↓ 235 callersMethodreadUnsignedShort
Read an unsigned short value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeShort} method when it is used with unsigned 16
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:515
↓ 234 callersMethodflush
Ensure that any buffered asynchronous operations are dispatched to the underlying tier. <p> Note: this is a non-blocking call.
prj/coherence-core/src/main/java/com/tangosol/net/FlowControl.java:46
↓ 232 callersMethodbuilder
Create a {@link SessionConfiguration} builder. @return a {@link SessionConfiguration} builder
prj/coherence-core/src/main/java/com/tangosol/net/SessionConfiguration.java:169
↓ 230 callersMethodisAssignableFrom
Determines if two types are assignment compatible, that is, the type of y can be assigned to type x. @param x the first type @param y the second ty
prj/coherence-core/src/main/java/com/tangosol/util/fsm/ReflectionHelper.java:254
↓ 229 callersMethodlog
Logs the specified event and timestamp with the {@code Span}. @param sEvent the event value; often a stable identifier for a moment in the Span life
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/Span.java:76
↓ 227 callersMethoderr
Log the specified message with {@link #ERROR} severity. @param sMessage the message to log
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Logger.java:209
↓ 225 callersMethodgetBaseTarget
()
prj/test/functional/management/src/main/java/management/BaseManagementInfoResourceTests.java:4704
↓ 223 callersMethodwriteExternal
(ObjectOutput out)
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentMap.java:275
↓ 221 callersMethodisActive
Return {@code true} if this {@link Session} is active and has not been closed. @return {@code true} if this {@link Session} is active
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:267
↓ 220 callersMethodregister
Register a manageable object. The object itself is not necessarily an MBean. If the object is not an MBean (standard or dynamic), the Registry will d
prj/coherence-core/src/main/java/com/tangosol/net/management/Registry.java:220
↓ 220 callersMethodtoByteString
Convert a {@link Binary} to a {@link ByteString}. <p> We need to create a {@link ByteString} as efficiently as possible from the {@link Binary} so we
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/BinaryHelper.java:170
↓ 218 callersMethodinstantiateMessage
(int nMsgType)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:2294
↓ 217 callersMethodgetProperty
()
prj/test/functional/extractor/src/main/java/extractor/data/TestInterface.java:18
↓ 216 callersMethodgetProperty
Get the value of Coherence property <code>sName</code> <p> This implementation differs from {@link System#getProperty(String)} that a {@link java.lang
prj/coherence-core/src/main/java/com/tangosol/coherence/config/Config.java:56
↓ 215 callersMethodadd
Adds a Runnable task to the DaemonPool. @param task the Runnable task to execute (call the <tt>run()</tt> method of) on one of the daem
prj/coherence-core/src/main/java/com/tangosol/internal/util/DaemonPool.java:31
↓ 215 callersMethodfilter
Return {@code true} if the specified {@code id} can be returned in the search results. @param id the {@code id} to test @return {@code true} if the
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Hnswlib.java:266
↓ 215 callersMethodgetCluster
Return a Cluster object for Coherence services. @return a Cluster object which may or may not be running @since Coherence 1.1
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactory.java:533
↓ 213 callersMethodpost
Submit a message for publishing. @param msg the message, must be an instance of Component.Net.Message @return true if the message was accepted; fal
prj/coherence-core/src/main/java/com/tangosol/internal/util/MessagePublisher.java:29
↓ 209 callersMethodrealize
Realizes an instance of type T. @return a (possibly new) instance of type T
prj/coherence-core/src/main/java/com/tangosol/util/Builder.java:26
↓ 209 callersMethodwriteShort
Write a <tt>short</tt> property to the POF stream. @param iProp the property index @param n the <tt>short</tt> property value to write @throws
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:147
↓ 207 callersMethodfromBinary
Read an object from a Binary object. @param <T> the class of the deserialized object @param bin the Binary object containing the serialized object
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:360
↓ 206 callersMethodadd
Add the specified partition to the set. @param nPartition the partition to add @return true if the specified partition was actually added as a resu
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:149
↓ 206 callersMethodtoByteArray
Get the contents of the ReadBuffer as a byte array. <p> This is the equivalent of <code>toByteArray(0, length())</code>. @return a byte[] with the co
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:187
↓ 205 callersMethodlastIndexOf
Return the index in this LongArray of the last occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified elem
prj/coherence-core/src/main/java/com/tangosol/util/LongArray.java:258
↓ 204 callersMethodgetMap
Acquire a {@link NamedMap} using the specified {@link com.tangosol.net.NamedMap.Option}s, for example a {@link TypeAssertion}. @param sName the na
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:70
↓ 203 callersMethodendsWith
Tests if this Binary object ends with the specified suffix. @param bin the suffix @return <code>true</code> if the byte sequence represented by the
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:336
↓ 202 callersMethodgetThisMember
Getter for property ThisMember.<p> Returns the Member object for this Member, or null if this Member has not yet joined the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:2052
↓ 201 callersMethodloadXml
Load XML from a file for a class. @param clz the class for which to load the XML @return the XML content or null
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:75
↓ 201 callersMethodof
Create a {@code Nullable} representation of the specified reference value. @param value the value to create a {@code Nullable} for @return a {@code
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Nullable.java:41
↓ 200 callersMethodgetAddress
Return the IP address of the Member's DatagramSocket for point-to-point communication. @return the IP address of the Member's DatagramSocket
prj/coherence-core/src/main/java/com/tangosol/net/Member.java:32
↓ 200 callersMethodgetClassLoader
Return the {@link ClassLoader} in use. @return the {@link ClassLoader}
prj/coherence-core/src/main/java/com/tangosol/application/Context.java:51
↓ 198 callersMethodequals
SocketAddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses. <p> Note: the general con
prj/coherence-core/src/main/java/com/tangosol/net/SocketAddressProvider.java:70
↓ 198 callersMethodgetValue
Return the deserialized value which this PofValue represents. <p> Note: For primitive types such as int or boolean, the POF type is not stored in the
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:82
↓ 197 callersMethodregisterProcessor
Registers an {@link AttributeProcessor} that may be used to process specific types of values contained in {@link XmlAttribute}s with in the {@link Pro
prj/coherence-core/src/main/java/com/tangosol/config/xml/ProcessingContext.java:176
↓ 195 callersMethodhash
Calculate a running hash using the boolean value. @param value the boolean value for use in the hash @param hash the running hash value @return the
prj/coherence-core/src/main/java/com/tangosol/util/HashHelper.java:32
↓ 193 callersMethodapply
(T value)
prj/coherence-core/src/main/java/com/tangosol/util/ValueExtractor.java:128
↓ 192 callersMethodgetElementList
Get the list of all child elements. The contents of the list implement the XmlValue interface. If this XmlElement is mutable, then the list returned
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:101
↓ 191 callersMethodpublish
Asynchronously publish the specified value to the topic. <p> {@link CompletableFuture#cancel(boolean) Cancellation} of the returned future is best-eff
prj/coherence-core/src/main/java/com/tangosol/net/topic/Publisher.java:130
↓ 190 callersMethoddeleteDirSilent
Recursively delete a directory suppressing any raised exceptions. @param fileDir directory to delete
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:222
↓ 189 callersMethodcompareAndSet
Atomically sets the value to {@code newValue} if the current value {@code == expectedValue}. @param lExpectedValue the expected value @param lNewVal
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicLong.java:72
↓ 189 callersMethodtoBinary
Return a new Binary object that holds the complete contents of this ReadBuffer. <p> This is the equivalent of <code>toBinary(0, length())</code>. @re
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:215
↓ 188 callersMethodgetOffset
Determines the offset of the token within the line of the script. The offset is zero-based and specifies the location of the first character of the to
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Token.java:76
↓ 186 callersMethodisRunning
Determine whether or not the controllable service is running. This method returns false before a service is started, while the service is starting, wh
prj/coherence-core/src/main/java/com/tangosol/util/Controllable.java:68
↓ 186 callersMethodtoList
Accumulates the elements of this stream into a {@code List}. The elements in the list will be in this stream's encounter order, if one exists. The ret
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1489
↓ 185 callersMethodget
Return the held object. @return the held object
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Holder.java:31
↓ 185 callersMethodgetStatus
Return the Status for this Request that can be used to wait for and retrieve the Response. @return the Status or null if the Status hasn't been initi
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Request.java:47
↓ 185 callersMethodreadExternal
(ObjectInput in)
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentMap.java:271
↓ 185 callersMethodshutdown
Shutdown all clustered services. @since Coherence 1.0
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactory.java:593
↓ 184 callersMethodinGroup
Obtain a {@link Option} that specifies a group name for a {@link Subscriber}. @param sName the group name to use for the {Link Subscriber}. @param <
prj/coherence-core/src/main/java/com/tangosol/net/topic/Subscriber.java:888
↓ 184 callersMethodname
@return the name of current property, valid only if we are in a object and you called {@link #next()} before. @throws JsonStreamException
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:211
↓ 183 callersMethodinclude
(String field)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:558
↓ 182 callersMethoderr
Prints a blank line to the trace Writer.
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:436
↓ 182 callersMethodlimit
Returns a stream consisting of the elements of this stream, truncated to be no longer than {@code maxSize} in length. <p> This is a <em>short-circuiti
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:785
↓ 182 callersMethodof
Obtains a {@link RoleName} for a specified name. @param name the name of the {@link RoleName} @return a {@link RoleName} for the specified name
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/options/RoleName.java:71
↓ 182 callersMethodwriteInt
Write an int to a buffer using a variable length of storage. @param out a BufferOutput to write to @param n an int value to write @throws IOExce
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:947
↓ 181 callersMethodensureEmptyCache
Obtain the specified {@link NamedCache}. @param <K> the type of the cache keys @param <V> the type of the cache values @param sScope the scope na
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/BaseGrpcIT.java:361
↓ 181 callersMethodgetProperty
Return the property with a specified name. @param propertyName the name of the property to return @return the property with a specified name
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/Type.java:58
↓ 181 callersMethodnot
Return a filter that represents the logical negation of the specified filter. @param <T> the type of the input argument to the filter @param filt
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:133
↓ 180 callersMethodisDone
Determines if a {@link Task} completed according to the {@link TaskExecutorService}. <p> Completion may be due to normal termination, an exception or
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:256
↓ 179 callersMethodgetServiceName
Return the name of the Service. @return the name of the Service
prj/coherence-core/src/main/java/com/tangosol/net/ServiceInfo.java:31
↓ 178 callersMethodadd
add {@link JCacheStatistics} <tt>stats</tt> to this instance. @param stats {@link JCacheStatistics} from another data-enabled server @return the addit
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:105
← previousnext →101–200 of 78,752, ranked by callers