MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 4 callersMethodgetPrevious
@return the Node that precedes this Node or null
prj/coherence-core/src/main/java/com/tangosol/util/SafeLinkedList.java:922
↓ 4 callersMethodgetPriority
Returns the priority for this configuration. <p> Sessions will be created in priority order, the highest priority first. <p> The default priority is z
prj/coherence-core/src/main/java/com/tangosol/net/SessionConfiguration.java:108
↓ 4 callersMethodgetPriority
Calculate a cache priority. @return a value between 0 and 10, 0 being the highest priority
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldOldCache.java:1846
↓ 4 callersMethodgetProcessor
Return the {@link EntryProcessor} associated with this {@link EntryProcessorEvent}. @return the entry processor associated with this event
prj/coherence-core/src/main/java/com/tangosol/net/events/partition/cache/EntryProcessorEvent.java:42
↓ 4 callersMethodgetProduct
Getter for property Product.<p> The product name.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:3895
↓ 4 callersMethodgetPromoteIndex
Getter for property PromoteIndex.<p> The backup storage index to promote to. Note: since the PartitionSwapRequest is only allowed to swap adjacent in
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:25688
↓ 4 callersMethodgetPrompt
Getter for property Prompt.<p> The prompt that should be output by the Logger.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:8054
↓ 4 callersMethodgetProperty
Determine the value of a String option. @param sName the property name that specifies the option to look up @param sDefault the default option v
prj/coherence-core/src/main/java/com/tangosol/net/LoadBalancer.java:427
↓ 4 callersMethodgetPropertyNameResolver
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:1172
↓ 4 callersMethodgetPropertySet
Return the set of nested properties. @return nested properties
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/PropertySpec.java:203
↓ 4 callersMethodgetProtocol
Return the protocol represented by this EndPoint. @return the protocol represented by this EndPoint
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/UrlEndPoint.java:102
↓ 4 callersMethodgetProtocol
()
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/NamedTopicProtocol.java:23
↓ 4 callersMethodgetProtocolContext
Return the current protocol context based on the supplied message.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1736
↓ 4 callersMethodgetPublisherAckDelayMillis
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1211
↓ 4 callersMethodgetPublisherCloggedDelayMillis
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1278
↓ 4 callersMethodgetPublisherCloggedDelayMillis
Obtain the amount of time that the Publisher will pause a client thread that is trying to send a message when the Publisher is clogged. The Publisher
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:376
↓ 4 callersMethodgetPublisherGroupThreshold
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1301
↓ 4 callersMethodgetPublisherNackDelayMillis
Obtain the amount of time that the Publisher will delay sending a NACK packet. @return the publisher NACK delay
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:412
↓ 4 callersMethodgetPublisherPriority
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1345
↓ 4 callersMethodgetPublisherPriority
Obtain the priority of the PacketPublisher daemon thread. @return the publisher priority
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:419
↓ 4 callersMethodgetPublisherResendDelayMillis
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1367
↓ 4 callersMethodgetPutWithParamsCounter
()
prj/test/functional/cdi/src/main/java/cdi/ResponseCachingIT.java:452
↓ 4 callersMethodgetQuery
MBean query to retrieve PagedTopicMBeans for the provided topic. @param request the request @param sTopicName the topic name @param sService
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/TopicResource.java:187
↓ 4 callersMethodgetQuery
Return the ReporterMBean query for all members. @param request the {@link HttpRequest} @return the MBean query @since 14.1.2.0
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/ReportersResource.java:142
↓ 4 callersMethodgetQuery
MBean query to retrieve CacheMBeans for the provided cache. @param request the request @param sCacheName the cache name @param sServiceName
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/CacheResource.java:194
↓ 4 callersMethodgetQueueControl
Return the Gate controlling access to the LinkedQueues. @return the Gate controlling access to the LinkedQueues
prj/coherence-core/src/main/java/com/tangosol/internal/util/QueueFabric.java:130
↓ 4 callersMethodgetRandomAddress
(String sType)
prj/test/functional/io/src/main/java/io/AbstractPortableTypeTests.java:76
↓ 4 callersMethodgetRandomFromDirectory
Return a randomly selected directory or file within a given directory so that we can do nasty things to them to simulate corruption. @param fileBaseD
prj/test/functional/persistence/src/main/java/persistence/AbstractSnapshotAnalyzerTests.java:530
↓ 4 callersMethodgetRandomPort
Generates a random port number within the defined range. <p/> This method helps avoid port conflicts when running multiple mock servers simultaneously
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/util/MockServerUtils.java:337
↓ 4 callersMethodgetRandomState
Return a random state. @return a random state
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/persistence/DataGenerator.java:216
↓ 4 callersMethodgetRandomValue
Return a random value from an array. @param array array to return from @return a random value
prj/examples/guides/125-streams/src/main/java/com/oracle/coherence/guides/streams/StreamsExample.java:283
↓ 4 callersMethodgetRandomZip
Return a random Zip code. @return a random Zip code
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/persistence/DataGenerator.java:206
↓ 4 callersMethodgetReceiverName
Getter for property ReceiverName.<p> The name of the peer Receiver to which the Channel should be bound.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:7314
↓ 4 callersMethodgetReceiverPriority
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1433
↓ 4 callersMethodgetReceiverPriority
Obtain the priority of the PacketReceiver daemon thread. @return the receiver priority
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:445
↓ 4 callersMethodgetReconnectWaitMillis
Return the amount of time publishers and subscribers will wait before attempting to reconnect after being disconnected. @return the maximum amount of
prj/coherence-core/src/main/java/com/tangosol/net/topic/TopicDependencies.java:137
↓ 4 callersMethodgetRecoveredPartitions
Return the recovered {@link PartitionSet}. @return the recovered PartitionSet
prj/coherence-core/src/main/java/com/tangosol/net/internal/PartitionRecoverInfo.java:109
↓ 4 callersMethodgetRecoveryPartitions
Getter for property RecoveryPartitions.<p> The set of partitions that need to be recovered. Recipients of this OwnershipRequest should reply with the
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:18476
↓ 4 callersMethodgetRefCount
Getter for property RefCount.<p> Reference count: how many filters or keys this component is a listener for.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:9163
↓ 4 callersMethodgetRefreshAheadFactor
Return the refresh-ahead factor. <p> The refresh-ahead factor is used to calculate the "soft-expiration" time for cache entries. Soft-expiration is th
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:483
↓ 4 callersMethodgetRefreshPolicy
Return the type of refresh policy the connector will use; one of the REFRESH_ enumerated values. @return the specified policy
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/ConnectorDependencies.java:23
↓ 4 callersMethodgetRefreshPolicy
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultConnectorDependencies.java:52
↓ 4 callersMethodgetRegisterCount
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalPersistenceManagerTest.java:597
↓ 4 callersMethodgetRegistry
Obtain the Coherence metrics registry. @return the Coherence metrics registry
prj/coherence-core/src/main/java/com/tangosol/internal/metrics/DefaultMetricRegistry.java:51
↓ 4 callersMethodgetRejectedMemberSet
Getter for property RejectedMemberSet.<p> The set of responders that rejected the MemberWelcomeRequest.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:9844
↓ 4 callersMethodgetRemainingCapacity
Obtain the maximum remaining capacity. <p> This value can be used to limit the size of the next offer to the topic. @return the maximum capacity
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublishResult.java:64
↓ 4 callersMethodgetRemoteAddressProvider
Getter for property RemoteAddressProvider.<p> The SocketAddressProvider used by the TcpInitiator to obtain the address(es) of the remote TcpAcceptor(s
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/initiator/TcpInitiator.java:363
↓ 4 callersMethodgetRemoteGateway
Getter for property RemoteGateway.<p> An associated remote gateway.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Local.java:375
↓ 4 callersMethodgetRemoteHolder
Getter for property RemoteHolder.<p> RemoteHolder objects representing this LocalHolder.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/listenerHolder/LocalHolder.java:221
↓ 4 callersMethodgetRemoteNamed
()
prj/test/functional/concurrent-cdi/src/main/java/concurrent/internal/cdi/SemaphoreProducerTest.java:152
↓ 4 callersMethodgetRemoteNamed
()
prj/test/functional/concurrent-cdi/src/main/java/concurrent/internal/cdi/CountDownLatchProducerTest.java:155
↓ 4 callersMethodgetRemoteScopeName
Return the name of the scope on the remote to connect to on the cluster. @return the name of the scope on the remote to connect to on the cluster
prj/coherence-core/src/main/java/com/tangosol/internal/net/grpc/RemoteGrpcServiceDependencies.java:36
↓ 4 callersMethodgetReporterDependencies
Return the ReporterDependencies. @return ReporterDependencies
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/GatewayDependencies.java:109
↓ 4 callersMethodgetRequestAssignments
Getter for property RequestAssignments.<p> Requestor's partition assignments. The RequestAssignments are used in the request phase (if the number of
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:18491
↓ 4 callersMethodgetRequestMask
Getter for property RequestMask.<p> A set of partitions that should be snapshot.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:32512
↓ 4 callersMethodgetRequestTimeout
Getter for property RequestTimeout.<p> The default request timeout for all Channel objects created by Connection objects managed by this ConnectionMan
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:1425
↓ 4 callersMethodgetRequiredCount
Getter for property RequiredCount.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:3861
↓ 4 callersMethodgetRequiredProperty
(String sName)
prj/test/functional/persistence/src/main/java/persistence/UnifiedPersistenceMigrationDemoHelper.java:293
↓ 4 callersMethodgetResendTimeout
Getter for property ResendTimeout.<p> The maximum number of milliseconds that a Packet will be resent before it is assumed that the remaining unacknow
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.java:1731
↓ 4 callersMethodgetResizeGrow
Getter for property ResizeGrow.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5560
↓ 4 callersMethodgetResizeJitter
Getter for property ResizeJitter.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5569
↓ 4 callersMethodgetResizeShake
Getter for property ResizeShake.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5578
↓ 4 callersMethodgetResolvedMap
Getter for property ResolvedMap.<p> Calculatable property returning a new map representing a resolved view of the data. Note that while the content o
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java:699
↓ 4 callersMethodgetResource
Return the resource associated with the sentry. <p> This resource is only valid until the sentry is closed. @return the resource.
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Sentry.java:29
↓ 4 callersMethodgetResourceRegistry
Retrieves a Service scoped {@link ResourceRegistry}. The resource registry is used to: <ul> <li>Register resources with the Service and make them ac
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:133
↓ 4 callersMethodgetResponsesSentCount
()
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/GrpcProxyMetrics.java:319
↓ 4 callersMethodgetResultsAsReduction
Turn the results of tree processing into an InvocableMap.EntryAggregator that will return the results of a query. @return the resulting EntryAggreg
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/SelectListMaker.java:172
↓ 4 callersMethodgetResultsAsValueExtractor
Turn the results of tree processing into a ValueExtractor @return the resulting ValueExtractor
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/SelectListMaker.java:100
↓ 4 callersMethodgetRetainDuration
Obtains the {@link Duration} to retain the {@link Task} after it is complete. @return the {@link Duration}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredTaskManager.java:284
↓ 4 callersMethodgetRightmostStorage
Return the rightmost terminal storage in a tree of storages startin at the specified storage
prj/coherence-core/src/main/java/com/tangosol/dev/component/ChainStorage.java:825
↓ 4 callersMethodgetRoleName
Obtains the role name for the local member. @return the role name
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:118
↓ 4 callersMethodgetRootCause
Return the root cause of this exception. @return the root cause of exception.
prj/coherence-core/src/main/java/com/tangosol/util/WrapperException.java:106
↓ 4 callersMethodgetRoutes
Select the appropriate source addresses for connecting to the specified destination addresses. @param collSource the source addresses @param collDes
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/InetAddresses.java:1323
↓ 4 callersMethodgetRunnable
Get the encapsulated {@link Runnable}. @return the encapsulated {@link Runnable}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredExecutorService.java:992
↓ 4 callersMethodgetRunnerList
Return the list of ProcessInfo objects, one per Runner process. @return the list of ProcessInfo objects, one per Runner process
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Agent.java:921
↓ 4 callersMethodgetRunningCacheStore
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedCache.java:1844
↓ 4 callersMethodgetSSLContextDependencies
Returns the {@link SSLContextDependencies}. @return the {@link SSLContextDependencies}
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SSLSocketProvider.java:346
↓ 4 callersMethodgetSafeCluster
Obtain the SafeCluster this SafeService belongs to. @return the SafeCluster this SafeService belongs to
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/safeService/SafeTopicService.java:62
↓ 4 callersMethodgetSafeMemorySize
(String sName)
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SocketBusDriver.java:1208
↓ 4 callersMethodgetScheduledMillis
()
prj/test/functional/core/src/main/java/com/tangosol/coherence/component/util/DaemonPoolIT.java:920
↓ 4 callersMethodgetScheduledTasks
Getter for property ScheduledTasks.<p> A set of Disposables (representing tasks) which have been scheduled for delayed execution, and which have not y
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:1511
↓ 4 callersMethodgetSchemaLocations
Obtain a {@link Map} of schema URI to schema location for each schema defined in the {@code xsi:schemaLocation} attribute of the specified {@link XmlE
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:2125
↓ 4 callersMethodgetScopeName
The scope name that this event is associated with. @return the scope name that this event is associated with or {@code null} if this event is
prj/coherence-core/src/main/java/com/tangosol/net/events/topics/TopicLifecycleEvent.java:46
↓ 4 callersMethodgetScopedServiceStore
Getter for property ScopedServiceStore.<p> The scoped store for Service references.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:967
↓ 4 callersMethodgetScopedTopicStore
Getter for property ScopedTopicStore.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:1498
↓ 4 callersMethodgetScoringModel
Returns a scoring model instance for the specified model name. <p/> Scoring models evaluate the relevance between queries and text segments, typically
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/ModelProvider.java:67
↓ 4 callersMethodgetSelectionKey
Getter for property SelectionKey.<p> The SelectionKey representing the registration of this TcpConnection's SocketChannel with its TcpAcceptor's Selec
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:4117
↓ 4 callersMethodgetSendQueue
Getter for property SendQueue.<p> The Queue on which OutgoingUdpPackets are enqueued for processing by the Speaker.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.java:1742
↓ 4 callersMethodgetSequentialLostCount
Getter for property SequentialLostCount.<p> Count of the number of sequentially lost packets, only tracked when flow control is enabled.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:3597
↓ 4 callersMethodgetServerName
Helper class to get the test server name. @param num the server number @return the test server name
prj/test/functional/graal/src/main/java/graal/AbstractGraalFunctionalTest.java:147
↓ 4 callersMethodgetServerSocket
Getter for property ServerSocket.<p> The ServerSocket used by this TcpProcessor to accept Socket connections.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:5254
↓ 4 callersMethodgetServerType
()
prj/coherence-core/src/main/java/com/tangosol/net/grpc/GrpcAcceptorController.java:155
↓ 4 callersMethodgetServerType
Return the type of the gRPC server. @return the type of the gRPC server
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/GrpcServiceDependencies.java:80
↓ 4 callersMethodgetService
Return the associated {@link PagedTopicService}. @return the {@link PagedTopicService}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicCaches.java:377
↓ 4 callersMethodgetService
Return the partitioned service for which this assignment strategy controls the distribution. @return the partitioned service controlled by this assig
prj/coherence-core/src/main/java/com/tangosol/net/partition/MirroringAssignmentStrategy.java:51
↓ 4 callersMethodgetService
Retrieve the Service reference based on the passed in service name. @param sServiceName the service name @return the Service reference
prj/coherence-core/src/main/java/com/tangosol/net/internal/ScopedServiceReferenceStore.java:45
↓ 4 callersMethodgetService
Getter for property Service.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ServiceConfig.java:224
↓ 4 callersMethodgetService
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:13832
↓ 4 callersMethodgetServiceContext
Getter for property ServiceContext.<p> (Private) A map of Service related Subject objects keyed by the service name. Used by the client threads.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/security/Standard.java:366
↓ 4 callersMethodgetServiceEndPointName
Getter for property ServiceEndPointName.<p> The canonical EndPoint name for the joining service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:17401
← previousnext →8,801–8,900 of 78,752, ranked by callers