Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oracle/coherence
/ functions
Functions
78,752 in github.com/oracle/coherence
⨍
Functions
78,752
◇
Types & classes
10,274
↓ 4 callers
Method
getCodec
Getter for property Codec.<p> The Codec used to encode and decode all Messages sent by this ConnectionManager. @see com.tangosol.net.messaging.Connec
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:1038
↓ 4 callers
Method
getCoherenceCacheConfig
()
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:5403
↓ 4 callers
Method
getCompacted
Return compacted file count. @return compacted file count
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/io/journal2/JournalCompactorTest.java:528
↓ 4 callers
Method
getCompactionMinLoadFactor
Return the minimum load factor for compaction candidates. @return the minimum load factor for compaction candidates
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:152
↓ 4 callers
Method
getCompactionProgress
()
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:691
↓ 4 callers
Method
getComparator
Obtain the Comparator used to partition the entry values into pages. <p> This method is intended to be used only by query processors. Clients should n
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:235
↓ 4 callers
Method
getComparator
Getter for property Comparator.<p> The Comparator object which imposes an ordering on entries in the indexed map; or null if the entries' values natur
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:2825
↓ 4 callers
Method
getComplex
Obtain the current Complex object that represents the complex type that is being written to the POF stream. @return the current Complex object
prj/coherence-core/src/main/java/com/tangosol/io/pof/WritingPofHandler.java:1408
↓ 4 callers
Method
getComponentType
Return the data type for the specified component. @param sName the name of the component @return the data type for the component
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:176
↓ 4 callers
Method
getConfigClassLoader
Return the class loader used to load the configuration for this factory. @return the class loader to use for loading the config
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:515
↓ 4 callers
Method
getConfigCoordinator
Getter for property ConfigCoordinator.<p> @see ServiceConfig#ConfigCoordinator
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ServiceConfig.java:639
↓ 4 callers
Method
getConfigKey
Getter for property ConfigKey.<p> The key used to store the Config XmlElement in the ServiceConfigMap. The value must be set by concrete Context imple
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/BackingMapManagerContext.java:234
↓ 4 callers
Method
getConfigMap
Return the ServiceConfig$Map for the specified map type.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1344
↓ 4 callers
Method
getConfigMap
Getter for property ConfigMap.<p> The config map to which this ConfigUpdate applies.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:6859
↓ 4 callers
Method
getConfigSerialFilterFactory
Return the static JVM-wide serial filter factory. @return deserialization filter factory for Java version 17 and greater, null otherwise.
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:6527
↓ 4 callers
Method
getConfigSerialFilterFactory
Get the process wide serial filter factory @return return process wide ObjectInputFilter
prj/test/functional/io/src/main/java/io/ObjectInputFilterHelper.java:110
↓ 4 callers
Method
getConfigurableCacheFactory
Gets a ConfigurableCacheFactory based on the default configuration. @return a ConfigurableCacheFactory
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:796
↓ 4 callers
Method
getConfiguredBackupListeners
Getter for property ConfiguredBackupListeners.<p> The map of backup map listeners keyed by corresponding backup map references. Used only if the backu
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3624
↓ 4 callers
Method
getConfirmationMessage
Return a confirmation message. @param sAction the action to be performed @return a confirmation message
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/persistence/AbstractSnapshotStatement.java:57
↓ 4 callers
Method
getConnectTimeout
Getter for property ConnectTimeout.<p> The maximum amount of time (in milliseconds) that the Initiator will wait for a new Connection to be establishe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/Initiator.java:248
↓ 4 callers
Method
getConnection
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/grpcAcceptor/GrpcChannel.java:42
↓ 4 callers
Method
getConnectionFactor
Getter for property ConnectionFactor.<p> A measure of how utilized the corresponding Service is in terms of connection count. A value of 0 indicates t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:257
↓ 4 callers
Method
getConnectionPendingCount
Getter for property ConnectionPendingCount.<p> The number of connections that are pending.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:301
↓ 4 callers
Method
getConnectionReleaseQueue
Getter for property ConnectionReleaseQueue.<p> A Queue of TcpConnection objects that have been closed.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:605
↓ 4 callers
Method
getConnections
Return the collection of open Connection objects accepted by this ConnectionAcceptor. <p> The client should assume that the returned collection is an
prj/coherence-core/src/main/java/com/tangosol/net/messaging/ConnectionAcceptor.java:53
↓ 4 callers
Method
getConnectorDependencies
Returns the configuration information for the connector. @return connector Dependencies
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/GatewayDependencies.java:38
↓ 4 callers
Method
getContext
Get JCache context from resource registry @param binEntry provide context to get the JCache context from the resource registry @return JCache contex
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/PartitionedCacheBinaryEntryStore.java:344
↓ 4 callers
Method
getContextAwareListener
Wrap the specified MapListener in such a way that the returned listener would dispatch events using the caller's context rather than context associate
prj/coherence-core/src/main/java/com/tangosol/application/ContainerHelper.java:43
↓ 4 callers
Method
getContextClassLoader
Getter for property ContextClassLoader.<p> @see com.tangosol.util.Controllable#getContextClassLoader
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteService.java:461
↓ 4 callers
Method
getContiguousToPacketId
Getter for property ContiguousToPacketId.<p> As reported by the remote member, this is the id of the last packet in the contigous message stream to ha
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1144
↓ 4 callers
Method
getConverter
Returns the {@link ValueExtractor} to convert messages for this subscription. @return the {@link ValueExtractor} to convert messages for this subscri
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PagedTopicSubscription.java:553
↓ 4 callers
Method
getConverterFromInternal
Getter for property ConverterFromInternal.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/SimpleCache.java:662
↓ 4 callers
Method
getConverterKeyDown
Getter for property ConverterKeyDown.<p> Cached KeyToInternal converter.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3643
↓ 4 callers
Method
getCooperativeNotifierFlushPolicy
Return the cooperative notifier flush policy.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:3800
↓ 4 callers
Method
getCountReceived
Getter for property CountReceived.<p> The count of received packets. Used only by the SocketManager.refreshSocket()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/socket/UdpSocket.java:332
↓ 4 callers
Method
getCountSent
Getter for property CountSent.<p> The count of sent packets. Used only by the SocketManager.refreshSocket()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/socket/UdpSocket.java:342
↓ 4 callers
Method
getCustomMBeanDependencies
Returns an iterable over pre-configured CustomMBeanDependencies. @return Iterable of custom MBean Dependencies
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/GatewayDependencies.java:45
↓ 4 callers
Method
getCustomerFromDB
Returns an individual {@link Customer} from the database. @param key customer id @return a {@link Customer} @throws SQLException if any SQL errors
prj/examples/guides/190-cache-stores/src/test/java/com/oracle/coherence/guides/cachestores/AbstractHSqlDbCacheStoreTest.java:108
↓ 4 callers
Method
getCustomerId
Returns the customer id. @return the customer id
prj/examples/tutorials/500-graphql/complete/src/main/java/com/oracle/coherence/tutorials/graphql/model/Order.java:133
↓ 4 callers
Method
getCustomerType
()
prj/examples/guides/142-server-events/src/test/java/com/oracle/coherence/guides/serverevents/model/Customer.java:62
↓ 4 callers
Method
getData
Populate vector with data for given id @param index index @param id id @param vector vector @param dim dimension @return result code
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Hnswlib.java:190
↓ 4 callers
Method
getDataSource
Return the source. @return the source
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:690
↓ 4 callers
Method
getDataType
Access the return value data type. @return the data type of the return value
prj/coherence-core/src/main/java/com/tangosol/dev/component/ReturnValue.java:358
↓ 4 callers
Method
getDate
()
prj/coherence-testing-data/src/main/java/data/evolvable/DateTypes.java:13
↓ 4 callers
Method
getDateTime
Get the value as a Timestamp. @return the value as a Timestamp
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlValue.java:164
↓ 4 callers
Method
getDeclaration
Get the declaration statement for the caught exception. @return the declaration statement for the catch clause
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/CatchClause.java:168
↓ 4 callers
Method
getDefaultCcfNumbers
()
prj/test/functional/cdi/src/main/java/cdi/CacheViewProducerIT.java:437
↓ 4 callers
Method
getDefaultFactory
Getter for property DefaultFactory.<p> The DefaultConfigurableCacheFactory associated with the service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:11743
↓ 4 callers
Method
getDefaultFeaturesFile
Gets the default features file from classpath.
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/routeguide/RouteGuideUtil.java:44
↓ 4 callers
Method
getDefaultProperties
The default properties to be used when starting a cluster. @return the default properties to be used when starting a cluster
prj/test/functional/tracing/common/src/main/java/tracing/AbstractTracingIT.java:147
↓ 4 callers
Method
getDeferralTimeStamp
Getter for property DeferralTimeStamp.<p> The time at which this queue entered the deferred state, or 0 if the queue is not currently deferred.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/concurrentQueue/balancedQueue/BundlingQueue.java:604
↓ 4 callers
Method
getDeferredBackups
Getter for property DeferredBackups.<p> The list of deferred backups messages for this partition that remain to be processed. The elements of the lis
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:22361
↓ 4 callers
Method
getDeferredList
Obtain the List of keys that may have deferred events. @return the List of keys of deferred-event Status objects
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1713
↓ 4 callers
Method
getDelayMillis
@return the number of milliseconds that an entry added to the queue will sit in the queue before being removable ("ripe") @since Coherence 3.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:3881
↓ 4 callers
Method
getDelegate
()
prj/coherence-core/src/main/java/com/tangosol/internal/util/collection/PortableSortedSet.java:81
↓ 4 callers
Method
getDelegate
()
prj/coherence-core/src/main/java/com/tangosol/internal/util/collection/PortableConcurrentMap.java:73
↓ 4 callers
Method
getDelegate
()
prj/coherence-core/src/main/java/com/tangosol/internal/util/collection/PortableSortedMap.java:72
↓ 4 callers
Method
getDeltaCompressor
Return the DeltaCompressor. NOTE: UNDOCUMENTED @return the DeltaCompressor
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/PartitionedCacheDependencies.java:38
↓ 4 callers
Method
getDependencies
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/util/NameService.java:488
↓ 4 callers
Method
getDepth
Determine the subroutine depth. @return the maximum depth in the subroutine call chain that this subroutine could be found
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Label.java:161
↓ 4 callers
Method
getDescription
Get the trait's description. @return this trait's description, which will be 0-length if no description exists
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2244
↓ 4 callers
Method
getDescription
Assemble a human-readable description. @return a description of this Status object
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:4005
↓ 4 callers
Method
getDescription
Return a human-readable description of the state of the partition assignment. @return a human-readable description
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionAssignmentStrategy.java:88
↓ 4 callers
Method
getDesiredState
Determines the desired state of the {@link FiniteStateMachine} for the {@link Event} given the current state of the {@link FiniteStateMachine}. @para
prj/coherence-core/src/main/java/com/tangosol/util/fsm/Event.java:30
↓ 4 callers
Method
getDirection
Access the parameter direction. @return the direction of the parameter
prj/coherence-core/src/main/java/com/tangosol/dev/component/Parameter.java:670
↓ 4 callers
Method
getDirectionString
Provide a text description for a direction flag. @param nDir the direction flag @return a text description for the direction flag
prj/coherence-core/src/main/java/com/tangosol/dev/component/Parameter.java:816
↓ 4 callers
Method
getDisconnectCounter
Getter for property DisconnectCounter.<p> Represents the number of connections for which a DISCONNECT event has been received, but for which a RELEASE
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MessageHandler.java:819
↓ 4 callers
Method
getDistributionContendMillis
Getter for property DistributionContendMillis.<p> The DistributionContendMillis value specifies the maximum number of milliseconds to contend for a pa
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2914
↓ 4 callers
Method
getDistributionRequest
Getter for property DistributionRequest.<p> The request for distribution that this TransferControl is responding to (if doing primary distribution), o
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:33148
↓ 4 callers
Method
getDurationLoad
Return the duration (in milliseconds) of load operations. @return the number of milliseconds that a load operation will take
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:483
↓ 4 callers
Method
getDurationLoadAll
Return the duration (in milliseconds) of loadAll operations. @return the number of milliseconds that a loadAll operation will take
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:503
↓ 4 callers
Method
getDurationMessage
Returns a message to display the duration of an event. @param duration duration in nanos @param type the type to display @return a message
prj/examples/guides/190-cache-stores/src/test/java/com/oracle/coherence/guides/cachestores/AbstractHSqlDbCacheStoreTest.java:185
↓ 4 callers
Method
getDurationStore
Return the duration (in milliseconds) of store operations. @return the number of milliseconds that a store operation will take
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:524
↓ 4 callers
Method
getDynamicSenior
Obtain the oldest member among the nodes with "dynamic" management type.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:852
↓ 4 callers
Method
getElementCount
Obtain the total element count. The element count is not known (i.e. it is not limited) for user types. For sparse types, the element count is the max
prj/coherence-core/src/main/java/com/tangosol/io/pof/ValidatingPofHandler.java:638
↓ 4 callers
Method
getElementType
Determine the element type of the array. For example, if the type is an array of int, the element type is int. @return the element type
prj/coherence-core/src/main/java/com/tangosol/java/type/ArrayType.java:41
↓ 4 callers
Method
getElements
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SimpleReceiveResult.java:74
↓ 4 callers
Method
getEntriesSkipped
Return skipped entry count. @return skipped entry count
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalRecovery.java:1092
↓ 4 callers
Method
getEraseBundler
Obtain the bundler for the "erase" operations. @return the "erase" bundler
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:5440
↓ 4 callers
Method
getErrorRequestCount
()
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/GrpcProxyMetrics.java:151
↓ 4 callers
Method
getErrors
Obtain any errors which occurred as part of the offer. @return the LongArray of exceptions
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublishResult.java:33
↓ 4 callers
Method
getEscapeChar
Obtain the escape character that is used for escaping '%' and '_' in the pattern or zero if there is no escape. @return the escape character
prj/coherence-core/src/main/java/com/tangosol/util/filter/LikeFilter.java:386
↓ 4 callers
Method
getEvent
Getter for property Event.<p> The Event object.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/BusEventMessage.java:139
↓ 4 callers
Method
getEvent
Getter for property Event.<p> The event to dispatch.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:5187
↓ 4 callers
Method
getEventAttribute
Helper function to get integer attribute from ServiceMBean. @param sService the service name that is tried to get this attribute from @param node
prj/test/functional/jmx/src/main/java/jmx/JmxTests.java:1544
↓ 4 callers
Method
getEventCount
Determine the total number of events that occurred. @return the sum of all events that were counted
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1750
↓ 4 callers
Method
getEventDispatcherRegistry
Return the {@link EventDispatcherRegistry} to use to register interceptors. @return the {@link EventDispatcherRegistry}
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/GrpcRemoteService.java:465
↓ 4 callers
Method
getEvents
()
prj/test/functional/cache/src/main/java/cache/ContinuousQueryCacheTests.java:263
↓ 4 callers
Method
getEventsPartsFailed
Getter for property EventsPartsFailed.<p> Transient (shared) set of partitions that were successfully recovered.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:24359
↓ 4 callers
Method
getEvictionPolicy
Obtain the current EvictionPolicy used by the cache. @return the EvictionPolicy used by the cache
prj/coherence-core/src/main/java/com/tangosol/net/cache/ConfigurableCacheMap.java:282
↓ 4 callers
Method
getEvolvable
Return {@link Evolvable} object for the specified type id. <p> This method should only return Evolvable instance if the specified type id matches its
prj/coherence-core/src/main/java/com/tangosol/io/pof/EvolvableObject.java:48
↓ 4 callers
Method
getExecutorName
Return the logical name of this {@link ClusteredExecutorInfo}. @return the logical name of this {@link ClusteredExecutorInfo}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredExecutorInfo.java:290
↓ 4 callers
Method
getExpectationHolderName
Return a unique name for registering the ExpectationHolder interceptor in the InterceptorRegistry. @param sInterceptorName Interceptor name for whic
prj/test/functional/events/src/main/java/events/common/AbstractTestInterceptor.java:148
↓ 4 callers
Method
getExpiryDelay
Return the amount of time since the last update that entries are kept by the cache before being expired. Entries that have expired are not accessible
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/CaffeineScheme.java:156
↓ 4 callers
Method
getExpiryForUpdate
Method description @return
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/CacheExpiryTests.java:396
↓ 4 callers
Method
getExpiryValue
Getter for property ExpiryValue.<p> Expiry value.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13170
↓ 4 callers
Method
getExpression
Get the expression. @return the expression
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ExpressionStatement.java:127
↓ 4 callers
Method
getExtentStateCount
Return the number of opened extent states via reflection. @param store store to inspect @return opened extent-state count @throws Exception on ref
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalPersistentStoreTest.java:1302
↓ 4 callers
Method
getExtractor
Retrieve the ValueExtractor part. @return the ValueExtractor
prj/coherence-core/src/main/java/com/tangosol/util/extractor/CompositeUpdater.java:124
↓ 4 callers
Method
getFactories
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:1188
← previous
next →
8,401–8,500 of 78,752, ranked by callers