MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 3 callersMethodgetListenPort
Getter for property ListenPort.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/GrpcAcceptor.java:259
↓ 3 callersMethodgetListenerExtentId
Return the extent identifier that contains listener registration information for the cache with the given identifier. @param lCacheId the cacheId @
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:932
↓ 3 callersMethodgetListenerListFor
Return the array of listeners (sync or async) that corresponds to the specified listener. @param listener the listener to find a array for @return
prj/coherence-core/src/main/java/com/tangosol/util/Listeners.java:238
↓ 3 callersMethodgetListeners
Getter for property Listeners.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedTopic.java:296
↓ 3 callersMethodgetListeners
Getter for property Listeners.<p> The array of EventListeners to dispatch to.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:5197
↓ 3 callersMethodgetLocal
()
prj/test/functional/concurrent-cdi/src/main/java/concurrent/internal/cdi/SemaphoreProducerTest.java:142
↓ 3 callersMethodgetLocal
()
prj/test/functional/concurrent-cdi/src/main/java/concurrent/internal/cdi/CountDownLatchProducerTest.java:145
↓ 3 callersMethodgetLocalAddress
Return the local SocketAddress that all Socket objects created by this TcpInitiator will be bound to. If null, a SocketAddress created from an ephemer
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/initiator/TcpInitiatorDependencies.java:34
↓ 3 callersMethodgetLocalAddress
Obtain the unicast IP address that the cluster member will listen/publish on or null for default. @return the local address, or null
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:249
↓ 3 callersMethodgetLocalAddress
Getter for property LocalAddress.<p> The address that the embedded Memcached server will listen on.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/MemcachedAcceptor.java:309
↓ 3 callersMethodgetLocalBindableAddresses
Returns a collection of all local bindable addresses. Note: this collection will also include NAT address which have been previously {@link #is
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/InetAddresses.java:665
↓ 3 callersMethodgetLocalBufferSize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:814
↓ 3 callersMethodgetLocalMemberUUID
Obtains the local member {@link UUID} for the {@link CoherenceClusterMember}. @return the local member {@link UUID}
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:85
↓ 3 callersMethodgetLocalModels
Getter for property LocalModels.<p> A Map<String, LocalModel> of LocalModel components registered with this gateway. The key is the MBean key property
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Remote.java:442
↓ 3 callersMethodgetLocalNamed
()
prj/test/functional/concurrent-cdi/src/main/java/concurrent/locks/internal/cdi/LockProducerTest.java:141
↓ 3 callersMethodgetLocalPort
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/DefaultHttpAcceptorDependencies.java:107
↓ 3 callersMethodgetLocalPort
Getter for property LocalPort.<p> The port that the embedded Memcached server will listen on.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/MemcachedAcceptor.java:319
↓ 3 callersMethodgetLocalPort
Getter for property LocalPort.<p> The configured port that the embedded HTTP server will listen on (may be zero for ephemeral).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/HttpAcceptor.java:346
↓ 3 callersMethodgetLocalUnqualified
()
prj/test/functional/concurrent-cdi/src/main/java/concurrent/locks/internal/cdi/ReadWriteLockProducerTest.java:194
↓ 3 callersMethodgetLock
Getter for property Lock.<p> Lock used to protect this SafeNamedCache instance against multi-threaded usage.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedCache.java:1728
↓ 3 callersMethodgetLock
Getter for property Lock.<p> Lock used to protect this SafeNamedCache instance against multi-threaded usage.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedTopic.java:499
↓ 3 callersMethodgetLockAttempt
Getter for property LockAttempt.<p> A counter on the number of attempts to lock the partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:22396
↓ 3 callersMethodgetLockDirectory
Return the directory used to store lock files. @return the directory used to store lock files
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:3239
↓ 3 callersMethodgetLockExtentId
Return the extent identifier that contains lock registration information for the cache with the given identifier. @param lCacheId the cacheId @retu
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1041
↓ 3 callersMethodgetLockMap
Obtain the map used for managing key- and map-level locks to ensure data consistency. @return the ConcurrentMap used to manage thread access to keys
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:510
↓ 3 callersMethodgetLockingNextMillis
Getter for property LockingNextMillis.<p> The LockingNextMillis value is the time (in local system millis) at which the next deferred lock evaluation
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:1012
↓ 3 callersMethodgetLogger
Return the bus's logger. @return the bus's logger
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:808
↓ 3 callersMethodgetLogger
Getter for property Logger.<p> The underlying SLF4J Logger used to log all messages.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/logOutput/SLF4J.java:173
↓ 3 callersMethodgetLoginModuleName
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/security/DefaultStandardDependencies.java:101
↓ 3 callersMethodgetLong
Get the value as a long. @return the value as a long
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleValue.java:209
↓ 3 callersMethodgetLongValue
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ClassHelperTest.java:717
↓ 3 callersMethodgetLostPacketThreshold
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:924
↓ 3 callersMethodgetLostPacketThreshold
Obtain the number of sequential packets which may be lost before declaring a member paused, and starting to trickle packets. @return the lost packet
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:264
↓ 3 callersMethodgetM
Retrieves the value of M. @param index reference. @return value of M.
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Hnswlib.java:220
↓ 3 callersMethodgetMBean
Return the service-level MBean. @return the service-level MBean
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:624
↓ 3 callersMethodgetMBeanAccessor
Return the method name on the factory class used to obtain an MBean. @return method name of factory class
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/CustomMBeanDependencies.java:22
↓ 3 callersMethodgetMBeanClass
Return the name of an MBean class used to instantiate and register with the Coherence Management Framework. @return MBean class
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/CustomMBeanDependencies.java:30
↓ 3 callersMethodgetMBeanFactory
Return the name of an MBean class factory used to obtain MBeans to register with the Coherence Management Framework. @return MBean class factory
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/CustomMBeanDependencies.java:38
↓ 3 callersMethodgetMBeanInfo
Getter for property MBeanInfo.<p> Lazy calculation.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/Manageable.java:742
↓ 3 callersMethodgetMBeanInfo
Getter for property MBeanInfo.<p> The MBeanInfo that describes the management interface of the wrapped MBean managed by this WrapperModel.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/WrapperModel.java:489
↓ 3 callersMethodgetMBeanName
(HealthCheck healthCheck)
prj/coherence-core/src/main/java/com/tangosol/internal/health/HealthCheckWrapper.java:97
↓ 3 callersMethodgetMBeanName
Return the PersistenceManager MBean name. @param sService the name of the service to return the name for @return the MBean name
prj/test/functional/persistence/src/main/java/persistence/PersistenceTestHelper.java:261
↓ 3 callersMethodgetMBeanName
Getter for property MBeanName.<p> The MBean name of the PersistenceSnapshot bean.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:29413
↓ 3 callersMethodgetMBeanQuery
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultCustomMBeanDependencies.java:242
↓ 3 callersMethodgetMBeanQuery
Return the MBean query string used to obtain MBeans from a local MBean server to register with the Coherence Management Framework. @return query stri
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/CustomMBeanDependencies.java:53
↓ 3 callersMethodgetMBeanServerDomain
Return the name of a default domain for the source MBeanServer. This is used to locate the MBeanServer where the MBean query should be executed. @ret
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/CustomMBeanDependencies.java:61
↓ 3 callersMethodgetMachineName
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultMemberIdentity.java:123
↓ 3 callersMethodgetMajorVersion
Get the Classfile format major version number of this class. @return the major version number
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:819
↓ 3 callersMethodgetManager
Getter for property Manager.<p> The PersistenceManager to use for creating snapshots.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:28261
↓ 3 callersMethodgetMap
(String name)
prj/examples/guides/110-queries/src/test/java/com/oracle/coherence/guides/queries/QueryTests.java:108
↓ 3 callersMethodgetMap
Getter for property Map.<p> The map of entries to be updated when this message is processed.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:6886
↓ 3 callersMethodgetMap
Getter for property Map.<p> The Map object this EntrySet belongs to.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/wrapperSet/EntrySet.java:148
↓ 3 callersMethodgetMap2
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofReaderTest.java:720
↓ 3 callersMethodgetMap3
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofReaderTest.java:730
↓ 3 callersMethodgetMapEvent
Return the underlying MapEvent. @return the underlying MapEvent
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:4926
↓ 3 callersMethodgetMapEvent
Getter for property MapEvent.<p> The actual MapEvent to fire.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheEvent.java:242
↓ 3 callersMethodgetMapEventHolder
Getter for property MapEventHolder.<p> A holder for $MapEvents associated with this status. $MapEvent represents a global event to be sent to MapList
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:14847
↓ 3 callersMethodgetMapEventsRaw
Getter for property MapEventsRaw.<p> MapEvents to be posted. @volatile
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:14859
↓ 3 callersMethodgetMapType
Getter for property MapType.<p> An integer value, unique to the Service using this map, that defines the type of this config map. @see Grid#getConfig
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:15322
↓ 3 callersMethodgetMapper
()
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/JsonSerDeserSymetricTest.java:145
↓ 3 callersMethodgetMarkInternal
Obtain the offset of the stream mark. @return the offset of the mark or -1 if unmarked
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:738
↓ 3 callersMethodgetMarshaller
()
prj/coherence-rest/src/test/java/com/tangosol/coherence/rest/io/XmlJaxbMarshallerTest.java:28
↓ 3 callersMethodgetMarshaller
()
prj/coherence-rest/src/test/java/com/tangosol/coherence/rest/io/AbstractMarshallerTest.java:28
↓ 3 callersMethodgetMaxCapacity
Determine the maximum size that the managed buffer can reach. If the buffer is already at its maximum, then this method will return the same value as
prj/coherence-core/src/main/java/com/tangosol/io/nio/AbstractBufferManager.java:177
↓ 3 callersMethodgetMaxResults
()
prj/coherence-core/src/main/java/com/oracle/coherence/ai/search/SimilaritySearch.java:162
↓ 3 callersMethodgetMaxThreadCount
The maximum observed thread count. @return the maximum observed thread count
prj/test/functional/extend/src/main/java/extend/ProxyServiceDynamicThreadSizingTests.java:504
↓ 3 callersMethodgetMaximumReceiptDelayMillis
Max time after which the receipt acks will be sent to the peer. @return receipt ack delay in millis
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SocketBusDriver.java:292
↓ 3 callersMethodgetMbeanAttribute
(MBeanServer server, ObjectName oBeanName, String sName)
prj/test/functional/jmx/src/main/java/jmx/JmxTests.java:1504
↓ 3 callersMethodgetMediaType
Return media type of this content. @return media type
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/StaticContent.java:72
↓ 3 callersMethodgetMember
Getter for property Member.<p> The optional Member object associated with this Connection.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Connection.java:999
↓ 3 callersMethodgetMember
Getter for property Member.<p> The optional Member object to associate with the new Connection.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:8315
↓ 3 callersMethodgetMember
Getter for property Member.<p> The member who has joined.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:6870
↓ 3 callersMethodgetMember
Getter for property Member.<p> The associated Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ProxyService.java:3836
↓ 3 callersMethodgetMemberCount
Getter for property MemberCount.<p> The number of Member id/UID combinations that are included in this Message.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:9486
↓ 3 callersMethodgetMemberId
Getter for property MemberId.<p> The id of the Member that is leaving the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:7110
↓ 3 callersMethodgetMemberListeners
Getter for property MemberListeners.<p> The collection of registered MemberListener objects. @see #addMemberListener @see #removeMemberListener
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteService.java:534
↓ 3 callersMethodgetMemberListeners
Getter for property MemberListeners.<p> The list of registered MemberListeners. @see #addMemberListener and #removeMemberListener
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1468
↓ 3 callersMethodgetMemberMap
Getter for property MemberMap.<p> Map from Member UID to Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/actualMemberSet/serviceMemberSet/MasterMemberSet.java:405
↓ 3 callersMethodgetMemberName
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultMemberIdentity.java:150
↓ 3 callersMethodgetMemberSet
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:352
↓ 3 callersMethodgetMemberTimestamp
Return the {@link Member#getTimestamp timestamp} for the member associated with an anonymous subscriber group. @return the timestamp if the group is
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/SubscriberGroupId.java:104
↓ 3 callersMethodgetMemberTimestamps
Getter for property MemberTimestamps.<p> An array of timestamps (time of death) for members who have recently left the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:7403
↓ 3 callersMethodgetMemberUUIDs
Getter for property MemberUUIDs.<p> An array of UIDs which are known to have left the cluster. If one of the UIDs references the sending member, then
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:7427
↓ 3 callersMethodgetMemberUid
Getter for property MemberUid.<p> The UID of the Member that is leaving the cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:7120
↓ 3 callersMethodgetMembersOwningPartition
Return the {@link Set} of members who are aware of a particular store. @param mapStores the {@link Map} of discovered partitions for members @param
prj/coherence-core/src/main/java/com/tangosol/persistence/ArchiverHelper.java:173
↓ 3 callersMethodgetMemcachedServer
Getter for property MemcachedServer.<p> The embedded Memcached server. @see com.tangosol.coherence.memcached.MemcachedServer
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/MemcachedAcceptor.java:331
↓ 3 callersMethodgetMemoryBusProtocol
Return the MemoryBus protocol prefix. @return the MemoryBus protocol prefix
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SocketBusDriver.java:242
↓ 3 callersMethodgetMessage
Returns the error message string of this WrapperException object. @return the error message string of this <code>WrapperException</code>
prj/coherence-core/src/main/java/com/tangosol/util/WrapperException.java:141
↓ 3 callersMethodgetMessageBacklogFactor
Getter for property MessageBacklogFactor.<p> A measure of how utilized the corresponding Service is in terms of connection backlog. A value of 0 indic
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:383
↓ 3 callersMethodgetMessageBacklogOutgoing
Getter for property MessageBacklogOutgoing.<p> The number of messages that are queued for delivery.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:417
↓ 3 callersMethodgetMessagePartIndex
Getter for property MessagePartIndex.<p> A 0-based index of the Message part that specifies the Packet being requested or acknowledged; only non-zero
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/NotifyPacket.java:273
↓ 3 callersMethodgetMessagePartIndex
Getter for property MessagePartIndex.<p> Specifies an zero-based index of this Packet within the multi-Packet Message. The value is only applicable (i
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/MessagePacket.java:563
↓ 3 callersMethodgetMetadata
Internal implementation to retrieve the metadata stored for the archived snapshot. @param sSnapshot the snapshot name to retrieve metadata @return
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:239
↓ 3 callersMethodgetMetadata
Obtain a {@link Map map} of the metadata associated with the provided {@link Span span}. @param span the span from which metadata is to be extracted
prj/test/functional/tracing/opentelemetry/core/src/main/java/opentelemetry/core/TestingUtils.java:277
↓ 3 callersMethodgetMetadata
Gets the metadata to include with the request. @return the metadata map
prj/coherence-rag-parent/models/coherence-rag-openai/src/main/java/com/oracle/coherence/rag/model/openai/config/OpenAiChatModelConfig.java:431
↓ 3 callersMethodgetMetricsResponse
Return from metrics get response on endpoint on localhost at specified <code>port</code>. @param port metrics http end point port @return metrics g
prj/test/functional/metrics/src/main/java/metrics/AbstractMetricsFunctionalTest.java:100
↓ 3 callersMethodgetMinCapacity
Determine the minimum size that the managed buffer can reach. If the buffer is already at its minimum, then this method will return the same value as
prj/coherence-core/src/main/java/com/tangosol/io/nio/AbstractBufferManager.java:155
↓ 3 callersMethodgetMinimumProtocolVersion
Return minimum protocol version understood by this implementation. @return the minimum protocol version
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1090
↓ 3 callersMethodgetMinimumServiceVersion
Return the minimum version for the members in this set. @return the minimum version for the members in this set
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:199
↓ 3 callersMethodgetMinimumTopicApiVersion
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:1776
← previousnext →11,001–11,100 of 78,752, ranked by callers