MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 14 callersMethodaddLast
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an {@c
prj/coherence-core/src/main/java/com/tangosol/net/NamedDeque.java:106
↓ 14 callersMethodaddNotification
Adds a JMX notification which indicates that a particular persistence related event has occured. @param sNotificationType the type of notification t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:29039
↓ 14 callersMethodassertIdenticalResult
Compare two return values for equality. @param o1 the first result @param o2 the second result
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1000
↓ 14 callersMethodawaitEvents
Wait for this listener to receive the required number of events that was set when it was created. @param cTimeout the amount of time to wait @param
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/AbstractGrpcClientIT.java:2615
↓ 14 callersMethodboxed
Returns a {@code Stream} consisting of the elements of this stream, each boxed to an {@code Integer}. <p> This is an <em>intermediate operation</em>.
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteIntStream.java:855
↓ 14 callersMethodcheck
()
prj/coherence-core/src/main/java/com/tangosol/util/NullImplementation.java:1375
↓ 14 callersMethodcheckBounds
Check if the specified read is within bounds. @param of the absolute offset of the read operation @param cb the length in bytes of the read operati
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:880
↓ 14 callersMethodcheckPermission
(Supplier<Permission> supplier)
prj/coherence-core/src/main/java/com/tangosol/net/security/SecurityHelper.java:95
↓ 14 callersMethodcompile
For all statements, the actual compilation is performed by the compileImpl method. The compile method (final on Statement) is responsible only for th
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Statement.java:79
↓ 14 callersMethodconvert
Convert the passed Object to the specified type. @param o the object value or null @param nType the enumerated type to convert to @return an o
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:3242
↓ 14 callersMethodcreateClient
(String sCacheName, String sSerializerName, Serializer serializer)
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/DeferKeyAssociationCheckGrpcIT.java:170
↓ 14 callersMethodcreateInstance
Create an instance of CompositeAggregator based on a specified {@link com.tangosol.util.InvocableMap.EntryAggregator EntryAggregator} array. If all t
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/CompositeAggregator.java:470
↓ 14 callersMethodcreateKeySequence
Create and return a sequence of serialized integers: [0..c) @param c the number of integers in the sequence @return the sequence of serialized inte
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/AbstractPersistencePerformanceTest.java:442
↓ 14 callersMethodcreatePofDataInput
Create a POF DataInput implementation for the given PofContext and WriteBuffer. @param ctx the PofContext used to deserialize user types @param wb
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:1131
↓ 14 callersMethodcreatePofDataOutput
Create a POF DataOutput implementation for the given PofContext and WriteBuffer. @param ctx the PofContext used to serialize user types @param wb
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:1116
↓ 14 callersMethodcreateSnapshot
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceEnvironment.java:267
↓ 14 callersMethodcreateSnapshot
Create a snapshot of the service with the specified name. @param sName the snapshot name to create
prj/coherence-core/src/main/java/com/tangosol/persistence/PersistenceManagerMBean.java:92
↓ 14 callersMethoddecrementAndGet
Atomically decrements the current value. <p>Equivalent to {@code addAndGet(-1)}. @return the updated value
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicInteger.java:117
↓ 14 callersMethodensureCache
(String sName, ClassLoader loader)
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/DeferKeyAssociationCheckGrpcIT.java:533
↓ 14 callersMethodensureCohQLException
Return a CohQLException with the given cause. If the specified cause is an instance of CohQLException, the given throwable will be returned as is; oth
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:633
↓ 14 callersMethodensureConcurrentServiceRunning
Ensure the specified service has the expected member count. @param cluster the {@link CoherenceCluster} to query
prj/test/functional/executor/src/main/java/executor/AbstractClusteredExecutorServiceTests.java:1447
↓ 14 callersMethodensureEmptyQueue
(String sScope, String name)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/NamedQueueProxyProtocolIT.java:878
↓ 14 callersMethodensureFilter
Return a filter that allows reflection on a class based on matching name against {@code patterns}. <p> The resulting filter tries to match the class,
prj/coherence-core/src/main/java/com/tangosol/internal/util/extractor/ReflectionAllowedFilter.java:164
↓ 14 callersMethodensureGlobalName
@inheritDoc
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:658
↓ 14 callersMethoderase
Remove the specified key from the underlying store if present. @param key key whose mapping is being removed from the cache @throws UnsupportedOpera
prj/coherence-core/src/main/java/com/tangosol/net/cache/CacheStore.java:89
↓ 14 callersMethodextractTenantName
Extract a tenant name from the service name in the specified MBean name.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:853
↓ 14 callersMethodfindApplication
Return the {@link CoherenceClusterMember} that was started with the specified name. @param sName the name of the JavaApplication to find @return th
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:411
↓ 14 callersMethodfindMapping
Attempts to find the {@link ResourceMapping} that matches the specified name and type. <p> The matching algorithm first attempts to find an exact matc
prj/coherence-core/src/main/java/com/tangosol/coherence/config/ResourceMappingRegistry.java:75
↓ 14 callersMethodfireVetoableSubChange
Fire the sub trait change event which occurs when a trait is added, removed, or un-removed from this trait. @param traitSub the sub-trait being added
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2887
↓ 14 callersMethodget
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:115
↓ 14 callersMethodget
Create a {@link GetRequest}. @param scope the scope name to use to obtain the cache from. @param cacheName the name of the cache to clear @para
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:467
↓ 14 callersMethodgetAppendingBufferOutput
Get a BufferOutput object to write data to this buffer. The BufferOutput object returned by this method is set to append to the WriteBuffer, meaning t
prj/coherence-core/src/main/java/com/tangosol/io/WriteBuffer.java:409
↓ 14 callersMethodgetAuthorityOverride
Returns the optional value to use to set the channel builder's overrideAuthority setting. @return the optional value to use to set the channel builde
prj/coherence-core/src/main/java/com/tangosol/net/grpc/GrpcChannelDependencies.java:71
↓ 14 callersMethodgetBaseTarget
()
prj/test/functional/rest/src/main/java/rest/PersistenceResourceTests.java:332
↓ 14 callersMethodgetBuilder
Obtains the {@link ParameterizedBuilder}. @return the {@link ParameterizedBuilder}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ParameterizedBuilderRegistry.java:129
↓ 14 callersMethodgetBuilderRegistry
The registry for all builders associated with the cluster. A builder can be looked up via the class it produces and a name for the builder using {@lin
prj/coherence-core/src/main/java/com/tangosol/net/OperationalContext.java:110
↓ 14 callersMethodgetCacheRemovals
()
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheStatistics.java:158
↓ 14 callersMethodgetChannelCount
(String sName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/safeService/SafeTopicService.java:205
↓ 14 callersMethodgetChannelId
Obtain the identifier of the channel published to. @return the identifier of the channel published to
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublishResult.java:47
↓ 14 callersMethodgetConfigurer
Return the configurer that will apply further configuration to the managed channel builder. @return the configurer that will apply further configurat
prj/coherence-core/src/main/java/com/tangosol/net/grpc/GrpcChannelDependencies.java:109
↓ 14 callersMethodgetConnector
Getter for property Connector.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/RemoteModel.java:562
↓ 14 callersMethodgetDefaultGuardTimeout
Default timeout interval (in milliseconds) for Guardables monitored by this Guardian. @return the default timeout interval
prj/coherence-core/src/main/java/com/tangosol/net/Guardian.java:51
↓ 14 callersMethodgetDeleteCount
()
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/AbstractGrpcClientIT.java:2632
↓ 14 callersMethodgetElementProcessor
Obtains the {@link ElementProcessor} that is suitable for processing the specified {@link XmlElement} in the xml namespace associated with this {@link
prj/coherence-core/src/main/java/com/tangosol/config/xml/NamespaceHandler.java:63
↓ 14 callersMethodgetEnabledCipherSuites
Return the set of enabled SSL cipher suites. @return the enabled SSL cipher suites, or null for default
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SSLSocketProvider.java:293
↓ 14 callersMethodgetEntryInternal
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:1745
↓ 14 callersMethodgetEntryInternal
Locate an Entry in the hash map based on its key. If the Entry has expired and is eligible for eviction, it is removed from the hash map. <p> Unlike t
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:1591
↓ 14 callersMethodgetEntrySet
Return the underlying Entry Set. @return the underlying Entry Set
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:4348
↓ 14 callersMethodgetFirstName
()
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/Person.java:38
↓ 14 callersMethodgetFirstName
Returns the user's first name. @return the user's first name
prj/examples/guides/910-multi-cluster-client/multi-cluster-client/src/main/java/com/oracle/coherence/guides/client/model/User.java:94
↓ 14 callersMethodgetFlowControl
Return the {@link FlowControl} object governing this publisher. @return the FlowControl object.
prj/coherence-core/src/main/java/com/tangosol/net/topic/Publisher.java:137
↓ 14 callersMethodgetGroupPort
Obtain the multicast port number that the cluster will listen/publish on. @return the group port
prj/coherence-core/src/main/java/com/tangosol/net/ClusterDependencies.java:182
↓ 14 callersMethodgetInstance
Getter for property Instance.<p> The Security instance.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Security.java:386
↓ 14 callersMethodgetInternalCluster
Getter for property InternalCluster.<p> The actual (wrapped) cluster.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:890
↓ 14 callersMethodgetIterator
Getter for property Iterator.<p> Wrapped Iterator
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperIterator.java:136
↓ 14 callersMethodgetKey
Determine the key for this value object @return the key
prj/coherence-core/src/main/java/com/tangosol/run/xml/Identifiable.java:24
↓ 14 callersMethodgetLastName
Returns the user's last name. @return the user's last name
prj/examples/guides/910-multi-cluster-client/multi-cluster-client/src/main/java/com/oracle/coherence/guides/client/model/User.java:112
↓ 14 callersMethodgetLatitude
Gets the latitude for the given point.
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/routeguide/RouteGuideUtil.java:30
↓ 14 callersMethodgetLeaseMap
Getter for property LeaseMap.<p> The map of leases granted by this storage.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3880
↓ 14 callersMethodgetLength
Return the number of elements already inserted in the index. @return elements count.
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Index.java:208
↓ 14 callersMethodgetLocalGateway
Getter for property LocalGateway.<p> The local (MBeanServer bound) gateway.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:941
↓ 14 callersMethodgetLocalizedMessage
Creates a localized description of this <code>WrapperException</code>. Subclasses may override this method in order to produce a locale-specific messa
prj/coherence-core/src/main/java/com/tangosol/util/WrapperException.java:158
↓ 14 callersMethodgetLoggingLevelForMember
Return the current value for the "LoggingLevel" JMX attribute. @param server the {@link MBeanServer} to query @param member the {@link CoherenceClu
prj/test/functional/jmx/src/main/java/jmx/JmxTests.java:1568
↓ 14 callersMethodgetLongitude
Gets the longitude for the given point.
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/routeguide/RouteGuideUtil.java:37
↓ 14 callersMethodgetMeanRate
The mean rate, in units of TPS. @return mean rate, in units of TPS
prj/coherence-core/src/main/java/com/tangosol/net/metrics/Rates.java:27
↓ 14 callersMethodgetMessage
Construct a message. @param nId the requester id @param fResp true for response @param ldtSent the send time if a latency measurement is req
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/MessageBusTest.java:2126
↓ 14 callersMethodgetName
Get the name of the method as a string. @return the method name
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:502
↓ 14 callersMethodgetName
Return the name of this serializer. @return the name of this serializer @since 12.2.1.4
prj/coherence-core/src/main/java/com/tangosol/io/Serializer.java:118
↓ 14 callersMethodgetName
Return the name of this Receiver. <p> If the Receiver is registered with a ConnectionManager, the registration and any subsequent accesses are by the
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:282
↓ 14 callersMethodgetNewCache
Get the specified cache, always creating a new copy. @param sName the cache name to create @return a new cache instance
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/cache/BaseContinuousQueryCacheTest.java:31
↓ 14 callersMethodgetOuterStatement
Get the statement that contains this statement. All statements, except for the main block, are contained by other statements. @return the statement
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Statement.java:130
↓ 14 callersMethodgetOwnershipSenior
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3279
↓ 14 callersMethodgetP12Keystore
Returns the PKCS12 key store file. @return the PKCS12 key store file
prj/examples/guides/810-custom-access-controller/src/test/java/com/oracle/coherence/guides/security/KeyTool.java:784
↓ 14 callersMethodgetPartitionOwnership
Return the Ownership information for the specified partition. @param nPartition the partition to return the ownership for @return Ownership informa
prj/coherence-core/src/main/java/com/tangosol/net/partition/DistributionManager.java:94
↓ 14 callersMethodgetPathName
Return the pathname as a String, using forward slashes to delimit logical directory levels.
prj/coherence-core/src/main/java/com/tangosol/dev/packager/PackagerPath.java:45
↓ 14 callersMethodgetPendingRemoves
Get the pending removes key set for the CacheStore used by this backing map. @return the key set of pending removes for the CacheStore @since 12.2.1
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:2657
↓ 14 callersMethodgetPreferredPartitionCount
Return the preferred number of partitions that a partitioned (distributed) cache will be "chopped up" into. Each member running the partitioned cache
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/PartitionedServiceDependencies.java:120
↓ 14 callersMethodgetRunningCluster
Getter for property RunningCluster.<p> Calculated property returning a running cluster. The only reason we have "getRunningCluster" in addition to "e
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:957
↓ 14 callersMethodgetSafeTimeMillis
Returns a "safe" current time in milliseconds. @return the difference, measured in milliseconds, between the corrected current time and midnight, Jan
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/SafeClock.java:80
↓ 14 callersMethodgetServiceName
Getter for property ServiceName.<p> The name of the Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceInfo.java:228
↓ 14 callersMethodgetSignature
Determine the signature of the Element. @return the signature of the Element
prj/coherence-core/src/main/java/com/tangosol/java/type/Type.java:128
↓ 14 callersMethodgetSlot
Determine the variable slot for the variable declared by this op. @return the variable slot for this variable declaration
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/OpDeclare.java:191
↓ 14 callersMethodgetStatusMap
Obtain the Map of Status objects for entries managed by this Overflow Map. There will be a Status object for each entry in the front map, and a Status
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:914
↓ 14 callersMethodgetUserContext
Return the user context object associated with this Service. <p> The data type and semantics of this context object are entirely application specific
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:73
↓ 14 callersMethodhandleError
Handle the specified error. @param throwable the error to handle
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicPublisherChannel.java:428
↓ 14 callersMethodincByteCount
Increment the total number of bytes transfered by the test by the specified amount. @param cb the number of bytes to increase the total by
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/TestResult.java:395
↓ 14 callersMethodinstantiateSubclass
Construct an instance of the specified class using the specified parameters. @param sClass the class name @param clzSuper the super class of th
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:3471
↓ 14 callersMethodisAccessorOwned
Verify that the specified Property accessor is owned only by the Property (although it may not be removable because it may have a manual origin). @pa
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3643
↓ 14 callersMethodisAnyLocalAddress
Check whether or not the specified address is a wildcard address. @param addr the InetAddress @return true iff the address is a wildcard address @
prj/coherence-core/src/main/java/com/tangosol/net/InetAddressHelper.java:266
↓ 14 callersMethodisClosed
Determine if any thread has closed the gate and continues to hold exclusive access. @return true iff there is a thread that holds exclusive access to
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Gate.java:140
↓ 14 callersMethodisComponent
Test for a Component Definition data type. @return true if the data type is a component type
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:448
↓ 14 callersMethodisFalse
Return a filter that evaluates to true if the extracted value is {@code false}. @param extractor the Extractor to use @param <T> the type of
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:191
↓ 14 callersMethodisGlobal
Determine if the Component is a global (not contained) Component. @return true if the Component is global
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:3843
↓ 14 callersMethodisPersistent
Getter for property Persistent.<p> True iff the contents of this Storage should be persisted.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:5994
↓ 14 callersMethodisReadOnly
Determine if the backing map should send data changes through the CacheStore, or should just keep them in memory. @return false to send changes to Ca
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:522
↓ 14 callersMethodisStatic
Determine the current scope of the Behavior. @return true if the Behavior is static (not instance)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Behavior.java:2820
↓ 14 callersMethodisUserType
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/SafeConfigurablePofContext.java:210
↓ 14 callersMethodlockWrite
Acquire a write lock on this persistent store.
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:2132
↓ 14 callersMethodlockWrite
Attempt to obtain write lock, and return {@code true} if successful. @param owner the lock owner to obtain the lock for @return {@code true} if the
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ReadWriteLockHolder.java:190
↓ 14 callersMethodmakeEntrySet
Create a set of SimpleEntry objects for the specified map and the key collection. @param map the Map to create entries for @param collKeys col
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMapHelper.java:475
← previousnext →2,701–2,800 of 78,752, ranked by callers