MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 6 callersMethodisFinal
Determine the current finality of the Property. @return true if the Property is final (i.e. as in a final Java field)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:4493
↓ 6 callersMethodisForwardIndexSupported
Determine whether or not this SimpleMapIndex supports a forward index. @return true if this SimpleMapIndex supports a forward index; false oth
prj/coherence-core/src/main/java/com/tangosol/util/SimpleMapIndex.java:271
↓ 6 callersMethodisFromManual
Determines if the trait exists at this level regardless of whether it exists from derivation, implements, dispatches, or integrates. @return true if
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:1819
↓ 6 callersMethodisInternalValueDecorated
Check whether or not the specified value in the internal form is decorated. @param oValue a decorated value in the internal form @param nDecorId
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:226
↓ 6 callersMethodisLambda
Return true if the specified object is a raw lambda. @param o object to inspect @return true if object is a raw lambda
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/Lambdas.java:55
↓ 6 callersMethodisLocalOnly
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultCustomMBeanDependencies.java:103
↓ 6 callersMethodisLockedByMember
Return {@code true} if this lock is currently owned by the specified member, regardless of which thread on that member owns it. @param memberId the
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ExclusiveLockHolder.java:83
↓ 6 callersMethodisManagingNode
Getter for property ManagingNode.<p> Specifies whether this Connector represents a managing node (has in-process MBeanServer).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:1198
↓ 6 callersMethodisMutable
Determine if this value can be modified. If the value can not be modified, all mutating methods are required to throw an UnsupportedOperationExceptio
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:350
↓ 6 callersMethodisNackInProgress
Getter for property NackInProgress.<p> Indicates that the packet has been Nackd and requires immediate resend. Once the packet comes off the head of t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/MessagePacket.java:692
↓ 6 callersMethodisNameValid
Validate the passed name. Currently, this does not allow the "CombiningChar" or "Extender" characters that are allowed by the XML specification 1.0 2
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:628
↓ 6 callersMethodisNoop
Return {@code true} if this entity can be considered a no-op. @return {@code true} if this entity can be considered a no-op
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/NoopAware.java:22
↓ 6 callersMethodisNumeric
Test for a primitive numeric Java type. @return true if the type is a Java numeric type
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:384
↓ 6 callersMethodisOutgoing
Getter for property Outgoing.<p> True if the Packet is an out-going Packet (to be sent, or was sent, etc.). False if the Packet is an in-coming Packe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Packet.java:959
↓ 6 callersMethodisOwnedByCurrentThread
Determine if the current thread owns this Status object. @return true iff the current thread owns this Status object
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:3703
↓ 6 callersMethodisOwner
(int nChannel)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:551
↓ 6 callersMethodisPackage
Determine if the item is package private. @return true if the item is package private
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Info.java:58
↓ 6 callersMethodisParameterSettable
Determine if the parameter array can be set. The parameter array can only be changed if the behavior is declared at this level and isn't part of an i
prj/coherence-core/src/main/java/com/tangosol/dev/component/Behavior.java:3311
↓ 6 callersMethodisPartial
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/ConditionalIndex.java:109
↓ 6 callersMethodisPaused
Getter for property Paused.<p> Indicates if this Member is paused, i.e. temporarily not ack'ing, only tracked when flow control is enabled.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:3699
↓ 6 callersMethodisPriming
Return true iff this event is caused by a priming listener registration. @return true iff this event is caused by a priming listener registration
prj/coherence-core/src/main/java/com/tangosol/net/cache/CacheEvent.java:210
↓ 6 callersMethodisQualified
Determine if the name is qualified. @return true if the name is qualified
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/NameExpression.java:515
↓ 6 callersMethodisReadOnly
Return a flag which specifies whether or not only the viewing of attributes is allowed. @return boolean flag indicating if view of attributes is allo
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/GatewayDependencies.java:102
↓ 6 callersMethodisRehashing
Determine if the map is incrementally rehashing. @return true if the map is incrementally rehashing
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2802
↓ 6 callersMethodisRootContext
Determines if the {@link ProcessingContext} is the root. ie: has no parent. @return <code>true</code> if the {@link ProcessingContext} is the root s
prj/coherence-core/src/main/java/com/tangosol/config/xml/DefaultProcessingContext.java:1641
↓ 6 callersMethodisSerializerCompatible
Determines whether or not the specified serializers are compatible. In other words, this method returns true iff object serialized with the first Seri
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:4430
↓ 6 callersMethodisServiceThread
Getter for property ServiceThread.<p> Return true if the current thread is one of the Service threads.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:897
↓ 6 callersMethodisSet
Return true if calling thread specified a timeout. @return true if a timeout is set
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Timeout.java:292
↓ 6 callersMethodisSilent
Return true if the current query session is running in silent mode. @return true if the current session is running in silent mode
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExecutionContext.java:384
↓ 6 callersMethodisSimple
Return {@code true} if this connector is using the simple API. @return {@code true} if this connector is using the simple API
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:334
↓ 6 callersMethodisSingle
Determine if the dual set has not yet needed to be backed by two sets. @return true if the true and false sets are one and the same
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/DualSet.java:197
↓ 6 callersMethodisStarted
Getter for property Started.<p> Specifies whether or not the Invocation service has been started.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:1218
↓ 6 callersMethodisSupported
Indicate if the specified EndPoint is supported by this driver. @param point the EndPoint @return true iff the EndPoint is supported
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/spi/Driver.java:54
↓ 6 callersMethodisThrowable
Determine if this type is throwable. @return true if this type can be thrown
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/TypeInfo.java:51
↓ 6 callersMethodisTopicServiceRunning
(CoherenceClusterMember member)
prj/test/functional/topics/src/main/java/topics/TopicsRecoveryTests.java:664
↓ 6 callersMethodisUnresolved
Checks whether the address has been resolved or not. @return <code>true</code> if the hostname couldn't be resolved into an <code>InetAddress</code>
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/InetSocketAddress32.java:244
↓ 6 callersMethodisWakeupNudgeEnabled
()
prj/test/functional/core/src/main/java/com/tangosol/coherence/component/util/DaemonPoolIT.java:799
↓ 6 callersMethoditerateKeys
Create an iterator over the keys in this Map. The Iterator must support remove() if the Map supports removal. @return a new instance of an Iterator o
prj/coherence-core/src/main/java/com/tangosol/util/AbstractKeyBasedMap.java:298
↓ 6 callersMethodkeys
Iterate all keys in the underlying store. @return a read-only iterator of the keys in the underlying store @throws UnsupportedOperationException if
prj/coherence-core/src/main/java/com/tangosol/io/BinaryStore.java:77
↓ 6 callersMethodkeys
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:160
↓ 6 callersMethodlastIndexOf
Returns the offset within this Binary object of the last occurrence of the specified byte. The byte sequence of the Binary object is searched in backw
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:487
↓ 6 callersMethodlastKey
()
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:241
↓ 6 callersMethodlatchName
Return a test-scoped latch name. @param sSuffix the latch name suffix @return a test-scoped latch name
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteCountDownLatchIT.java:343
↓ 6 callersMethodlatchesMap
Return Coherence {@link NamedMap} containing the countdown latches state. @return Coherence {@link NamedMap} containing the countdown latches state
prj/test/functional/concurrent/src/main/java/concurrent/ConcurrentHelper.java:130
↓ 6 callersMethodlength
{@inheritDoc} <p> The byte length represents how many bytes are common to all children of this Node (assuming the node has children). All nodes have a
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:745
↓ 6 callersMethodlength
{@inheritDoc}
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/OldMultiBufferWriteBuffer.java:331
↓ 6 callersMethodlimit
Limit the number of {@link Executor}s to use when executing the {@link Task}. @param cLimit the number of {@link Executor}s to use @return the {@li
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:503
↓ 6 callersMethodlistIterator
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SubList.java:228
↓ 6 callersMethodloadAll
Return the values associated with each the specified keys in the passed collection. If a key does not have an associated value in the underlying store
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestCacheStore.java:110
↓ 6 callersMethodloadClass
Load a class from a given class name and throw an exception if it does not exist. @param sURI URI that specifies the location of the configuration
prj/coherence-core/src/main/java/com/tangosol/io/pof/ConfigurablePofContext.java:1228
↓ 6 callersMethodloadClass
Load a Class object for the data type used in the MBeanInfo or passed to the "invoke" method.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/Manageable.java:947
↓ 6 callersMethodloadFileBytes
Provide the contents of the specified item as a byte array. @param sName the entry name to be loaded @return the file contents as a byte array;nul
prj/coherence-core/src/main/java/com/tangosol/dev/component/JarStorage.java:700
↓ 6 callersMethodlocalAtomicBoolean
Return {@link LocalAtomicBoolean} instance for the specified name. @param sName the name of the atomic value @return a {@code LocalAtomicBoolean} i
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/Atomics.java:61
↓ 6 callersMethodlocalAtomicInteger
Return {@link LocalAtomicInteger} instance for the specified name. @param sName the name of the atomic value @return a {@code LocalAtomicInteger} i
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/Atomics.java:121
↓ 6 callersMethodlockInternal
Obtain a lock for the specified key. @param oKey the key to lock
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:738
↓ 6 callersMethodlockName
Return a test-scoped lock name. @param sSuffix the lock name suffix @return a test-scoped lock name
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockExtendIT.java:130
↓ 6 callersMethodlockResource
Obtain a hold on a Lease for a resource with the specified name for the specified duration. This method should only be called on a client's thread. @
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:1242
↓ 6 callersMethodlog
Log the message to the configured {@link PrintStream}. @param sMsg the message to send to the PrintStream
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/AbstractContainer.java:545
↓ 6 callersMethodlog
Log a message and synchronize so we can get overlapping output. @param message the message to log
prj/examples/guides/460-topics/src/main/java/com/oracle/coherence/guides/topics/ChatApplication.java:331
↓ 6 callersMethodlogRemoteException
Helper method to produce client-side logging of remote exceptions and to wrap them to add the local thread's stack.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:2868
↓ 6 callersMethodmakeMapLiteral
Create an Map from the given arguments. @param aoArgs an array of Object to be added to Map @return a newly created Map
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/UpdateSetListMaker.java:870
↓ 6 callersMethodmakePairLiteral
Create an Object[] from the given arguments. @param aoArgs an array of Object to be used as a pair @return a newly created ArrayList
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/UpdateSetListMaker.java:762
↓ 6 callersMethodmakeSetList
Process the AST Tree using the already set AST Tree @return the resulting Object[] of results
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/UpdateSetListMaker.java:108
↓ 6 callersMethodmangle
Convert the given string to a new string using a convention determined by the implementer. @param sName original string @return mangled string
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/NameMangler.java:30
↓ 6 callersMethodmapWith
Create a {@link Map} made up of the specified key value pairs. Each pair array should contain two values, the value at index zero is used for the map
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/CollectionUtils.java:93
↓ 6 callersMethodmarkEvacuating
Mark a file as EVACUATING. @param nFileId file id
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:994
↓ 6 callersMethodmarkGarbage
Mark a file as GARBAGE. @param nFileId file id
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1026
↓ 6 callersMethodmergeQueryResponse
Merge the results of QueryResponse objects
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:3077
↓ 6 callersMethodmetadata
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonReader.java:305
↓ 6 callersMethodmulti
Returns an extractor that extracts the specified fields and returns the extracted values in a {@link List}. @param fields the field names to extract
prj/coherence-core/src/main/java/com/tangosol/util/Extractors.java:116
↓ 6 callersMethodnewAttribute
Creates a new attribute builder for populating an {@link AttributeMetadata} instance. @return a {@link ClassAttributeBuilder} that builds an attribut
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/ClassMetadataBuilder.java:91
↓ 6 callersMethodnewEntity
(int nId, String sName)
prj/test/functional/jpa/src/main/java/orm/AbstractPersistenceTests.java:274
↓ 6 callersMethodnewSpan
Return a {@link Span.Builder} for the specified operation. @param sOperation the operation name @return the {@link Span.Builder}
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:6933
↓ 6 callersMethodnewTopicName
()
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/topics/BaseTopicsIT.java:46
↓ 6 callersMethodnewWrongTokenException
(String awaited)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonReader.java:958
↓ 6 callersMethodnextKey
Remove the first part of the key path and return the rest of the string. @param sKey a '/' delimited key path string to access composite data @ret
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/extractor/AttributeExtractor.java:310
↓ 6 callersMethodnextLine
Advance to the next "source code line".
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/CodeAttribute.java:1423
↓ 6 callersMethodnullImplementation
Obtains a {@link WithClassLoader} that returns the {@link NullImplementation} class loader. @return a {@link WithClassLoader} that returns the
prj/coherence-core/src/main/java/com/tangosol/net/options/WithClassLoader.java:60
↓ 6 callersMethodok
()
prj/coherence-core/src/main/java/com/tangosol/internal/health/HealthHttpHandler.java:345
↓ 6 callersMethodonBoolean
Report that a boolean 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:192
↓ 6 callersMethodonCompletion
This is the event that is executed when all the Members that were polled have responded or have left the Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:32811
↓ 6 callersMethodonError
Invoked by a {@link Coordinator} when an unrecoverable error was encountered, after which no other {@link Subscriber} methods are invoked. <p> If this
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:613
↓ 6 callersMethodonInit
The "component has been initialized" method-notification (kind of WM_NCCREATE event) called out of setConstructed() for the topmost component and that
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.java:2249
↓ 6 callersMethodonInt32
Report that an integer 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:85
↓ 6 callersMethodonMembersTimedOut
Called on the service thread to indicate that the specified set of members have been determined to be "timed-out", and should be terminated. @param s
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:3799
↓ 6 callersMethodonMembershipChanged
Called when this service is being resumed.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:27274
↓ 6 callersMethodonOctetString
Report that a octet string 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:217
↓ 6 callersMethodonResponse
This event occurs for each response Message from each polled Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:32852
↓ 6 callersMethodonResponse
This event occurs for each response Message from each polled Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:15946
↓ 6 callersMethodonServiceLeft
@param info the ServiceInfo @param member the departed Member @param nState the state of the departed Member before the departure
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:4078
↓ 6 callersMethodonStopRunning
This event is invoked when a Member that is running in a cluster (State=JOINED) must immediately stop because a cluster membership integrity error has
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:4154
↓ 6 callersMethodopenInternal
The open() implementation method. This method is called on the service thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:1402
↓ 6 callersMethodparseAddressProvider
Parse the XML and return an AddressProviderFactory. @param xml the parent of the address-provider element @param map the map from name to AddressPr
prj/coherence-core/src/main/java/com/tangosol/internal/net/LegacyXmlConfigHelper.java:257
↓ 6 callersMethodparseQualifiedName
Parse "n.n.n".
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ScriptParser.java:237
↓ 6 callersMethodparseShiftExpression
Parse a bitwise shift expression. ShiftExpression: AdditiveExpression ShiftExpression << AdditiveExpression ShiftExpression >> Ad
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Compiler.java:1680
↓ 6 callersMethodpathTo
Creates a path to a model file. @param modelName the model name @param path the path components @return the complete path to the model file
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/model/LocalOnnxEmbeddingModel.java:387
↓ 6 callersMethodpipeline
Return a pipeline of intermediate operations for this stream. <p> This is a terminal operation. @return a pipeline of intermediate operations for thi
prj/coherence-core/src/main/java/com/tangosol/util/stream/BaseRemoteStream.java:31
↓ 6 callersMethodpopulate
Populate the dependencies and test the getters. @param deps the DefaultServiceDependencies to populate
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/net/service/ServiceDependenciesTest.java:216
↓ 6 callersMethodpopulate
(Publisher<String> publisher, int nCount)
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:5223
↓ 6 callersMethodpopulateMap
(Map<String, Person> people)
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/tests/streams/AbstractStreamTest.java:67
← previousnext →6,301–6,400 of 78,752, ranked by callers