MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 22 callersMethodgetSiteName
Return the configured name for the Site (such as a data center) in which this Member resides. This name is used for logging purposes and to differenti
prj/coherence-core/src/main/java/com/tangosol/net/MemberIdentity.java:97
↓ 22 callersMethodgetStore
Getter for property Store.<p> Store index. It is zero for the primary ownership; otherwise the backup index.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:34451
↓ 22 callersMethodgetSuperName
Get the name of the super Component of this component @return fully qualified name of the super Component
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:4015
↓ 22 callersMethodgetToId
Getter for property ToId.<p> This is the receiver's Member id. This property is valid for all Packets except outgoing Directed and Sequel Packets that
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Packet.java:723
↓ 22 callersMethodgetUpdateCount
Return number of update events received. @return number of events received
prj/test/functional/extend/src/main/java/extend/ProxyEventTests.java:564
↓ 22 callersMethodgetWriteHoldCount
Queries the number of reentrant write holds on this lock by the current thread. A writer thread has a hold on a lock for each lock action that is not
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteReadWriteLock.java:1174
↓ 22 callersMethodgetWriteQueue
Get the queue of entries that are yet to be written. @return the write-behind queue object
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:3446
↓ 22 callersMethodhasMoreTokens
Checks for more tokens in the script. @return true if tokenizing of the script is incomplete.
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Tokenizer.java:44
↓ 22 callersMethodisHeldByCurrentThread
Queries if this lock is held by the current thread. <p>Analogous to the {@link Thread#holdsLock(Object)} method for built-in monitor locks, this meth
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteLock.java:354
↓ 22 callersMethodisLocked
Queries if this lock is held by any thread. This method is designed for use in monitoring of the system state, not for synchronization control. @retu
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteLock.java:366
↓ 22 callersMethodisWriteBehind
Determine if the backing map writes changes on a write-behind thread through the CacheStore. @return true implies changes are queued to be written as
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:646
↓ 22 callersMethodlock
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentKeyLock.java:59
↓ 22 callersMethodlogMethodInvocation
Log a method invocation. @param sMethod the name of the method that was invoked
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:268
↓ 22 callersMethodlookup
Retrieves the named object. If the retrieved object is {@link Resolvable}, then the result of the {@link Resolvable#resolve resolve} call is returned.
prj/coherence-core/src/main/java/com/tangosol/net/NameService.java:72
↓ 22 callersMethodmatch
Verifies that the current token matches the passed token id and, if so, advances to the next token. Otherwise, a syntax exception is thrown. @param
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ScriptParser.java:936
↓ 22 callersMethodmatch
Verifies that the current token matches the passed token id and, if so, advances to the next token. Otherwise, a syntax exception is thrown. @param
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleParser.java:878
↓ 22 callersMethodnotFound
Create a new {@link Builder} with a not found status. @return a new response {@link Builder}
prj/coherence-core/src/main/java/com/tangosol/internal/http/Response.java:200
↓ 22 callersMethodpeek
Tests if the current token matches the passed token id and, if so, advances to the next token. @param id the token id to peek for @return the curre
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ScriptParser.java:956
↓ 22 callersMethodreadTracing
This should be called by Message serialization methods in order to propgate tracing information. @since 14.1.1.0
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1157
↓ 22 callersMethodrealize
Create a {@link ValueExtractor} for the given cache name, target and property chain. @param sCacheName the name of the cache the ValueExtractor wil
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExtractorBuilder.java:61
↓ 22 callersMethodregister
Register Coherence metrics for the specified local MBean name. <p> If the MBean name has already been registered then it will be ignored. @param sMBe
prj/coherence-core/src/main/java/com/tangosol/internal/metrics/MetricSupport.java:206
↓ 22 callersMethodschedule
Schedules the specified Runnable task for execution by the DaemonPool after the specified delay. @param task task to be scheduled @param cMillis
prj/coherence-core/src/main/java/com/tangosol/internal/util/DaemonPool.java:41
↓ 22 callersMethodsetElementList
Setter for property ElementList. <p/>The List that backs the Queue.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Queue.java:473
↓ 22 callersMethodsetExtractor
Setter for property Extractor.<p> The ValueExtractor object that is used to extract an indexable Object from a value stored in the indexed Map.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:2955
↓ 22 callersMethodsetLength
Reconfigure the length of the buffer. The length must not be longer than the available capacity. @param cb the new length of the buffer
prj/coherence-core/src/main/java/com/tangosol/io/ByteArrayWriteBuffer.java:207
↓ 22 callersMethodsetModified
Set or reset the modified flag on the ClassFile. @param fModified true to set the modified flag, false to reset it
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:961
↓ 22 callersMethodsetState
Setter for property State.<p> A combination of flags reflecting the state of this BinaryEntry. The reason we keep it as a single value is to decrease
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13697
↓ 22 callersMethodsetTestMonitor
Set the TestMonitor used by this Console to wait for the completion of the current test @param monitor the TestMonitor
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Console.java:2708
↓ 22 callersMethodsetupProps
Initialize the system properties.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:241
↓ 22 callersMethodsqlTokenTable
Return an initialized extended {@link TokenTable} known by this CoherenceQueryLanguage. @return an initialized extended TokenTable known by this
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/CoherenceQueryLanguage.java:183
↓ 22 callersMethodstart
Start the gRPC server.
prj/coherence-core/src/main/java/com/tangosol/net/grpc/GrpcAcceptorController.java:65
↓ 22 callersMethodstringBuilder
Create a String typed {@link SimpleModelAttribute} {@link Builder}. @param sName the attribute name @param <M> the model type @return a {@link S
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/model/SimpleModelAttribute.java:233
↓ 22 callersMethodtestIterator
Test the LongArray.Iterator interface.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/LongArrayTest.java:288
↓ 22 callersMethodtrim
Release the buffers from later generations. @param nGeneration the minimum generation to retain @return the number of trimmed buffers
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:935
↓ 22 callersMethodwalk
Return the result of the walking the specified TermTree. This value could be null if the tree walk results in an undetermined state. @param term the
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/TermWalker.java:62
↓ 22 callersMethodwriteBoolean
@see #writeString(String)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectWriter.java:191
↓ 22 callersMethodwriteLongArray
Write a <tt>long[]</tt> property to the POF stream. @param iProp the property index @param an the <tt>long[]</tt> property value to write @thro
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:384
↓ 22 callersMethodwriteTracing
This should be called by Message serialization methods in order to propagate tracing information. @since 14.1.1.0
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1827
↓ 21 callersMethod_wrapAndThrow
(Exception e)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/ext/jsr353/GensonJsonGenerator.java:321
↓ 21 callersMethodacquire
Acquires the given number of permits for specified acquirer. @param acquirer identity of the acquirer @param permits the number of permits to acqu
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/internal/SemaphoreStatus.java:71
↓ 21 callersMethodaddAll
(java.util.Collection col)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:6191
↓ 21 callersMethodaddAttributeMapping
Add an attribute mapping. @param sType the parent type that the attribute belongs to @param sAttributeName the name of the attribute @para
prj/test/functional/dslquery/src/main/java/dslquery/DummyPofExtractorBuilder.java:66
↓ 21 callersMethodaddMemberListener
Add a Member listener. <p> MemberListeners will be invoked in the order in which they are registered. @param listener the {@link MemberListener} to
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:53
↓ 21 callersMethodaddOperatorInternal
Add an operator to the specified operator Map and to all of the internal {@link TokenTable}s. @param map the operator map to add the operator to @pa
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/CoherenceQueryLanguage.java:447
↓ 21 callersMethodapplyIndex
(IndexAwareFilter<Object, Person> filter, PartitionedIndexMap<String, Person> pim)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/internal/util/PartitionedIndexMapTest.java:459
↓ 21 callersMethodasBinary
Return a Binary representing the contents of the specified ReadBuffer, or null if the buffer is null. @param buf the read buffer @return the conten
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:5365
↓ 21 callersMethodassertExceptionContainsCause
Assert that exception cause hierarchy does not contain clzCause. @param e exception @param clzCause nested exception cause
prj/test/functional/config/src/main/java/config/RelaxConfigProcessingTests.java:513
↓ 21 callersMethodassignments
Obtains the cache used to store {@link ClusteredAssignment} instances. @param service the {@link CacheService} to use to obtain a cache reference @
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/util/Caches.java:65
↓ 21 callersMethodchained
Returns an extractor that extracts the specified fields where extraction occurs in a chain where the result of each field extraction is the input to t
prj/coherence-core/src/main/java/com/tangosol/util/Extractors.java:177
↓ 21 callersMethodcheckBounds
Test an offset and length of data to write to see if it can be written to this buffer. @param of offset to write data at @param cb length in bytes
prj/coherence-core/src/main/java/com/tangosol/io/DelegatingWriteBuffer.java:232
↓ 21 callersMethodcompletionStage
Obtain the {@link CompletableFuture} that will be completed when the {@link io.grpc.stub.StreamObserver} completes. @return The CompletableFuture
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/SingleValueStreamObserver.java:76
↓ 21 callersMethodcontains
(int nId)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:922
↓ 21 callersMethodcreateClient
(String serializerName, Serializer serializer)
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/NamedCacheServiceEntrySetIT.java:63
↓ 21 callersMethoddisconnect
Explicitly disconnect from the server, if the client is currently connected.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/net/EchoClient.java:106
↓ 21 callersMethodecho
Send the supplied message to the server and return the server's response. @param sMsg the message to send @return the server's response @throws IO
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/net/EchoClient.java:134
↓ 21 callersMethodensureActive
Ensure that the subscriber is active. @throws IllegalStateException if not active
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:1689
↓ 21 callersMethodensureBeanAccessor
Returns the current {@link MBeanAccessor} for the request. <p> If the current {@link MBeanAccessor} has not been set, a new instance will be created u
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:1864
↓ 21 callersMethodensureNamespaceHandler
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/config/xml/DefaultProcessingContext.java:872
↓ 21 callersMethodensureOpenPersistentStore
Ensure the persistent store for the specified partition is open. @param nPartition the partition id @return the partition's open persistent store,
prj/coherence-core/src/main/java/com/tangosol/internal/util/PartitionedCacheComponent.java:48
↓ 21 callersMethodexecute
Execute a CohQL query or command and return the relevant {@link StatementResult result}. @param ctx the {@link ExecutionContext context} to use @re
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/Statement.java:38
↓ 21 callersMethodfindMethod
Find a Method that matches the specified name and parameter types. If there are more than one matching methods, the first one will be returned. @para
prj/coherence-core/src/main/java/com/tangosol/util/ClassHelper.java:979
↓ 21 callersMethodget
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:798
↓ 21 callersMethodget
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/SimpleHolder.java:56
↓ 21 callersMethodgetAccessors
Get all the Behaviors related to this Property. @return an array of six Behaviors, any of which may be null, indexed by the PA_ (Property Acc
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3580
↓ 21 callersMethodgetAdded
Determine what items were added to the dual set. @return an immutable set of added items
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/DualSet.java:87
↓ 21 callersMethodgetAndAccumulate
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value. <
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicLong.java:191
↓ 21 callersMethodgetBinaryKey
Getter for property BinaryKey.<p> Binary key.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13007
↓ 21 callersMethodgetBuffer
Get the current ByteBuffer reference. @return the current ByteBuffer
prj/coherence-core/src/main/java/com/tangosol/io/nio/ByteBufferManager.java:28
↓ 21 callersMethodgetBundle
Convenience method to return a {@link Bundle} known by the container as the name specified. @param sBundleName the name of the bundle @return a bun
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/Container.java:104
↓ 21 callersMethodgetConfigurableCacheMap
Return the wrapped {@link ConfigurableCacheMap}. @return the wrapped {@link ConfigurableCacheMap}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicBackingMap.java:49
↓ 21 callersMethodgetConnector
Return the {@link SubscriberConnector} used to connect this subscriber. @return the {@link SubscriberConnector} used to connect this subscriber
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:468
↓ 21 callersMethodgetDecoration
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/util/BinaryDecoratedObjectTest.java:128
↓ 21 callersMethodgetDelegate
Return the Collection to which all operations should be delegated to. @return the wrapped Collection
prj/coherence-core/src/main/java/com/tangosol/util/WrapperCollections.java:266
↓ 21 callersMethodgetDomainName
Domain name for managed beans registered by Coherence clustered services. For cluster nodes that are co-located with an MBeanServer instance, the retu
prj/coherence-core/src/main/java/com/tangosol/net/management/Registry.java:154
↓ 21 callersMethodgetException
Getter for property Exception.<p> A deserialization exception caught by the read().
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java:1062
↓ 21 callersMethodgetFromBinaryConverter
Getter for property FromBinaryConverter.<p> A converter that takes Binary keys and values (from "below" the view) and converts them via deserializatio
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/ViewMap.java:1246
↓ 21 callersMethodgetId
Return the identifier of this store. @return the identifier that was used to open this store
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistentStore.java:35
↓ 21 callersMethodgetIndex
Gets the current index configuration. @return the index configuration, or null if not set
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/config/StoreConfig.java:125
↓ 21 callersMethodgetInetAddress
Getter for property InetAddress.<p> The IP address that the socket uses if it is a socket that connects to an IP address. This property must be config
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Socket.java:204
↓ 21 callersMethodgetInternalService
Getter for property InternalService.<p> The actual (wrapped) Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:716
↓ 21 callersMethodgetLastEvent
()
prj/test/functional/transformer/src/main/java/transformer/AbstractMapEventTransformerTests.java:382
↓ 21 callersMethodgetManagement
Returns the current management registry. @return the current management registry or {@code null} if the management is disabled on this node
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:1424
↓ 21 callersMethodgetManager
Return the BackingMapManager this object is a context for. @return the BackingMapManager this object is a context for
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:39
↓ 21 callersMethodgetMessageBus
Getter for property MessageBus.<p> The MessageBus this MessageHandler is associated with.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MessageHandler.java:877
↓ 21 callersMethodgetMessageFactory
Return the MessageFactory used create Message objects that may be sent through this Channel over the underlying Connection. @return the MessageFactor
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:96
↓ 21 callersMethodgetOptionalValue
(String propertyName, Class<T> propertyType)
prj/coherence-rag-parent/models/coherence-rag-deepseek/src/test/java/com/oracle/coherence/rag/model/deepseek/DeepSeekModelProviderIT.java:191
↓ 21 callersMethodgetOwner
Getter for property Owner.<p> The Member that currently owns the request key.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/requestStatus/SinglePartStatus.java:93
↓ 21 callersMethodgetPacket
Getter for property Packet.<p> The packets that this message was constructed from (if received) or was deconstructed to (if sent). Note: The packets
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:631
↓ 21 callersMethodgetPage
Obtain a current page number (zero-based). @return the page number
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:181
↓ 21 callersMethodgetPageCapacity
Obtain the page capacity in bytes. @return the capacity
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicDependencies.java:25
↓ 21 callersMethodgetPartitionConfig
Return an Ownership descriptor of the specified partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3395
↓ 21 callersMethodgetPartitionConfigMap
Getter for property PartitionConfigMap.<p> The PartitionConfig$Map.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3407
↓ 21 callersMethodgetRackName
Return the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides. This name is used for logging pur
prj/coherence-core/src/main/java/com/tangosol/net/MemberIdentity.java:88
↓ 21 callersMethodgetReceiver
Return the optional Receiver that processes unsolicited Message objects sent through this Channel over the underlying Connection. @return the Receive
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:113
↓ 21 callersMethodgetRemoved
Number of remove events @return number of remove events
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/TestCacheEntryListener.java:75
↓ 21 callersMethodgetSafeCluster
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:3900
↓ 21 callersMethodgetService
Getter for property Service.<p> Indexed property of Service daemons running on <b>this</b> Member. @volatile - read by PacketReceiver and TransportSe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:2641
↓ 21 callersMethodgetSocketProvider
Return the SocketProvider to use in producing sockets for this driver. @return the SocketProvider
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SocketBusDriver.java:257
↓ 21 callersMethodgetStatsMap
Return the Map used to log method invocations. @return the Map used to log method invocations.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:731
↓ 21 callersMethodgetSubject
Return the optional Subject associated with this Channel. <p> If a Subject is associated with this Channel, any operation performed upon receipt of a
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:124
← previousnext →1,801–1,900 of 78,752, ranked by callers