MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 28 callersMethodclone
Creates and returns a copy of this XmlElement. The returned copy is a deep clone of this XmlElement, and is "unlinked" from the parent and mutable.
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:360
↓ 28 callersMethodconcat
Concatenate the passed Binary onto this Binary. @param bin the Binary to concatenate to this Binary @return a Binary containing the byte sequence o
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:801
↓ 28 callersMethodcreateRunningCluster
Create a running cluster. @param sClusterName the cluster name @param version the version of Coherence to use @return the running {@link Clo
prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/BaseTopicsTests.java:47
↓ 28 callersMethodensureChannel
Return the Channel used by this BinaryCache. If the Channel is null or is not open, this method throws an exception. @return a Channel that can be us
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:1838
↓ 28 callersMethodensureSafeSet
Return a non-null Set. @param set the set to ensure @return the safe set
prj/coherence-core/src/main/java/com/tangosol/util/filter/ExtractorFilter.java:269
↓ 28 callersMethodensureSerializer
Obtain a Serializer for the specified ClassLoader. This method is intended to provide configurable indirection for the serialization of application ob
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:475
↓ 28 callersMethodensureSerializer
Return an instance of the configured Serializer. @return a Serializer
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:521
↓ 28 callersMethodentrySet
Return a set view of the entries contained in this map that satisfy the criteria expressed by the {@link Filter}. Each element in the returned set is
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClientChannel.java:199
↓ 28 callersMethodentrySet
Stream a set of cache entries to a {@link StreamObserver}. @param request the {@link EntrySetRequest} to execute @param observer the {@link Stream
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:159
↓ 28 callersMethodfind
Find the specified key and return its node. @param lIndex the long index to look for in the SparseArray @return the node containing the index or nu
prj/coherence-core/src/main/java/com/tangosol/util/AbstractSparseArray.java:545
↓ 28 callersMethodflush
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectWriter.java:331
↓ 28 callersMethodgetBufferCount
Return the number of ByteBuffers contained in the sequence. @return the number of ByteBuffers contained in the sequence
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequence.java:43
↓ 28 callersMethodgetCache
Obtains a proxy of the specified {@link NamedCache} available in the {@link CoherenceClusterMember}. <p> WARNING: Some methods on the returned {@link
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:162
↓ 28 callersMethodgetClusterService
Getter for property ClusterService.<p> (Helper) The ClusterService instance.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1291
↓ 28 callersMethodgetCoherenceGroupId
Returns the Coherence GroupId. @return the Coherence GroupId
prj/plugins/gradle/src/main/java/com/oracle/coherence/gradle/CoherenceBuildTimeProperties.java:72
↓ 28 callersMethodgetControlMap
Obtain the ConcurrentMap that should be used to synchronize the front map modification access. @return a ConcurrentMap controlling the front map modi
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:282
↓ 28 callersMethodgetEmbeddingModel
Gets the current embedding model identifier. @return the embedding model identifier, or null if not set
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/config/StoreConfig.java:79
↓ 28 callersMethodgetEndToken
Get the last token which comprises the language element. @return the last token which comprises the language element
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Element.java:165
↓ 28 callersMethodgetExpired
Method description @return
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/CacheListenerTests.java:624
↓ 28 callersMethodgetIndexMap
Return a map of indexes defined for the partition of the {@link NamedCache cache} that this BinaryEntry belongs to. The returned map must be treated
prj/coherence-core/src/main/java/com/tangosol/util/BinaryEntry.java:356
↓ 28 callersMethodgetList
Getter for property List.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperList.java:289
↓ 28 callersMethodgetName
Returns the name to use for the {@link Session}. @return the name to use for the {@link Session}
prj/coherence-core/src/main/java/com/tangosol/net/options/WithName.java:30
↓ 28 callersMethodgetName
Obtains the name of the {@link FiniteStateMachine} that produced the {@link ExecutionContext}. @return the name of the {@link FiniteStateMachine}
prj/coherence-core/src/main/java/com/tangosol/util/fsm/ExecutionContext.java:26
↓ 28 callersMethodgetOperationalContext
Return the {@link OperationalContext} used by this ConnectionManager. @return the OperationalContext used by this ConnectionManager
prj/coherence-core/src/main/java/com/tangosol/net/messaging/ConnectionManager.java:69
↓ 28 callersMethodgetPartition
Parse the specified GUID and return the partition-id. @param sGUID the GUID to return the partition-id for @return the partition-id
prj/coherence-core/src/main/java/com/tangosol/persistence/GUIDHelper.java:83
↓ 28 callersMethodgetPartitionOwner
Determine the primary owner of the specified partition. It is possible that during partition re-distribution (e.g. as a result of a failover) that th
prj/coherence-core/src/main/java/com/tangosol/net/PartitionedService.java:130
↓ 28 callersMethodgetPending
Return the {@link Deque} containing the pending {@link Element}s. @return the {@link Deque} containing the pending {@link Element}s
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/BatchingOperationsQueue.java:647
↓ 28 callersMethodgetPersistenceManager
Factory method: Obtain a null implementation of a {@link PersistenceManager}. @return an implementation of PersistenceManager that does as little as
prj/coherence-core/src/main/java/com/tangosol/util/NullImplementation.java:386
↓ 28 callersMethodgetServiceConfig
Return the configuration for the specified service type. @param sServiceType the service type @return XmlElement representing the service configur
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactory.java:982
↓ 28 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/peer/acceptor/TcpAcceptor.java:353
↓ 28 callersMethodgroupingBy
Returns a {@code Collector} implementing a "group by" operation on input elements of type {@code T}, grouping elements according to a classification f
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:835
↓ 28 callersMethodhasMoreElements
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperIterator.java:148
↓ 28 callersMethodheartbeat
Called by the Guardable to signal that it is still alive.
prj/coherence-core/src/main/java/com/tangosol/net/Guardian.java:87
↓ 28 callersMethodisEmpty
Test for empty table. @return true if table has no strings
prj/coherence-core/src/main/java/com/tangosol/util/StringTable.java:160
↓ 28 callersMethodisEmpty
Check if there are no listeners. @return true if there are no listeners
prj/coherence-core/src/main/java/com/tangosol/util/Listeners.java:203
↓ 28 callersMethodisEmpty
Check whether or not this element or any of its children elements have any content such as values or attributes. @param xml an XmlElement @return t
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:1501
↓ 28 callersMethodisEnabled
Return {@code true} if this {@link KeyStoreLoader} is enabled, or {@code false} if {@link KeyStoreLoader} should not be used. @return {@code true} if
prj/coherence-core/src/main/java/com/tangosol/net/ssl/KeyStoreLoader.java:46
↓ 28 callersMethodisEnabled
Return {@code true} if the specified severity level should be logged. @param nSeverity the severity level @return {@code true} if the specified sev
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Logger.java:38
↓ 28 callersMethodisKeyOwned
Determines whether or not the specified key (in the internal format) is managed (i.e. controlled) by this service member. In other words, is the speci
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:118
↓ 28 callersMethodisModified
Determine if any items were added or removed. @return true if the set has been modified
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/DualSet.java:77
↓ 28 callersMethodisOpen
Getter for property Open.<p> True if the Channel is open; false otherwise. @volatile @see com.tangosol.net.messaging.Channel#isOpen
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:1273
↓ 28 callersMethodisTrue
Return a filter that evaluates to true if the extracted value is {@code true}. @param extractor the Extractor to use @param <T> the type of t
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:178
↓ 28 callersMethodlog
Log an issue related to processor identification. @param sMsg the message to log
prj/coherence-core/src/main/java/com/tangosol/license/ProcessorInfo.java:1073
↓ 28 callersMethodnextElement
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperIterator.java:161
↓ 28 callersMethodreadPackedLong
Read a long value using a variable-length storage format as described by {@link WriteBuffer.BufferOutput#writePackedLong(long)}. @return a long valu
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:667
↓ 28 callersMethodregisterHits
add Cache Hits of <tt>count</tt> and compute time in cache hits @param count number of cache entry lookup hits @param lStartMillis start time in mil
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:34
↓ 28 callersMethodresumeService
Resume all suspended members of the service identified by the specified name. <p> If "Cluster" is passed for the service name, all services (including
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:144
↓ 28 callersMethodroundRobin
Return an OrderBy which will compute the unit-of-order such that each message is published to the next channel in a round-robin order. @return an Ord
prj/coherence-core/src/main/java/com/tangosol/net/topic/Publisher.java:593
↓ 28 callersMethodsetOption
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/TcpDatagramSocket.java:1052
↓ 28 callersMethodskip
Returns a stream consisting of the remaining elements of this stream after discarding the first {@code n} elements of the stream. If this stream conta
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:801
↓ 28 callersMethodvalueAsString
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonReader.java:206
↓ 27 callersMethodaddNotificationListener
Adds a listener to a registered MBean. <p> Notifications emitted by the MBean will be forwarded to the listener. @param sName the name of the MBe
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanServerProxy.java:180
↓ 27 callersMethodandThen
Returns a composed {@code Consumer} that performs, in sequence, this operation followed by the {@code after} operation. If performing either operation
prj/coherence-core/src/main/java/com/tangosol/util/function/Remote.java:64
↓ 27 callersMethodclose
Close the journal.
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:198
↓ 27 callersMethodcreateClusterName
()
prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/PubSubTests.java:379
↓ 27 callersMethodcreateInstance
Create an instance of the class configured using an XmlElement of the following structure: <pre> &lt;!ELEMENT ... (class-name | (class-factory-name,
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:2920
↓ 27 callersMethoddispose
Dispose of this factory. This will stop all services that were started by this factory and dispose of all resources registered via {@link #getResource
prj/coherence-core/src/main/java/com/tangosol/net/ConfigurableCacheFactory.java:56
↓ 27 callersMethoddispose
Dispose of the event and optionally return a decoupled version its content. <p> If <tt>fTakeContent</tt> is <tt>true</tt> then the object returned fro
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/Event.java:177
↓ 27 callersMethodfromXml
Deserialize the object from an XmlElement. This method can throw one of several RuntimeExceptions. @param xml an XmlElement that contains the seria
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlSerializable.java:38
↓ 27 callersMethodgetCacheHandler
Getter for property CacheHandler.<p> The array of CacheHandlers. It contains at least one element (at the reserved index zero) which is a handler with
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:948
↓ 27 callersMethodgetCoherenceLocalDependencyRepo
Returns the local Coherence dependency repo location for the Maven dependencies. @return the local Coherence dependency repo location
prj/plugins/gradle/src/main/java/com/oracle/coherence/gradle/CoherenceBuildTimeProperties.java:92
↓ 27 callersMethodgetDataVersion
Obtain the version associated with the data stream from which this object was deserialized. If the object was constructed (not deserialized), the data
prj/coherence-core/src/main/java/com/tangosol/io/Evolvable.java:69
↓ 27 callersMethodgetFunctor
Obtain the functor representation of the Term. @return the functor
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/Term.java:55
↓ 27 callersMethodgetLease
Getter for property Lease.<p> Reference to a Lease object that this request carries an information about. This object is always just a copy of an actu
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:7311
↓ 27 callersMethodgetLocalModel
Obtains a local model for the specified name.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1006
↓ 27 callersMethodgetName
Obtain the name of the eviction policy. This is intended to be human readable for use in a monitoring tool; examples include "LRU" and "LFU". @return
prj/coherence-core/src/main/java/com/tangosol/net/cache/ConfigurableCacheMap.java:327
↓ 27 callersMethodgetName
Return the underlying resource name. @return the underlying resource name
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/BaseGrpcClient.java:335
↓ 27 callersMethodgetOptionalValue
(String propertyName, Class<T> propertyType)
prj/coherence-rag-parent/models/coherence-rag-anthropic/src/test/java/com/oracle/coherence/rag/model/anthropic/AnthropicModelProviderIT.java:190
↓ 27 callersMethodgetOwnedPartitionCount
Obtain the number of primary or backup partitions for the given service owned by the given member. @param service the service for which to ch
prj/test/functional/partition/src/main/java/partition/ConfigurationTests.java:346
↓ 27 callersMethodgetReadLockCount
Queries the number of read locks held for this lock. This method is designed for use in monitoring system state, not for synchronization control. @re
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteReadWriteLock.java:1126
↓ 27 callersMethodgetResponse
Return the Response sent by the peer. <p> This method will only return a non-null value if {@link #isClosed()} is true. @return the Response @throws
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Request.java:143
↓ 27 callersMethodgetServiceInfo
Getter for property ServiceInfo.<p> Indexed property of ServiceInfo objects that maintain data about Services running in the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:2716
↓ 27 callersMethodgetSession
Return the current {@link Session} that will be used by commands executed under this context. @return the current {@link Session} that will be used b
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExecutionContext.java:129
↓ 27 callersMethodgetTestStreamData
Obtain test data as a byte array. @return an array of 10 bytes, with the values 0x0A to 0x01 in descending order
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/ByteArrayWriteBufferTest.java:949
↓ 27 callersMethodgetUriInfo
(final MultivaluedMap<String, String> queryParameters)
prj/coherence-rest/src/test/java/com/tangosol/coherence/rest/NamedQueryResourceTest.java:493
↓ 27 callersMethodget_Acceptor
Getter for property _Acceptor.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/ConnectionManagerModel.java:157
↓ 27 callersMethodget_ModelName
Getter for property _ModelName.<p> The canonical name of the Model as registered with the owner node's Connector (LocalRegistry) and the primary Gatew
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Model.java:320
↓ 27 callersMethodget_ReportControl
Getter for property _ReportControl.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/ReporterModel.java:368
↓ 27 callersMethodhashCode
Return the hashCode of a non-null {@link #getCanonicalName() canonical name}; otherwise, the hash code is {@link SimplePofPath#hashCode() PofNavigator
prj/coherence-core/src/main/java/com/tangosol/util/extractor/PofExtractor.java:355
↓ 27 callersMethodinsert
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SimpleMapIndex.java:177
↓ 27 callersMethodintBuilder
Create an Integer typed {@link SimpleModelAttribute} {@link Builder}. @param sName the attribute name @param <M> the model type @return a {@link
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/model/SimpleModelAttribute.java:181
↓ 27 callersMethodisEnteredByCurrentThread
Determines if the current thread has entered the gate and not yet exited. @return true if the current thread has entered the gate
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Gate.java:133
↓ 27 callersMethodkeySet
Stream a set of cache keys to a {@link StreamObserver}. @param request the {@link KeySetRequest} to execute @param observer the {@link StreamObser
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:240
↓ 27 callersMethodlist
Return the identifiers of the archived snapshots known to this archiver. @return a list of the known archived snapshot identifiers
prj/coherence-core/src/main/java/com/tangosol/persistence/SnapshotArchiver.java:28
↓ 27 callersMethodopenBlock
Obtain a Block object for the block located at the specified offset in the ByteBuffer. The returned block is in an open state. @return the Block obje
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2954
↓ 27 callersMethodpadMemorySize
Round the given number of bytes to the next closest integer that is divisible by 8. <p> This method is used to pad the result of a memory calculation
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleMemoryCalculator.java:300
↓ 27 callersMethodparse
(String query)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/dslquery/internal/UpdateSetListMakerTest.java:1117
↓ 27 callersMethodpromoteNumeric
Perform numeric promotion on the expression. @return the promoted numeric expression to use instead of this expression, or in most cases, thi
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Expression.java:770
↓ 27 callersMethodrandomize
Randomize the order of the elements within the passed collection. @param coll the Collection to randomize; the passed Collection is not
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2144
↓ 27 callersMethodreadLongArray
Read a <tt>long[]</tt> property from the POF stream. @param iProp the property index to read @return the <tt>long[]</tt> property value; may be nul
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:271
↓ 27 callersMethodregisterResource
Registers the passed {@link Disposable} resource with the Cluster, using the specified name. There are two reasons to register a resource: <ul><li>Sub
prj/coherence-core/src/main/java/com/tangosol/net/Cluster.java:278
↓ 27 callersMethodrelease
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:2007
↓ 27 callersMethodremoveMapListener
Removes the {@link MapListener} associated with the specified key. @param key the key the listener is associated with @param fPriming {@code tru
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClientChannel.java:476
↓ 27 callersMethodrunCommand
Execute the specified QueryPlus command @param query the command to execute @return the output displayed by QueryPlus as a list of lines @throws Ex
prj/test/functional/dslquery/src/main/java/dslquery/QueryPlusRunner.java:120
↓ 27 callersMethodsize
Obtains the number of {@link ExecutionPlan.Action}s for the {@link ExecutionPlan}. @return the number of {@link ExecutionPlan.Action}s
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ExecutionPlan.java:56
↓ 27 callersMethodwithName
Create a SubscriberGroupId from a name. @param sName the name @return the SubscriberGroupId
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/SubscriberGroupId.java:231
↓ 27 callersMethodwrite
(Map<String, Object> body, OutputStream out)
prj/coherence-core/src/main/java/com/tangosol/net/management/MapJsonBodyHandler.java:30
↓ 26 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:514
↓ 26 callersMethodaddAll
Add all the values from the specified bag to this bag. @param that the bag of values to add
prj/coherence-core/src/main/java/com/tangosol/internal/util/IntBag.java:68
↓ 26 callersMethodaddKeyMapListener
Create a {@link MapListenerRequest} that will subscribe to {@link com.tangosol.util.MapEvent MapEvents} for a single entry in a cache. @param scope
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:166
← previousnext →1,401–1,500 of 78,752, ranked by callers