MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 4 callersMethodgetName
Obtain the name of the property that this PropertyAdapter handles. @return the property name
prj/coherence-core/src/main/java/com/tangosol/run/xml/PropertyAdapter.java:197
↓ 4 callersMethodgetNamedCache
Returns a Converter instance of NamedCache that converts between the raw/from types to the desired/to types. <p> <b>There is a strong disclaimer in th
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:493
↓ 4 callersMethodgetNamedMap
Obtain the underlying {@link NamedMap}. @return the underlying {@link NamedMap}
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/WrapperNamedMapQueue.java:50
↓ 4 callersMethodgetNamedMap
Obtain the underlying {@link NamedMap}. @return the underlying {@link NamedMap}
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/WrapperNamedMapDeque.java:190
↓ 4 callersMethodgetNamedQuery
Return the named query. @param sName name of the query @return named query
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/config/QueryConfig.java:48
↓ 4 callersMethodgetNamedTopic
Getter for property NamedTopic.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeNamedTopic.java:515
↓ 4 callersMethodgetNames
Get the names of the method parameters as they appear in source code. This only works for code which has been assembled or disassembled, not for code
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:553
↓ 4 callersMethodgetNamespacePrefix
Retrieve the Namespace prefix for a given URI in a context of the specified XmlElement. @param xml the XmlElement @param sUri the Namespace URI @
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:2289
↓ 4 callersMethodgetNamespaceURI
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/config/xml/DefaultProcessingContext.java:1023
↓ 4 callersMethodgetNetworkDirectManager
Return the network optimized direct ByteBuffer based BufferManager. <p> Compared with the {@link #getDirectManager DirectManager} this implementation
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferManagers.java:93
↓ 4 callersMethodgetNewTail
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/agent/TailAdvancer.java:69
↓ 4 callersMethodgetNewValueExtractor
Return a ValueExtractor used to transfrom the event's NewValue. @return an extractor from the NewValue
prj/coherence-core/src/main/java/com/tangosol/util/transformer/ExtractorEventTransformer.java:135
↓ 4 callersMethodgetNext
Package Private: Obtain the next cache entry in the chain of cache entries for a given hash bucket. @return the next cache entry in the hash bucket
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldOldCache.java:2106
↓ 4 callersMethodgetNextIdleDaemon
Return the next daemon in the pool-wide idle stack.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:3667
↓ 4 callersMethodgetNextPosition
For complex values with contiguous values, obtain the next position. @return the next position
prj/coherence-core/src/main/java/com/tangosol/io/pof/ValidatingPofHandler.java:618
↓ 4 callersMethodgetNextPropertyIndex
Return the index of the next property in the POF stream. @return the index of the next property in the POF stream @throws IOException if an I/O er
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:4284
↓ 4 callersMethodgetNextRehashBucket
Determine the next bucket to rehash. @return the next bucket to rehash
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2812
↓ 4 callersMethodgetNode
Find and return the specified Node. @param i the Node index @return the Node @throws IndexOutOfBoundsException if the index is out of range (index
prj/coherence-core/src/main/java/com/tangosol/util/SafeLinkedList.java:777
↓ 4 callersMethodgetNotifyMember
Getter for property NotifyMember.<p> Member that is joining the Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:11886
↓ 4 callersMethodgetNumber
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/ConfigurablePofContextTest.java:400
↓ 4 callersMethodgetObjectInput
Get an ObjectInput for the passed DataInput object. @param in an Object implementing the DataInput interface @param loader the ClassLoader to u
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:4282
↓ 4 callersMethodgetObjectName
Return the ObjectName this MBean represents. @return the ObjectName this MBean represents
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/MBeanCollectorFunction.java:413
↓ 4 callersMethodgetObjectNameCache
Cache of ObjectName objects keyed by the canonical names.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1112
↓ 4 callersMethodgetObjectOutput
Get an ObjectOutput for the passed DataOutput object. @param out an Object implementing the DataOutput interface @return an Object of type ObjectOu
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:4315
↓ 4 callersMethodgetOffset
Get the byte code offset ("pc") of the range. @return the byte code offset of the range which the variable has a definite value
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/AbstractLocalVariableTableAttribute.java:409
↓ 4 callersMethodgetOp
Get the variable declaration op. @return the assembly op which refers to this variable
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Variable.java:153
↓ 4 callersMethodgetOrDefault
(Object oKey, Object oDefaultValue)
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:296
↓ 4 callersMethodgetOrder
Return the global event order. @return the global event order
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockIT.java:853
↓ 4 callersMethodgetOrderId
Return unit-of-order id. @return unit-of-order id
prj/coherence-core/src/main/java/com/tangosol/internal/util/DefaultAsyncNamedCache.java:299
↓ 4 callersMethodgetOrderId
Getter for property OrderId.<p> Unit-of-order id for asynchronous agents. This value is zero for synchronous requests. @see com.tangosol.util.process
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/DistributedCacheRequest.java:358
↓ 4 callersMethodgetOrders
Returns the orders {@link NamedMap}. @return the orders {@link NamedMap}
prj/examples/guides/120-built-in-aggregators/src/main/java/com/oracle/coherence/guides/aggregations/SimpleAggregationExample.java:313
↓ 4 callersMethodgetOrigin
Getter for property Origin.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:7268
↓ 4 callersMethodgetOriginTraits
Enumerate all traits that contribute to the origin of this trait at this level. (This means that only those traits declared at this level will contri
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:1723
↓ 4 callersMethodgetOtherBean
Obtains the OtherBean that of which is injectable. @return the OtherBean
prj/test/unit/coherence-tests/src/test/java/com/tangosol/config/xml/SimpleBean.java:268
↓ 4 callersMethodgetOutputWriter
Return an instance of a {@link PrintWriter} that should be used to display query output. @return the current PrintWriter to be used to display output
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/QueryPlus.java:514
↓ 4 callersMethodgetOutstandingPacketMaximum
Obtain the maximum allowable flow-control rate measured in packets. @return the maximum number of outstanding packets
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:293
↓ 4 callersMethodgetOutstandingPacketMinimum
Obtain the minimum allowable flow-control rate measured in packets. @return the minimum number of outstanding packets
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:300
↓ 4 callersMethodgetOverflow
Getter for property Overflow.<p> The number of resources above the pool's capacity that have been created.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:1728
↓ 4 callersMethodgetOverutilizedShakeCount
Getter for property OverutilizedShakeCount.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5318
↓ 4 callersMethodgetOverutilizedShakeCountMax
Getter for property OverutilizedShakeCountMax.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5327
↓ 4 callersMethodgetOwnerThread
Determine the thread that owns the Status object, if the Status object is processing or committing. @return the owning thread, or null
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:1842
↓ 4 callersMethodgetOwnershipMembers
Return the set of members across which to distribute the partition ownership. <p> Note: The set of ownership members does not include any members that
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2144
↓ 4 callersMethodgetOwningUid
Returns the {@link UUID} of the owning member. @return the {@link UUID} of the owning member
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/SubscriberInfo.java:106
↓ 4 callersMethodgetPackageName
()
prj/coherence-core/src/main/java/com/tangosol/dev/disassembler/ClassConstant.java:46
↓ 4 callersMethodgetPackageResources
Load the default package resources for the specified class name. @param sClass the class name (fully qualified) to get the resources for @return th
prj/coherence-core/src/main/java/com/tangosol/util/ClassHelper.java:585
↓ 4 callersMethodgetPacketBundlingAggression
Obtain the aggression factor to use in deferring a packet once it has reached the average bundle size. @return the packet bundling aggression
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:308
↓ 4 callersMethodgetPacketMaxLength
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1167
↓ 4 callersMethodgetPacketMaxLength
Obtain the maximum size, in bytes, of the network packets that will be sent and received on the local and group sockets. This value should be greater
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:325
↓ 4 callersMethodgetPacketPreferredLength
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:1189
↓ 4 callersMethodgetPacketPreferredLength
Obtain the preferred size, in bytes, of the network packets that will be sent and received on the local sockets. <p> This value should be greater or e
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:337
↓ 4 callersMethodgetPageDuration
Determine the length of time that the most recently created page is kept as the current page. @return the time in milliseconds that a page remains cu
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:614
↓ 4 callersMethodgetPageDurationSeconds
Return the length of time that a page in the cache is current. After the duration is exceeded, the page is closed and a new current page is created.
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/PagedExternalScheme.java:120
↓ 4 callersMethodgetParamCount
Get the number of method parameters. @return the number of method parameters
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/MethodInfo.java:29
↓ 4 callersMethodgetParameterResolver
Obtains the {@link ParameterResolver} that is to be used to resolve {@link Parameter}s associated with this {@link ResourceMapping}. @return the {@li
prj/coherence-core/src/main/java/com/tangosol/coherence/config/ResourceMapping.java:140
↓ 4 callersMethodgetParameterResolver
Return the ParameterResolver that has been initialized with the built-in Coherence parameters. Schemes may use expressions (macros) and the resolver c
prj/coherence-core/src/main/java/com/tangosol/net/ExtensibleConfigurableCacheFactory.java:986
↓ 4 callersMethodgetParentMessagePublisher
Getter for property ParentMessagePublisher.<p> The MessagePublisher to hand off messages to in the case that a connection does not exist in this handl
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MessageHandler.java:888
↓ 4 callersMethodgetParser
Return a parser for a string representation of this type descriptor. @return a parser for a string representation of this type descriptor
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/AbstractTypeDescriptor.java:99
↓ 4 callersMethodgetPartialClassLoader
Return a PartialClassLoader corresponding to the Context ClassLoader. @return PartialClassLoader
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/PartialObject.java:545
↓ 4 callersMethodgetPartition
Getter for property Partition.<p> The partition to synchronize the version of.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:26075
↓ 4 callersMethodgetPartitionAssignments
Return the partition assignments array for the partitioned service of specified name. @param sServiceName the name of the partitioned service @retu
prj/test/functional/quorum/src/main/java/quorum/QuorumTests.java:232
↓ 4 callersMethodgetPartitionContention
Getter for property PartitionContention.<p> An array of $Contention objects indexed by the corresponding partition number. Most of the time, all the e
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3422
↓ 4 callersMethodgetPartitionCount
Return the partition count. @return the partition count
prj/coherence-core/src/main/java/com/tangosol/internal/util/OwnershipConflictResolver.java:56
↓ 4 callersMethodgetPartitionLoad
()
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:343
↓ 4 callersMethodgetPartitionMax
Return the greatest page ever held by this partition. @return the page
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Usage.java:121
↓ 4 callersMethodgetPartitionStatistics
Getter for property PartitionStatistics.<p> Array of last collected statistics. Not empty only if this node is the distribution coordinator.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:12391
↓ 4 callersMethodgetPartitionUnitFactor
Determine the unit factor for individual partition maps. @return the unit factor for partition maps
prj/coherence-core/src/main/java/com/tangosol/net/partition/ObservableSplittingBackingCache.java:836
↓ 4 callersMethodgetPartitionVersion
Getter for property PartitionVersion.<p> The PartitionVersion that this backup message represents.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/chainedRequest/backupRequest/BackupSingleRequest.java:169
↓ 4 callersMethodgetPartitionedCache
Return the partitioned cache service for the specified named cache. @param cache the named cache @return the partitioned cache service
prj/test/functional/partition/src/main/java/partition/ConfigurationTests.java:384
↓ 4 callersMethodgetPartitionedIndexMap
Getter for property PartitionedIndexMap.<p> The map of partition indexes maintained by this storage. The keys of the Map are partition IDs, and for ea
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3983
↓ 4 callersMethodgetPartitionsByOwner
Getter for property PartitionsByOwner.<p> Map<Member, PartitionSet> that contains PartitionSets split (keyed) by the owner Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:6767
↓ 4 callersMethodgetPendingConnections
Getter for property PendingConnections.<p> The number of connections which have been initiated but have not yet connected.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/TcpRing.java:1339
↓ 4 callersMethodgetPendingRollCall
Getter for property PendingRollCall.<p> The pending quorum roll-call message.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:15139
↓ 4 callersMethodgetPendingServiceJoining
Getter for property PendingServiceJoining.<p> This property stores a sparse array of ServiceJoining messages that this senior Member is currently proc
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:2585
↓ 4 callersMethodgetPeopleMap
()
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/tests/streams/AbstractStreamTest.java:37
↓ 4 callersMethodgetPeriodAdjustSlightlySlower
Getter for property PeriodAdjustSlightlySlower.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5474
↓ 4 callersMethodgetPeriodShake
Getter for property PeriodShake.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5512
↓ 4 callersMethodgetPeriodShakeFast
Getter for property PeriodShakeFast.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5542
↓ 4 callersMethodgetPeriodShakeFaster
Getter for property PeriodShakeFaster.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:5551
↓ 4 callersMethodgetPersistenceDependencies
Return the PersistenceDependencies encapsulating the persistence-related configuration of the partitioned service only if {@see #isOwnershipCapable()}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/PartitionedServiceDependencies.java:143
↓ 4 callersMethodgetPersistenceServices
Return a {@link Map} of services that are configured for persistence as either active or on-demand. @return the {@link Map} of services with service
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:721
↓ 4 callersMethodgetPersistenceTasks
Getter for property PersistenceTasks.<p> Count of pending persistence tasks for the partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:22505
↓ 4 callersMethodgetPipeline
Return the pipeline of intermediate operations to apply to the stream of entries. @return the pipeline of intermediate operations to apply
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/CollectorAggregator.java:164
↓ 4 callersMethodgetPkFromEntity
(Object o)
prj/test/functional/jpa/src/main/java/com/oracle/coherence/jpa/jpatest/AbstractPersistenceTest.java:233
↓ 4 callersMethodgetPlatform
Obtains the {@link Platform} to use when realizing applications.
prj/coherence-bedrock/coherence-bedrock-tests-junit5/src/test/java/com/oracle/bedrock/runtime/coherence/CoherenceSessionIT.java:153
↓ 4 callersMethodgetPofExtractor
(Class<? extends T> aClass, String sPropertyName)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/generator/PortableTypeGeneratorTest.java:196
↓ 4 callersMethodgetPoll
Getter for property Poll.<p> The Poll that this Message is a response to, or null if this Message is not a response to a Poll (or the Poll has already
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:659
↓ 4 callersMethodgetPolls
Returns the number of elements polled by this subscriber. @return the number of elements polled by this subscriber
prj/coherence-core/src/main/java/com/tangosol/net/topic/Subscriber.java:1911
↓ 4 callersMethodgetPool
Obtain the underlying {@link DaemonPool}. @return the underlying {@link DaemonPool}
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/SimpleDaemonPoolExecutor.java:147
↓ 4 callersMethodgetPoolSaturation
Getter for property PoolSaturation.<p> Fraction of the active-concurrency cap currently in use. @descriptor rest.collector=avg,metrics.value=_default
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/manageable/modelAdapter/ServiceMBean.java:2132
↓ 4 callersMethodgetPort
Return the port number. @return the port number
prj/coherence-core/src/main/java/com/tangosol/net/ConfigurableAddressProvider.java:626
↓ 4 callersMethodgetPort
()
prj/test/functional/ssl/src/main/java/ssl/BaseSocketProviderTests.java:164
↓ 4 callersMethodgetPort
Returns the port name to connect to the cluster on. @return the port name to connect to the cluster on
prj/examples/guides/910-multi-cluster-client/multi-cluster-client/src/main/java/com/oracle/coherence/guides/client/model/TenantMetaData.java:142
↓ 4 callersMethodgetPort
Getter for property Port.<p> The network port number that the socket uses if it is a socket that opens on a network port number. This property must be
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Socket.java:248
↓ 4 callersMethodgetPositions
Return a map of {@link Position} keyed by channel to move to. @return a map of {@link Position} keyed by channel to move to
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:3838
↓ 4 callersMethodgetPostTime
Getter for property PostTime.<p> The date/time (in millis) at which the underlying task was posted (queued) for the execution.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:7684
↓ 4 callersMethodgetPreferredPort
Getter for property PreferredPort.<p> The port of the member's DatagramSocket which is ideal for point-to-point communication of packets at or under t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1577
↓ 4 callersMethodgetPreferredSize
Return the bundle size threshold. When a bundle size reaches this value, the corresponding "bulk" operation is invoked immediately. This value is meas
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/BundleManager.java:250
↓ 4 callersMethodgetPrefix
()
prj/test/functional/topics/src/main/java/topics/TopicPublisher.java:53
↓ 4 callersMethodgetPreprocessingGate
Getter for property PreprocessingGate.<p> Gate governing if threads are actively preprocessing requets for this service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3581
↓ 4 callersMethodgetPrevId
Return the lowest member id contained in this member set that is larger than the specified id , or 0 if there is none.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:1264
← previousnext →8,701–8,800 of 78,752, ranked by callers