MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 4 callersMethodisLite
Getter for property Lite.<p> True if the MapListener is "lite", false if it is a standard MapListener.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:5106
↓ 4 callersMethodisLocalMember
Check whether the specified Member object represents the local member of the cluster. @param member the Member object in question @return true iff
prj/coherence-core/src/main/java/com/tangosol/net/AbstractServiceLoadBalancer.java:52
↓ 4 callersMethodisLockedBy
Return {@code true} if this lock is currently locked for reads by the specified owner. @param owner the lock owner to check @return {@code true} if
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ReadWriteLockHolder.java:152
↓ 4 callersMethodisLogged
Helper method to check if a given string is logged.
prj/test/functional/logging/src/main/java/logging/Log4j2Tests.java:128
↓ 4 callersMethodisMap
Return whether this property represents a map. @return whether this property represents a map
prj/coherence-core/src/main/java/com/tangosol/io/pof/schema/PofProperty.java:171
↓ 4 callersMethodisMatch
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/fsm/ListenerTest.java:143
↓ 4 callersMethodisMemberHealthCheck
Return {@code true} if this {@link HealthCheck} should be included when working out this Coherence member's health status. @return {@code true} if th
prj/coherence-core/src/main/java/com/tangosol/util/HealthCheck.java:47
↓ 4 callersMethodisMetadataComplete
Determine if the given metadata in the {@link Properties} is complete. @param prop the metadata to analyze @return true if the given metadata is co
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:870
↓ 4 callersMethodisMethodReference
Return true if the provided {@link SerializedLambda} represents a method reference. @param lambda the SerializedLambda to inspect @return whether t
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/Lambdas.java:151
↓ 4 callersMethodisModifiable
Determine if the integration is modifiable. @return true if changes are permitted to the integration
prj/coherence-core/src/main/java/com/tangosol/dev/component/Integration.java:1031
↓ 4 callersMethodisModified
Determine if the attribute has been modified. @return true if the attribute has been modified
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Annotation.java:152
↓ 4 callersMethodisMonitorStopped
Return the {@link ServiceMonitor} used by the cache server. @return the ServiceMonitor
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:754
↓ 4 callersMethodisMulticastEnabled
Getter for property MulticastEnabled.<p> Specifies whether or not the multicast is enabled.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.java:1968
↓ 4 callersMethodisMutator
(Field field, Class<?> fromClass)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanMutatorAccessorResolver.java:78
↓ 4 callersMethodisNackEnabled
Getter for property NackEnabled.<p> Specifies if the receiver should use request packets, i.e. NACKs to do early packet loss detection.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketReceiver.java:678
↓ 4 callersMethodisNotifyDelivery
Getter for property NotifyDelivery.<p> Set to true to get a "return receipt" notification when the Message has been delivered (or when Message is dete
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:844
↓ 4 callersMethodisNullValuesAllowed
Determine if null values are permitted. By default, they are not. @return true iff null values are permitted
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1723
↓ 4 callersMethodisOriginalPresent
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13438
↓ 4 callersMethodisOwned
Returns {@code true} if the channel is owned by this subscriber. @return {@code true} if the channel is owned by this subscriber
prj/coherence-core/src/main/java/com/tangosol/net/topic/Subscriber.java:1953
↓ 4 callersMethodisOwnershipChangeInProgress
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:4165
↓ 4 callersMethodisPartitionModified
Check if the specified partition has submitted any modifications since <code>lCommittedVersion</code>. @param lCommittedVersion the committed versio
prj/coherence-core/src/main/java/com/tangosol/net/internal/StorageVersion.java:122
↓ 4 callersMethodisPartitionStrong
Return true iff the ownership of the specified partition is "strong", as defined by the current BackupStrength. @param iPartition the partition @re
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2540
↓ 4 callersMethodisPassivePagedBackup
Determine if this is just a passive backup for a paged cache. @return true if this cache has been configured as a backup for a paged cache
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:662
↓ 4 callersMethodisPatchCompatible
Determine whether all the sender of the content (the given DataInput) run versions that are the same version with the same or greater patch level. @p
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:703
↓ 4 callersMethodisPreferredPortUsed
Getter for property PreferredPortUsed.<p> Specifies whether the preferred port should be destination of this DiagnosticPacket, otherwise the advertise
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/DiagnosticPacket.java:193
↓ 4 callersMethodisPriming
Getter for property Priming.<p> Support for the NearCache priming listener. The value of true indicates that the listener registration should force a
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:5121
↓ 4 callersMethodisProcessed
Check whether or not this bundle is in the "processed" state - ready to return the result of execution back to the client. @return true iff this Bund
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBundler.java:474
↓ 4 callersMethodisPropertyFromIntegration
(String sProperty)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Integration.java:3071
↓ 4 callersMethodisReachable
Determine if the op is reachable; this is only valid after calculating the max stack. @return true if the op was reached by the stack size calculatin
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Op.java:1864
↓ 4 callersMethodisReadOnly
Return true if the ProxyCacheService is read only. @return true if the ProxyCacheService is read only
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/proxy/CacheServiceProxyDependencies.java:31
↓ 4 callersMethodisReadableStore
Return {@code true} iff the store can be read for this map extent. @param store the store to inspect @return {@code true} iff this map extent is re
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalBackingMap.java:326
↓ 4 callersMethodisReceiverNackEnabled
Determine whether the PacketReceiver will use negative acknowledgments (NACK packet requests) to pro-actively respond to known missing packets. @retu
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:635
↓ 4 callersMethodisRedirect
Getter for property Redirect.<p> True if the TcpConnection should be redirected.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:2878
↓ 4 callersMethodisReserved
Determine if the Status object is reserved. @return true iff the Status object is available
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:1804
↓ 4 callersMethodisResuming
Determines if a {@link Task} execution by an {@link Executor} resuming after being recovered or due to resumption after {@link Yield}ing. @return <co
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:273
↓ 4 callersMethodisResuming
()
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredRegistration.java:842
↓ 4 callersMethodisRowDetail
Determine if the underlying data source has detailed values. @return true if the value is detailed
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/locator/ColumnLocator.java:84
↓ 4 callersMethodisRunning
()
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/ServerHelper.java:278
↓ 4 callersMethodisSameNamedMap
(NamedMap<?, ?> mapThis, NamedMap<?, ?> mapOther)
prj/test/functional/queues/src/main/java/queues/AbstractQueueTests.java:844
↓ 4 callersMethodisSanityCheckEnabled
()
prj/test/functional/dslquery/src/main/java/dslquery/QueryPlusRunner.java:86
↓ 4 callersMethodisSatisfied
Determines if the {@link ExecutionPlan} will satisfy the {@link ExecutionStrategy} conditions, including assigning the required number of {@link Execu
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ExecutionPlan.java:87
↓ 4 callersMethodisSecurityException
Return true if the {@link Throwable} is a {@link SecurityException} or is a wrapped one. @param tCause {@link Throwable} to inspect @return true if
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:582
↓ 4 callersMethodisServiceRunning
(CoherenceClusterMember app, String sName)
prj/test/functional/health/src/main/java/health/HealthCheckTests.java:773
↓ 4 callersMethodisServiceSuspended
Getter for property ServiceSuspended.<p> The suspend state of the known cluster Services (indexed 0..ServiceCount-1).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:9594
↓ 4 callersMethodisShutdown
Returns {@code true} if this executor has been shut down. @return {@code true} if this executor has been shut down
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/RemoteExecutor.java:645
↓ 4 callersMethodisSnapshotManager
Return true if the provided PersistenceManager is based on a persisted snapshot.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:4430
↓ 4 callersMethodisSorted
Return true if this stream has sort order defined. @return true if this stream has sort order defined
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/AbstractPipeline.java:176
↓ 4 callersMethodisSparse
@return true if the iterable data should be stored in a sparse format in XML
prj/coherence-core/src/main/java/com/tangosol/run/xml/IterableAdapter.java:136
↓ 4 callersMethodisStandardProperty
A standard Property is declared as "inout". @return true if this Property is categorized as a standard Property
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3219
↓ 4 callersMethodisStatic
Determine if the Static attribute is set. @return true if Static
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:760
↓ 4 callersMethodisStorageEnabled
Determines if a specified service is storage enabled. @param serviceName the name of the service @return a {@link Trilean} indicating if the service
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:397
↓ 4 callersMethodisStoreAllSupported
Determine if the wrapped store supports storeAll() operations. @return true if the wrapped store supports storeAll() operations
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:5471
↓ 4 callersMethodisStoreByValue
()
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/CoherenceCacheMXBean.java:66
↓ 4 callersMethodisStringable
@return true if the adapter can format the array of primitive values to/from a single value (e.g. char[], byte[])
prj/coherence-core/src/main/java/com/tangosol/run/xml/PrimitiveArrayAdapter.java:53
↓ 4 callersMethodisStrong
Return true iff the specified members are mutually "strong". @param member1 the first member to compare @param member2 the second member to compare
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:3802
↓ 4 callersMethodisSubscribed
Return true if the page has subscribers. @return true iff there are attached subscribers
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Page.java:344
↓ 4 callersMethodisTcmpEnabled
Determine whether the TCMP is enabled. @return true if TCMP is enabled
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:642
↓ 4 callersMethodisTcpRingEnabled
Determine whether the TcpRing is enabled. @return true if TcpRing is enabled
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:649
↓ 4 callersMethodisTerminated
Returns {@code true} if all tasks have completed following shut down. Note that {@code isTerminated} is never {@code true} unless either {@code shutdo
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/RemoteExecutor.java:654
↓ 4 callersMethodisTransferringOut
Return true if the primary partition is being transferred out.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:22749
↓ 4 callersMethodisUpdate
Determine whether this event is an update event. @return {@code true} if this event is an update event
prj/coherence-core/src/main/java/com/tangosol/util/CollectionEvent.java:73
↓ 4 callersMethodisValueLoaded
Getter for property ValueLoaded.<p> Calculated property that checks whether or not an EntryProcessor has loaded the entry's value. This flag could be
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13521
↓ 4 callersMethodisValueRemoved
Getter for property ValueRemoved.<p> Calculated property that checks whether or not an EntryProcessor has removed the entry.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13533
↓ 4 callersMethodisValueSettable
Determine if the design-time value of this Property can be set. Assuming the Property is modifiable, the value is settable except for the following e
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:6423
↓ 4 callersMethodisValueUpdated
Getter for property ValueUpdated.<p> Calculated property that checks whether or not an EntryProcessor has updated the entry's value (either Converted
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13557
↓ 4 callersMethodisVerboseLoadAll
Return the value of the verbose flag for all loadAll operations. @return true if information about all loadAll operations will be logged
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:381
↓ 4 callersMethodisVerboseStore
Return the value of the verbose flag for all store operations. @return true if information about all store operations will be logged
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:401
↓ 4 callersMethodisVersionCompatible
Check whether the members of this service run a version that is greater than or equal to the specified version. @param nMajor the major version n
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:2547
↓ 4 callersMethodisViaAccessor
Determine if the field cannot be accessed directly but rather must be accessed via a method. @return true if the field must be accessed via an access
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/FieldInfo.java:35
↓ 4 callersMethodisVirtualConstant
A virtual constant is a Property that is "persistent [instance] derivable out". @return true if this Property is categorized as a virtual constant
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3170
↓ 4 callersMethodisVirtualErase
Determine if BinaryStore erase commands will be done only in memory (to the cached list of keys) and not passsed to the underlying BinaryStore, thus i
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:457
↓ 4 callersMethodisWakeupNudgeEnabled
Getter for property WakeupNudgeEnabled.<p> Flag indicating whether the pool-wide wake-up nudge is enabled.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:1991
↓ 4 callersMethodisWriteReleased
Returns true if the write lock has been acquired and released. @return true if the write lock has been acquired and released
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockIT.java:1032
↓ 4 callersMethodis_Snapshot
Getter for property _Snapshot.<p> Specifies whether or not this model is a snapshot of the remote model.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/LocalModel.java:440
↓ 4 callersMethoditerator
Returns an iterator over the elements in this list in proper sequence. @return an iterator over the elements in this list in proper sequence.
prj/coherence-core/src/main/java/com/tangosol/util/ImmutableArrayList.java:377
↓ 4 callersMethoditerator
Returns an iterator over the elements contained in this collection. @return an iterator over the elements contained in this collection
prj/coherence-core/src/main/java/com/tangosol/util/AbstractKeyBasedMap.java:1030
↓ 4 callersMethodjavaName
Convert internal class name to Java class name. @param sInternalName internal name to convert @return Java class name
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/util/AsmUtils.java:34
↓ 4 callersMethodjcacheSyntheticExpiryEventForReusedBinaryEntry
Decorate binValue with special decoration that indicates that EntryProcessor is reusing an entry. @param binValue the value of an entry that is being
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/processors/BinaryEntryHelper.java:280
↓ 4 callersMethodjcacheSyntheticUpdateEntry
Mark binValue with JCache synthetic decoration that the entry has only been updated with JCache metaInfo @param binValue binary value to be decorate
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/processors/BinaryEntryHelper.java:419
↓ 4 callersMethodjoin
Combine two Iterables of interceptors into a single iterable. @param one the first iterable of interceptors @param two the first iterable of interc
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:1742
↓ 4 callersMethodjsonPropertyEquals
Compare two Json properties, following rules that are not strictly equals. Two collection properties are compared via contentsEqual and allow for orde
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/AbstractSerializerTest.java:326
↓ 4 callersMethodkey
(String type, String provider, String model)
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Models.java:164
↓ 4 callersMethodkeySet
(Filter filter)
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:1137
↓ 4 callersMethodkeySet
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ConcurrentMap.java:224
↓ 4 callersMethodknnQuery
This function invokes the knnQuery available in the hnswlib native library. @param index JNA pointer reference of the index; @param input
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Hnswlib.java:159
↓ 4 callersMethodlistArchivedSnapshots
Return a list of archived snapshots that the configured archiver knows about. If none exist, an empty {@link String}[] will be returned. @return a {@
prj/coherence-core/src/main/java/com/tangosol/persistence/PersistenceManagerMBean.java:174
↓ 4 callersMethodlistIterator
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperList.java:207
↓ 4 callersMethodlistJournalFiles
List journal files in a store directory. @param fileDir store directory @return journal files
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalPersistenceEnvironmentTest.java:758
↓ 4 callersMethodlistServices
List all the services configured for active or on-demand mode and information about them including: persistence-mode, QuorumStatus and current operati
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:364
↓ 4 callersMethodlistStoreInfo
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:266
↓ 4 callersMethodload
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store. @param lExtentId t
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistentStore.java:164
↓ 4 callersMethodloadAttribute
Based on the name of the attribute, which is encountered first in the stream, construct the correct attribute class and disassemble it. @param contex
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Attribute.java:79
↓ 4 callersMethodloadClass
Helper to load class field in read serializers. @param loader loader to use to load <tt>className</tt> @param className the fully-qualified canonical
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/AbstractCoherenceBasedCompleteConfiguration.java:393
↓ 4 callersMethodloadFileOrResourceOrDefault
Load the configuration from a file or resource. @param sName the name of the file or resource @param sDescr a description of the res
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:356
↓ 4 callersMethodloadJava
Load the source code for the specified (original) Java class. @param sName fully qualified Java Class name @return the specified Java source code a
prj/coherence-core/src/main/java/com/tangosol/dev/component/Loader.java:88
↓ 4 callersMethodloadOriginalResource
Load the original (before any customization takes place) resource. @param sName fully qualified resource name @return the specified resource as a b
prj/coherence-core/src/main/java/com/tangosol/dev/component/Loader.java:100
↓ 4 callersMethodloadResourceSignature
Load the Resource Signature. @param sName fully qualified resource name @return the specified Resource Signature as a byte array @exception IOExce
prj/coherence-core/src/main/java/com/tangosol/dev/component/Loader.java:112
↓ 4 callersMethodloadVariableInfo
Creates and disassembles a "verification_type_info" structure into an instance of {@link StackMapFrame.VariableInfo} or null. @param context the Sta
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/StackMapTableAttribute.java:185
↓ 4 callersMethodlocal
Return a local only {@link MBeanServerProxy}. <p> A local only proxy operates only on the MBeans that are local to this member. @return a local only
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanServerProxy.java:163
↓ 4 callersMethodlocalAtomicLong
Return {@link LocalAtomicLong} instance for the specified name. @param sName the name of the atomic value @return a {@code LocalAtomicLong} instanc
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/Atomics.java:181
← previousnext →9,201–9,300 of 78,752, ranked by callers