MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 7 callersMethodgetDefaultSuspectBytes
Return the default suspect backlog size in bytes. If the backlog exceeds this size then the connection becomes suspect. @return the default suspect
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/TcpAcceptorDependencies.java:75
↓ 7 callersMethodgetDefaultSuspectMessages
Return the default suspect backlog size in messages. If the backlog exceeds this count then the connection becomes suspect. @return the default susp
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/TcpAcceptorDependencies.java:83
↓ 7 callersMethodgetDependencies
Return the {@link PagedTopicDependencies}. @return the {@link PagedTopicDependencies}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicCaches.java:387
↓ 7 callersMethodgetDependencies
Getter for property Dependencies.<p> The external dependencies needed by this component. The dependencies object must be full populated and validated
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:844
↓ 7 callersMethodgetDeserializersMap
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:485
↓ 7 callersMethodgetDistributionAggressiveness
Getter for property DistributionAggressiveness.<p> The DistributionAggressiveness factor specifies how aggressively the failback operations will be sc
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2901
↓ 7 callersMethodgetEffectiveShakePeriod
Return the effective shake period for the current overutilization state.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5521
↓ 7 callersMethodgetEffectiveTime
Getter for property EffectiveTime.<p> Cluster time that the Lease was locked at.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Lease.java:553
↓ 7 callersMethodgetElementList
Getter for property ElementList. <p/>The List that backs the Queue.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Queue.java:272
↓ 7 callersMethodgetEntry
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:4710
↓ 7 callersMethodgetEntry
Getter for property Entry.<p> Wrapped Entry
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperEntry.java:136
↓ 7 callersMethodgetEntryEventContinuation
Return a continuation whose completion will cause an {@link EntryEvent} to be dispatched. @param eventType the {@link EntryEvent.Type} to raise @
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/StorageDispatcher.java:123
↓ 7 callersMethodgetErases
()
prj/test/functional/cache/src/main/java/cache/TestCacheStore.java:86
↓ 7 callersMethodgetErases
()
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/TestCacheStore.java:81
↓ 7 callersMethodgetEvent
()
prj/test/functional/events/src/main/java/events/ExtendClientMemberEventTests.java:653
↓ 7 callersMethodgetEventCollector
()
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/MessageBusTest.java:2030
↓ 7 callersMethodgetEventDispatcher
Called on the service thread only.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:834
↓ 7 callersMethodgetEventTypes
Return the Event Types the {@link EventInterceptor} being registered will intercept. As this event is emitted under the scope of an {@link EventDispat
prj/coherence-core/src/main/java/com/tangosol/net/events/EventDispatcher.java:122
↓ 7 callersMethodgetExpired
Method description @return
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/CacheExpiryTests.java:448
↓ 7 callersMethodgetExpressionParser
Obtains the {@link ExpressionParser} to use for parsing {@link Expression}s during document processing. @return the {@link ExpressionParser}
prj/coherence-core/src/main/java/com/tangosol/config/xml/DocumentProcessor.java:123
↓ 7 callersMethodgetExtendConnectionCount
Returns the number of Extend clients currently connected to a specific proxy service. @param sProxyName the name of the Extend proxy service @retur
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:438
↓ 7 callersMethodgetExtendProxyPort
Return the port the default Extend proxy is listening on. @return the port the default Extend proxy is listening on, or {@code -1} if the p
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:472
↓ 7 callersMethodgetFieldSignature
(Property field)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Integration.java:2823
↓ 7 callersMethodgetFilter
Obtain the wrapped Filter. @return the wrapped filter object
prj/coherence-core/src/main/java/com/tangosol/util/filter/KeyAssociatedFilter.java:229
↓ 7 callersMethodgetFilterDescription
Get a description of the filter that was associated with this step during its creation. @return the description of the filter
prj/coherence-core/src/main/java/com/tangosol/util/QueryRecord.java:91
↓ 7 callersMethodgetFlowControl
Getter for property FlowControl.<p> The Member's flow control related properties. This object also acts as a synchronization point for all flow contr
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1191
↓ 7 callersMethodgetFromMember
Getter for property FromMember.<p> The Member that is sending (or that did send) the Message. During the discovery phase (and only for Service 0), thi
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:564
↓ 7 callersMethodgetFullRemotePath
Return the full path to the file. @param sSnapshot the snapshot name to get path for @param sFileName the file name to build path for @return the
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/SFTPSnapshotArchiver.java:436
↓ 7 callersMethodgetFunction
Returns the function to call when the operation is executed. @return the function to call when the operation is executed
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/model/ModelOperation.java:37
↓ 7 callersMethodgetGate
Return the {@link Gate} used to synchronize access to the pending queue. @return the {@link Gate} used to synchronize access to the pending
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/BatchingOperationsQueue.java:627
↓ 7 callersMethodgetGate
Getter for property Gate.<p> ThreadGate that controls access to the partition contents. Held in _Feed for storage optimization.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:22384
↓ 7 callersMethodgetGender
()
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/Person.java:68
↓ 7 callersMethodgetGenerationSize
Get the number of buffers that are allocated per generation. @return the number of buffers in each generation
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:666
↓ 7 callersMethodgetGenericComponentType
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/TypeUtil.java:498
↓ 7 callersMethodgetGuardable
Getter for property Guardable.<p> The wrapped guardable
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:16153
↓ 7 callersMethodgetHostKey
Obtain the host key that serves as an associated key for all keys that the wrapped filter will be applied to. @return the host key
prj/coherence-core/src/main/java/com/tangosol/util/filter/KeyAssociatedFilter.java:240
↓ 7 callersMethodgetHostName
Returns the host name of the Coherence cluster. @return the host name of the Coherence cluster
prj/examples/guides/910-multi-cluster-client/multi-cluster-client/src/main/java/com/oracle/coherence/guides/client/model/TenantMetaData.java:124
↓ 7 callersMethodgetIds
Obtains the unique identities of {@link Executor}s with {@link ExecutionPlan.Action}s. @return the {@link Executor} identities.
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ExecutionPlan.java:64
↓ 7 callersMethodgetIncomingTransfers
Getter for property IncomingTransfers.<p> The map of queues (keyed by the sending member) holding partial transfer messages that carry data that belon
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:33160
↓ 7 callersMethodgetIndex
Get the array index expression. @return the array index expression
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ArrayAccessExpression.java:203
↓ 7 callersMethodgetIndexContents
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SimpleMapIndex.java:154
↓ 7 callersMethodgetInitiatorDependencies
Return the InitiatorDependencies for the Initiator used by the RemoteService. @return the InitiatorDependencies
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/remote/RemoteServiceDependencies.java:43
↓ 7 callersMethodgetInternalNamedTopic
Getter for property InternalNamedTopic.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedTopic.java:487
↓ 7 callersMethodgetInternalValue
Gets the internal value with the side-effect of updating the access time to that which is specified and incrementing the access count. @param ldtAcce
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCacheValue.java:174
↓ 7 callersMethodgetInvocationContext
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13175
↓ 7 callersMethodgetIterations
()
prj/test/functional/ssl/src/main/java/ssl/BaseSocketProviderTests.java:169
↓ 7 callersMethodgetJavaName
Get the class name as it appears in Java source. @return the class name
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassConstant.java:212
↓ 7 callersMethodgetJavaTypeId
Return an identifier that represents the Java type of the specified object. @param o an object to determine the type of @param ctx the PofContext
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:88
↓ 7 callersMethodgetKey
Obtain the page key. @return the page key
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/model/QueuePageResult.java:57
↓ 7 callersMethodgetKeySet
Getter for property KeySet.<p> The Collection of keys associated with this KeySetRequest.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/request/namedCacheRequest/KeySetRequest.java:122
↓ 7 callersMethodgetKeySet
Return a set of the primary storage keys that belong to the specified partition. The returned set is "live" and can change concurrently. Also, this me
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3834
↓ 7 callersMethodgetLastName
()
prj/test/functional/filter/src/main/java/filter/QueryRecordReporterTests.java:397
↓ 7 callersMethodgetLength
Determines the length, in characters, of the token. The length of the token is calculated as the difference between the offset of the first character
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Token.java:176
↓ 7 callersMethodgetLevel
Getter for property Level.<p> The configured maximum logging level.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Logger.java:784
↓ 7 callersMethodgetLicenseData
Determine the set of known licenses. @return an array of LicenseData objects
prj/coherence-core/src/main/java/com/tangosol/license/LicensedObject.java:138
↓ 7 callersMethodgetLineNumber
@return the line number (e.g. 17) or 0 if unknown
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/StackTrace.java:331
↓ 7 callersMethodgetList
Return a java.util.List view of this ImmutableMultiList. @return a List view of this ImmutableMultiList
prj/coherence-core/src/main/java/com/tangosol/util/ImmutableMultiList.java:77
↓ 7 callersMethodgetListenBacklog
Return the listen backlog. @return the listen backlog
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/TcpAcceptorDependencies.java:97
↓ 7 callersMethodgetListener
Getter for property Listener.<p> The NotificationListener reference.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/listenerHolder/LocalHolder.java:199
↓ 7 callersMethodgetLocalAddress
Obtain the "best" local host address which matches the supplied filter. @param filter the filter to match @return the InetAddress @throws UnknownHo
prj/coherence-core/src/main/java/com/tangosol/net/InetAddressHelper.java:44
↓ 7 callersMethodgetLocalAddressProviderBuilder
Return the local {@link SocketAddressProvider} builder. @return the local SocketAddressProvider builder
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/TcpAcceptorDependencies.java:104
↓ 7 callersMethodgetLocalName
Get the local portion of this component name. For example, if the qualified name is X.Y$A$B, the local portion is A$B. @return the local portion of
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:4005
↓ 7 callersMethodgetLocalPort
Return the local port. @return the local port
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/GrpcAcceptorDependencies.java:41
↓ 7 callersMethodgetLoggerName
Return the logger name. @return the logging name
prj/coherence-core/src/main/java/com/tangosol/internal/net/logging/LoggingDependencies.java:36
↓ 7 callersMethodgetLot
()
prj/coherence-testing-data/src/main/java/data/Trade.java:83
↓ 7 callersMethodgetMBean
Getter for property MBean.<p> The MBean wrapped by this WrapperModel.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/WrapperModel.java:478
↓ 7 callersMethodgetMBeanName
Obtain the journal persistence MBean name for a given service. @param sService the service name @return the journal persistence MBean name
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:64
↓ 7 callersMethodgetMacros
Determine if the string contains any macros, without sanity checking the macro string. @param sTemplate String containing column reference identifie
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/Reporter.java:873
↓ 7 callersMethodgetManagedNodes
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultGatewayDependencies.java:203
↓ 7 callersMethodgetMathContext
Returns the specified {@link MathContext} or null. @return the MathContext. Can be null.
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractBigDecimalAggregator.java:222
↓ 7 callersMethodgetMaxBatchSizeBytes
Return the maximum batch size for the subscriber. @return the maximum batch size for the subscriber
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublisherConnector.java:116
↓ 7 callersMethodgetMaximumCapacity
Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to r
prj/coherence-core/src/main/java/com/tangosol/io/WriteBuffer.java:306
↓ 7 callersMethodgetMember
Return the Member object from a given Node Id. Can be called on the service thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:974
↓ 7 callersMethodgetMember1
()
prj/examples/guides/142-server-events/src/test/java/com/oracle/coherence/guides/serverevents/AbstractEventsTest.java:86
↓ 7 callersMethodgetMemberIdentity
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:946
↓ 7 callersMethodgetMemberList
Called by the Service when a new client connects to obtain an ordered list of Members to which the new client should be redirected. If the returned li
prj/coherence-core/src/main/java/com/tangosol/net/ServiceLoadBalancer.java:55
↓ 7 callersMethodgetMessagePublisher
Getter for property MessagePublisher.<p> The MessagePublisher that the Service uses to send Messages. @volatile - see Grid.stop()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1576
↓ 7 callersMethodgetMethodName
Determine the name of the method that this extractor is configured to invoke. @return method name without the {@link #METHOD_SUFFIX}
prj/coherence-core/src/main/java/com/tangosol/util/extractor/UniversalUpdater.java:144
↓ 7 callersMethodgetName
Return the name of the entry. @return the name of the entry
prj/coherence-core/src/main/java/com/tangosol/engarde/ApplicationEntry.java:29
↓ 7 callersMethodgetName
Returns the entire qualified name, including the prefix and local name. @return A string containing the entire qualified name, including prefix
prj/coherence-core/src/main/java/com/tangosol/run/xml/QualifiedName.java:175
↓ 7 callersMethodgetName
()
prj/test/functional/io/src/main/java/data/portabletype/Person.java:45
↓ 7 callersMethodgetNamedMap
Return the underlying {@link NamedMap}. This is used internally to support listeners and indices. @return the underlying {@link NamedMap}
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractRepositoryBase.java:81
↓ 7 callersMethodgetNewName
()
prj/test/functional/queues/src/main/java/queues/CollectionTests.java:80
↓ 7 callersMethodgetNextAddress
Obtain a next available address to use. If the caller can successfully use the returned address (e.g. a connection was established), it should call th
prj/coherence-core/src/main/java/com/tangosol/net/SocketAddressProvider.java:39
↓ 7 callersMethodgetNextAddress
{@inheritDoc} If the internal iterator used to return addresses is exhausted then a new iterator is initialised and null is returned. @return the ne
prj/coherence-core/src/main/java/com/tangosol/net/RefreshableAddressProvider.java:114
↓ 7 callersMethodgetNextRemoveableIndex
Getter for property NextRemoveableIndex.<p> An AtomicCounter identifying the next removable index in the WindowedArray. When in multi-notifier mode t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/concurrentQueue/MultiQueue.java:203
↓ 7 callersMethodgetNotifyCount
Getter for property NotifyCount.<p> The number of items in the MessageId and MessagePartIndex properties. (The number of Packets being requested or ac
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/NotifyPacket.java:301
↓ 7 callersMethodgetNullPacketCount
Getter for property NullPacketCount.<p> Number of Packets that compose the Message that are null references. When the Message is being assembled (on t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:614
↓ 7 callersMethodgetNumber
A simple custom MBean attribute. @return the numeric value
prj/test/functional/management/src/main/java/management/ManagementMBeanNameTests.java:143
↓ 7 callersMethodgetObjectInput
Obtain the underlying object providing the ObjectInput interface that this object is delegating to. @return the underlying ObjectInput
prj/coherence-core/src/main/java/com/tangosol/io/WrapperObjectInputStream.java:49
↓ 7 callersMethodgetOffset
Returns the offset of the byte code. If the op was disassembled, the offset reflects the location that the byte code was read from the stream. If th
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Op.java:1717
↓ 7 callersMethodgetOldestPendingRequestSUID
Getter for property OldestPendingRequestSUID.<p> Calculate the smallest (oldest) pending request SUID issued by this member Usually this value is sen
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1591
↓ 7 callersMethodgetOpCode
Return the request op code. @return the request op code
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/Request.java:30
↓ 7 callersMethodgetOpenExtentCount
Return the total number of currently open journal extents across all open stores managed by this manager. @return the number of currently open journa
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:171
↓ 7 callersMethodgetOpenExtentCount
Return the total number of open journal extents. @return the total number of open journal extents
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBean.java:49
↓ 7 callersMethodgetOriginatingMemberId
Getter for property OriginatingMemberId.<p> The id of the Member which this chained request originated from.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/ChainedRequest.java:344
↓ 7 callersMethodgetOrphanedPartitions
Getter for property OrphanedPartitions.<p> PartitionSet containing partitions that the corresponding request is associated with and are currently orph
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/requestStatus/MultiPartStatus.java:109
↓ 7 callersMethodgetOthersMemberSet
A helper method to obtain a MemberSet of all other Members running this Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1610
↓ 7 callersMethodgetOut
Obtains the current writer used for printing. @return the current writer used for printing; never null
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2351
↓ 7 callersMethodgetOwnedPartitions
Return the set of partitions for which the specified member owns (or has been assigned by this analysis to own) the specified storage index. @param m
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2776
← previousnext →5,201–5,300 of 78,752, ranked by callers