MCPcopy Index your code

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 128 callersMethodnewTerm
Construct a new TermNode with the given functor. @param sFunctor the functor for the Term @return a term tree
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/Terms.java:33
↓ 127 callersMethodaddAttribute
Provides a means to add a new attribute value. If the attribute of the same name already exists, it is returned, otherwise a new value is created and
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:266
↓ 127 callersMethodgetRandom
Obtain a Random object that can be used to get random values. @return a random number generator @since Coherence 3.2
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2128
↓ 127 callersMethodinvoke
Invoke the specified instance method using the passed arguments. @param obj the object to invoke the instance method of @param sName the meth
prj/coherence-core/src/main/java/com/tangosol/util/ClassHelper.java:863
↓ 126 callersMethodensureCluster
Obtain a Cluster object running Coherence services. Calling this method is optional. The cluster member carrying caching services will be lazily init
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactory.java:571
↓ 126 callersMethodgetMember
Get the client {@link Member} that sent the request. May return <tt>null</tt> unknown or if the request is local. @return the Member that sent the re
prj/coherence-core/src/main/java/com/tangosol/net/NameService.java:156
↓ 126 callersMethodgetScope
Returns the scope of this metric. @return the scope of this metric
prj/coherence-core/src/main/java/com/tangosol/net/metrics/MBeanMetric.java:52
↓ 125 callersMethodgetManagement
Returns the current management registry. @return the current management registry or null if the management is disabled on this node @since C
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:198
↓ 125 callersMethodhashCode
()
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentMap.java:263
↓ 125 callersMethodreadUTF
Reads a String value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeUTF} method. @return a String value @exception java.
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:623
↓ 125 callersMethodtoString
Returns a string representation of this PartitionSet. @return a string representation of this PartitionSet
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:995
↓ 124 callersMethodgetSession
Obtain the default {@link Session} from the {@link Coherence} instance. @return the default {@link Session} @throws IllegalStateException if this i
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:861
↓ 124 callersMethodsetMessageType
Setter for property MessageType.<p> An integer value, unique to the Service that created this Message, that identifies the Message type. Message type
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1476
↓ 123 callersMethodentity
Set the response entity in this {@link Builder}. @param mapEntity the response entity @return this {@link Builder}
prj/coherence-core/src/main/java/com/tangosol/internal/http/Response.java:247
↓ 123 callersMethodgetCode
Get the code attribute to compile the script into. @return the target code attribute for the script; (null if isCheck)
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Context.java:92
↓ 123 callersMethodgetKey
Return the {@link SubscriberInfo.Key subscriber key}. @return the {@link SubscriberInfo.Key subscriber key}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:411
↓ 123 callersMethodgetString
Return the <tt>String</tt> which this PofValue represents. @return the <tt>String</tt> value
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:289
↓ 123 callersMethodisDirectory
Check whether or not this entry represents a directory. @return true iff this entry represents a directory
prj/coherence-core/src/main/java/com/tangosol/engarde/DirectoryStorage.java:447
↓ 123 callersMethodsubscribe
Registers the specified {@link Task.Subscriber} as part of the orchestration of the {@link Task}. <p> This method may be used multiple times to regist
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:128
↓ 122 callersMethodadd
Insert an element to the tail this {@link NamedQueue}. @param e the element to insert @param cMillis the number of milliseconds until the que
prj/coherence-core/src/main/java/com/tangosol/net/NamedQueue.java:110
↓ 122 callersMethodget
Return a {@link MapIndex} for the specified extractor. @param extractor the value extractor to get the {@code MapIndex} for @return a {@link MapInd
prj/coherence-core/src/main/java/com/tangosol/internal/util/PartitionedIndexMap.java:80
↓ 122 callersMethodgetName
Name of the attribute this metadata describes. @return attribute name
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/TypeMetadata.java:121
↓ 122 callersMethodgetName
Obtain the name of the underlying topic. @return the name of the underlying topic
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicConnector.java:78
↓ 122 callersMethodgetServiceMemberSet
Getter for property ServiceMemberSet.<p> Set of Members that joined this service. As of Coherence 3.7.1, for all services except the ClusterService (s
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1854
↓ 122 callersMethodisEmpty
Determines if there are any {@link Parameter}s in the {@link ParameterList}. @return <code>true</code> if there are {@link Parameter}s, <code>false</
prj/coherence-core/src/main/java/com/tangosol/coherence/config/ParameterList.java:29
↓ 122 callersMethodnext
If we are in a object it will read the next name/value pair and if we are in an array it will read the next value (except if value is of complex type,
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:156
↓ 121 callersMethodcomputeIfAbsent
Compute the value using the given mapping function and enter it into this map (unless {@code null}), if the specified key is not already associated wi
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMap.java:254
↓ 121 callersMethodget
Retrieve a previously stored object from the context. @param sName the name that the object was stored under. @return the object that was stored (
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Context.java:209
↓ 121 callersMethodgetOwnershipEnabledMembers
Return a Set of Member objects, one for each Member that has registered this PartitionedService and is partition ownership-enabled. @return a set of
prj/coherence-core/src/main/java/com/tangosol/net/PartitionedService.java:213
↓ 121 callersMethodreadUnsignedByte
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/ReadBuffer.java:484
↓ 120 callersMethodbooleanValue
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/Trilean.java:25
↓ 118 callersMethodgetAvailablePorts
()
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:1703
↓ 118 callersMethodhasNext
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:4483
↓ 117 callersMethodaddAll
(BlockingTask[] tasks)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:1446
↓ 117 callersMethodgetContext
Return the guard context monitoring this guardable, or <tt>null</tt> if this Guardable is no longer being monitored. @return the context guarding thi
prj/coherence-core/src/main/java/com/tangosol/net/Guardable.java:49
↓ 117 callersMethodgetHeaderString
Get a message header as a single string value. @param name the message header. @return the message header value. If the message header is not present
prj/coherence-core/src/main/java/com/tangosol/internal/http/HttpRequest.java:59
↓ 117 callersMethodgetInt
Get the value as an int. @return the value as an int
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:52
↓ 117 callersMethodnext
Return an index of the first marked partition that is greater than or equal to the specified partition. If no such partition exists then -1 is returne
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:566
↓ 117 callersMethodnext
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:4489
↓ 117 callersMethodremove
Remove a metric. @param identifier the {@link MBeanMetric.Identifier} of th metric to be removed
prj/coherence-core/src/main/java/com/tangosol/net/metrics/MetricsRegistryAdapter.java:34
↓ 117 callersMethodremove
(Object oKey)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ServiceConfig.java:930
↓ 116 callersMethodgetServiceName
Obtain the name of this service. @return the name of this service
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/safeService/SafeTopicService.java:69
↓ 115 callersMethodgetPort
Return the port of the Member's DatagramSocket for point-to-point communication. @return the port of the Member's DatagramSocket
prj/coherence-core/src/main/java/com/tangosol/net/Member.java:40
↓ 114 callersMethodgetImplVersion
Determine the serialization version supported by the implementing class. @return the serialization version supported by this object
prj/coherence-core/src/main/java/com/tangosol/io/Evolvable.java:58
↓ 114 callersMethodparse
Attempts to parse the provided {@link String} to produce an {@link Expression} of an expected type. @param sExpression the {@link String} represen
prj/coherence-core/src/main/java/com/tangosol/config/expression/ExpressionParser.java:30
↓ 114 callersMethodregisterUserType
Associate a user type with a type identifier and {@link PofSerializer}. @param nTypeId the type identifier of the specified user type; must be
prj/coherence-core/src/main/java/com/tangosol/io/pof/SimplePofContext.java:316
↓ 114 callersMethodsetName
Set the Name of the element. This method is intended primarily to be utilized to configure a newly instantiated element before adding it as a child e
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:55
↓ 113 callersMethodenabled
Obtains a {@link LocalStorage} for a specified value. @param enabled is local storage enabled? @return a {@link LocalStorage} for the specified value
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/options/LocalStorage.java:63
↓ 113 callersMethodgetCanonicalName
Return the canonical name for this extractor. <p> A canonical name uniquely identifies what is to be extracted, but not how it is to be extracted. Th
prj/coherence-core/src/main/java/com/tangosol/util/ValueExtractor.java:109
↓ 113 callersMethodgetChannels
Returns the current set of channels that this {@link Subscriber} owns. <p> Subscribers that are part of a subscriber group own a sub-set of the availa
prj/coherence-core/src/main/java/com/tangosol/net/topic/Subscriber.java:268
↓ 113 callersMethodgetLogger
Return the Logger to use. @return the logger
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/SimpleDepot.java:358
↓ 113 callersMethodgetType
Determine the type of the expression. Note: Before pre-compilation, an expression does not have a type. @return the type of the expression
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Expression.java:224
↓ 112 callersMethodadd
Notify the collector of a item of interest. @param value the item to collect
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Collector.java:24
↓ 112 callersMethodget
Returns the current value. @return the current value
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicInteger.java:44
↓ 112 callersMethodgetInstance
Returns the named {@link Coherence} instance or {@code null} if the name is {@code null} or no {@link Coherence} instance exists with the specified na
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:588
↓ 112 callersMethodgetName
Get the name of the element. @return the element name
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:32
↓ 111 callersMethodgetTestCacheName
()
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/TestSupport.java:86
↓ 110 callersMethodencodeVersion
Convert the version elements into a single integer value. @param nYear the version year @param nMonth the version month @param nPatch the version
prj/coherence-core/src/main/java/com/tangosol/internal/util/VersionHelper.java:27
↓ 110 callersMethodextractFromEntry
Extracts the value from the passed Entry object. <p> It is expected that this extractor will only be used against POF-encoded entries implementing {@l
prj/coherence-core/src/main/java/com/tangosol/util/extractor/PofExtractor.java:208
↓ 110 callersMethodget
Returns the value of the attribute contained within the given object. @param container the containing object @return the attribute value stored on
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/TypeMetadata.java:158
↓ 110 callersMethodof
Obtains a {@link CacheConfig} for a specified uri. @param uri the uri of the {@link CacheConfig} @return a {@link CacheConfig} for the specified uri
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/options/CacheConfig.java:69
↓ 109 callersMethodgetTopic
Acquire a {@link NamedTopic} using the specified {@link ValueTypeAssertion}. @param sName the name of the {@link NamedTopic} @param <V> th
prj/coherence-core/src/main/java/com/tangosol/net/Session.java:98
↓ 109 callersMethodrun
Called exactly once by the InvocationService to invoke this Invocable object.
prj/coherence-core/src/main/java/com/tangosol/net/Invocable.java:54
↓ 109 callersMethodstatus
Create a new {@link Builder} with the specified status. @param nStatus the response status code @return a new response {@link Builder} with the spe
prj/coherence-core/src/main/java/com/tangosol/internal/http/Response.java:132
↓ 109 callersMethodwriteLock
Returns the lock used for writing. @return the lock used for writing
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteReadWriteLock.java:170
↓ 108 callersMethodcreateCacheName
()
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/AbstractGrpcClientIT.java:2432
↓ 108 callersMethoddelete
Update this index in response to a remove operation on a cache. @param entry the entry representing the object being removed @since Coherence 3.5
prj/coherence-core/src/main/java/com/tangosol/util/MapIndex.java:130
↓ 108 callersMethodexpect
Defines a common expectation; to expect a key and value in a specific cache. @param sCacheName the name of the cache the key and value will be prese
prj/test/functional/events/src/main/java/events/common/AbstractTestInterceptor.java:438
↓ 108 callersMethodgetBoolean
Get the value as a boolean. @return the value as a boolean
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:38
↓ 108 callersMethodgetPartitionCount
Determine the number of partitions that the service has been configured to "break up" the conceptual "key set" into. <p> The value of this property is
prj/coherence-core/src/main/java/com/tangosol/net/PartitionedService.java:46
↓ 107 callersMethodgetOldValue
Return an old value associated with this event. <p> The old value represents a value deleted from or updated in a collection. It is always null for "i
prj/coherence-core/src/main/java/com/tangosol/util/CollectionEvent.java:29
↓ 107 callersMethodgetProperties
Return a collection of all properties within this type. @return a collection of all properties within this type
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/Type.java:65
↓ 107 callersMethodlength
Determine the number of bytes of data represented by this ByteSequence. @return the number of bytes represented by this Node
prj/coherence-core/src/main/java/com/tangosol/util/ByteSequence.java:25
↓ 107 callersMethodload
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store. @param binKey key
prj/coherence-core/src/main/java/com/tangosol/io/BinaryStore.java:36
↓ 107 callersMethodsetKey
Set this value object to match to the specified Key @param key the specified key
prj/coherence-core/src/main/java/com/tangosol/run/xml/Identifiable.java:31
↓ 106 callersMethodawaitCount
Wait until the {@code TestObserver} receives the given number of items. @param atLeast the number of items expected at least @param timeout the tim
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/TestStreamObserver.java:136
↓ 106 callersMethodgetSerializer
Return a Serializer used by this Service. @return the Serializer object @since Coherence 3.4
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:91
↓ 106 callersMethodgetState
Return the state of the Guardable. Valid values are STATE_ constants. @return the state of the Guardable
prj/coherence-core/src/main/java/com/tangosol/net/Guardian.java:105
↓ 105 callersMethodgenerateGUID
Generate and return a new GUID for the specified partition. @param nPartition the partition to return a GUID for @param lVersion the creation ver
prj/coherence-core/src/main/java/com/tangosol/persistence/GUIDHelper.java:59
↓ 105 callersMethodstartSpan
Starts a new {@link Span}. <p> Users <b>must</b> manually call {@link Span#end()} to end this {@link Span}. <p> Does not install the newly created {@l
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/Span.java:320
↓ 104 callersMethodaddListener
Add a {@link NamedTopicListener} that will receive events related to this topic. @param listener the {@link NamedTopicListener} that will receive ev
prj/coherence-core/src/main/java/com/tangosol/net/topic/NamedTopic.java:230
↓ 104 callersMethodput
Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in
prj/coherence-core/src/main/java/com/tangosol/util/BinaryLongMap.java:44
↓ 104 callersMethodreadSafeUTF
Read a variable-length encoded UTF packed String in the buffer. @param in a BufferInput to read from @return a String value @throws IOException i
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:1659
↓ 104 callersMethodwriteValue
Writes a value to the stream. Values can be written in arrays and in objects (after writing the name). @param value to write. @return a reference to
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectWriter.java:149
↓ 103 callersMethodgetCacheFactoryBuilder
Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element. @return an instance of CacheFa
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactory.java:68
↓ 103 callersMethodgetResource
Retrieves a {@link Disposable} resource that was previously registered using {@link Cluster#registerResource(String, Disposable)}. @param sName the
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:236
↓ 103 callersMethodkeySet
Return a set view of all the keys contained in this map. <p/> NOTE: The returned {@link Set} will contain all the keys from the cache, which for a lar
prj/coherence-core/src/main/java/com/tangosol/net/AsyncNamedMap.java:268
↓ 102 callersMethodgetText
Provides a string representation of the token as it would appear in a script. In other words, this method reverse-engineers the token. @return the t
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Token.java:100
↓ 102 callersMethodsleep
Invoke Thread.sleep() while still respecting the calling thread's {@link Timeout timeout}. @param cMillis the maximum number of milliseconds to slee
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Blocking.java:110
↓ 101 callersMethodaddToken
Add a token t under the given name @param sName string identifier for this token @param token the token to add @return the given token
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/TokenTable.java:100
↓ 101 callersMethodappend
Append an entry to the current appending file. @param bType entry type @param bufKey entry key, or {@code null} for ERASE_EXTENT @param bufV
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:281
↓ 101 callersMethodensureService
Obtains a Service object for the specified service name and type. <p> If the service with the specified name already exists, a reference to the same s
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:109
↓ 101 callersMethodgetMethod
Returns the request method. @return the request method
prj/coherence-core/src/main/java/com/tangosol/internal/http/HttpRequest.java:33
↓ 101 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/daemon/queueProcessor/service/grid/PartitionedService.java:762
↓ 101 callersMethodonNext
Indicates the associated operation (load or store) has completed successfully and applied to the provided BinaryEntry. @param binEntry the associated
prj/coherence-core/src/main/java/com/tangosol/net/cache/StoreObserver.java:41
↓ 101 callersMethodwait
Wait on the specified monitor while still respecting the calling thread's {@link Timeout timeout}. @param oMonitor the monitor to wait on @throws I
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Blocking.java:63
↓ 100 callersMethodaddGet
Add a GET endpoint. @param sPath the request path @param handler the GET request handler @return the added {@link Endpoint}
prj/coherence-core/src/main/java/com/tangosol/internal/http/RequestRouter.java:127
↓ 100 callersMethodcreate
Create a Tree of Terms using the Term Language in the given String @param s String representing a Term tree @return a term tree
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/Terms.java:135
↓ 100 callersMethodfilter
Returns a stream consisting of the elements of this stream that match the given predicate. <p> This is an <em>intermediate operation</em>. @param pre
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:156
↓ 100 callersMethodgetWebTarget
(String url)
prj/test/functional/rest/src/main/java/rest/AbstractRestTests.java:282
← previousnext →301–400 of 78,752, ranked by callers