MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 10 callersMethodensureRemoteDirectory
Ensure the remote directory exists. If the directory exists then change the current working directory to the directory. <p> If the directory does not
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/SFTPSnapshotArchiver.java:583
↓ 10 callersMethodensureType
Change the type of the internal representation of the XmlValue. A failed conversion will leave the value as null. @param nType the enumerated type
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleValue.java:1034
↓ 10 callersMethodentrySet
Get an entry set using the specified filter.
prj/test/functional/filter/src/main/java/filter/AbstractFilterTests.java:928
↓ 10 callersMethodequals
Compare the PofExtractor with another object to determine equality. <p> {@link AbstractExtractor#equals(Object)} contract takes precedence when applic
prj/coherence-core/src/main/java/com/tangosol/util/extractor/PofExtractor.java:324
↓ 10 callersMethoderaseAll
Remove all data from the underlying store. @throws UnsupportedOperationException if this implementation or the underlying store is read-only
prj/coherence-core/src/main/java/com/tangosol/io/BinaryStore.java:67
↓ 10 callersMethodevaluateExtracted
Evaluate the specified extracted value. @param oExtracted an extracted value to evaluate @return true if the test passes
prj/coherence-core/src/main/java/com/tangosol/util/filter/BetweenFilter.java:403
↓ 10 callersMethodextractKeyLength
Extract the key length from the ticket. @param lTicket the encoded ticket @return the key length
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PersistentTicket.java:105
↓ 10 callersMethodfillBigNumbers
Fill the specified map with BigDecimals, BigIntegers and long values. @param cache the target cache @param iStart the starting key @param cnt the
prj/test/functional/aggregator/src/main/java/aggregator/AbstractEntryAggregatorTests.java:1529
↓ 10 callersMethodflush
Flush the write-behind queue, writing everything immediately.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:3454
↓ 10 callersMethodflush
Ensure that any deferred signals will be processed. <p> Note it is more advantageous if the calling thread's natural idle point is to sit in {@link #a
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/SingleWaiterCooperativeNotifier.java:41
↓ 10 callersMethodfrom
Constructs an {@link Options} collection given an array of options @param clsType the {@link Class} of the base type of the options
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Options.java:294
↓ 10 callersMethodfromProtobufPosition
Create a plain {@link Position} from a gRPC {@link TopicPosition}. @param position the position to convert @return the plain {@link Position}
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/TopicHelper.java:117
↓ 10 callersMethodget
Obtains the underlying {@link Object} representation of the {@link Value}. @return The {@link Object} representation of the {@link Value} (may be <co
prj/coherence-core/src/main/java/com/tangosol/config/expression/Value.java:106
↓ 10 callersMethodgetAccessorSignature
Get the specified accessor Behavior related to this Property. @return the related Behavior, or null
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3542
↓ 10 callersMethodgetAcquiredOrder
Returns the global order of the permit acquired event. @return the global order of the permit acquired event
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteSemaphoreIT.java:898
↓ 10 callersMethodgetAcquiredOrder
Returns the global order of the lock acquired event. @return the global order of the lock acquired event
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteLockIT.java:676
↓ 10 callersMethodgetActualBackupCount
Return the number of backups to maintain, given the actual set of ownership-enabled and leaving members. @return the number of backups to maintain
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2199
↓ 10 callersMethodgetActualMap
Getter for property ActualMap.<p> The actual map. <b>Note: direct modifications of the returned map may cause an unpredictable behavior of the Concurr
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ConcurrentMap.java:209
↓ 10 callersMethodgetAddressProviderMap
Return a Map of address provider factories. @return a Map of {@link AddressProviderFactory} keyed by name @since Coherence 12.1.2
prj/coherence-core/src/main/java/com/tangosol/net/OperationalContext.java:88
↓ 10 callersMethodgetAssociatedKey
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/model/QueueKey.java:129
↓ 10 callersMethodgetAverage
Return the moving average. @return the average, or 0 if there are no samples
prj/coherence-core/src/main/java/com/tangosol/internal/util/MovingAverage.java:116
↓ 10 callersMethodgetBackingMap
Obtain a reference to the backing map that corresponds to the specified cache name. The returned Map must be used in a read-only manner. @param sCach
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:161
↓ 10 callersMethodgetBackingMapManager
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps. @return the BackingMapManager
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionAwareBackingMap.java:36
↓ 10 callersMethodgetBackupCount
Get the configured number of backups. @return the backup count
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleStrategyMBean.java:85
↓ 10 callersMethodgetBackupPersistentStore
Return the backup persistent store for the specified partition. @param nPartition the partition id @return the partition's backup persistent store,
prj/coherence-core/src/main/java/com/tangosol/internal/util/PartitionedCacheComponent.java:57
↓ 10 callersMethodgetBinaryCache
Getter for property BinaryCache.<p> The parent BinaryCache instance.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:3714
↓ 10 callersMethodgetBinaryStore
@return the wrapped BinaryStore; null after it is destroyed
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:1641
↓ 10 callersMethodgetBody
Return the request body deserialized into a map. @return the request body deserialized into a map
prj/coherence-core/src/main/java/com/tangosol/internal/http/HttpRequest.java:121
↓ 10 callersMethodgetBoolean
(String sKey)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Config.java:229
↓ 10 callersMethodgetBuffer
Return the ByteBuffer for a given index. @param iBuffer the zero based offset into the sequence @return a {@link ByteBuffer#duplicate duplicate} of
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequence.java:56
↓ 10 callersMethodgetBuffers
Return an array of ByteBuffers representing the sequence. @return a new array of ByteBuffer {@link ByteBuffer#duplicate duplicates} represent
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequence.java:117
↓ 10 callersMethodgetByAddress
Return an InetAddress object given the raw IP address. @param abAddr the raw IP address in network byte order @return the InetAddress object @thro
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/InetAddresses.java:1287
↓ 10 callersMethodgetCacheEntryFilter
Obtains an instance of the {@link CacheEntryEventFilter} for the registration. If no instance has been previously instantiated, one is created. @ret
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/CoherenceCacheEntryListenerRegistration.java:51
↓ 10 callersMethodgetCacheEntryListener
Obtains an instance of the {@link CacheEntryListener} for the registration. If no instance has been previously instantiated, one is created. @return
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/CoherenceCacheEntryListenerRegistration.java:71
↓ 10 callersMethodgetCacheLoader
Return the configured CacheLoader independent if read-through is enabled or not. Note: JCache loadAll works independent of read-through being enabled.
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheContext.java:114
↓ 10 callersMethodgetCacheMetric
(int port, String metricName, Map<String, String> tags)
prj/test/functional/metrics/src/main/java/metrics/AbstractMetricsFunctionalTest.java:208
↓ 10 callersMethodgetCachedResource
Return a (possibly) dirty instance of the resource value. @see #getLockedResource
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:712
↓ 10 callersMethodgetClassName
Get the name of the Java class represented by the data type. @return qualified Java class name
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:511
↓ 10 callersMethodgetCloser
Return the thread that is closing the gates. @return the thread that is closing the gates.
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/ThreadGate.java:853
↓ 10 callersMethodgetCluster
Return a {@link Cluster} object for Coherence services. @return a {@link Cluster} object, which may or may not be running
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:1411
↓ 10 callersMethodgetCollection
(Session session, String sName)
prj/test/functional/queues/src/main/java/queues/QueueTests.java:20
↓ 10 callersMethodgetConsumedCount
()
prj/test/functional/topics/src/main/java/topics/TopicSubscriber.java:43
↓ 10 callersMethodgetConverterValueDown
Getter for property ConverterValueDown.<p> Cached ValueToInternal converter.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3663
↓ 10 callersMethodgetDateFormat
Return the time stamp format for reporter. @return time output format
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/ReportBatch.java:684
↓ 10 callersMethodgetDays
Determine the number of days in the day-time interval. @return the number of days in the day-time interval
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDayTimeInterval.java:52
↓ 10 callersMethodgetDescription
Returns the description of this {@link ExecutorService}. @return the description of this {@link ExecutorService}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/config/NamedExecutorService.java:57
↓ 10 callersMethodgetElementExpiryMillis
Obtain the expiry delay to apply to elements in ths topic. @return the expiry delay to apply to elements in ths topic
prj/coherence-core/src/main/java/com/tangosol/net/topic/TopicDependencies.java:52
↓ 10 callersMethodgetEnvironment
Return the underlying PersistenceEnvironment. @return the underlying PersistenceEnvironment
prj/coherence-core/src/main/java/com/tangosol/persistence/SafePersistenceWrappers.java:186
↓ 10 callersMethodgetExtentToKeys
Return recovered extent-to-keys mapping. @return recovered extent-to-keys mapping
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalRecovery.java:1102
↓ 10 callersMethodgetFileId
Return file id. @return file id
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1503
↓ 10 callersMethodgetFileInfo
Return metadata for a specific file. @param nFileId file id @return file metadata
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1094
↓ 10 callersMethodgetFrontMap
Returns the front Map. <p> <b>Warning: Direct modifications of the returned map may cause unpredictable behavior of the Overflow Map.</b> @return the
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:842
↓ 10 callersMethodgetHash
A unique hash representing the TypeMetadata structure. @return hash of TypeMetadata
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/TypeMetadata.java:97
↓ 10 callersMethodgetHash
Obtain the hash used to identify the queue. @return the hash used to identify the queue
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/model/QueueKey.java:57
↓ 10 callersMethodgetHeadBucketId
Returns the id of the bucket currently at the head of the queue. @return the current head bucket id.
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/QueueInfo.java:79
↓ 10 callersMethodgetHeadElementList
Getter for property HeadElementList.<p> The storage for the head of the Queue. @volatile this value is periodically swapped with the tail of the list
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue.java:230
↓ 10 callersMethodgetHostnameVerifier
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/ssl/SSLSocketProviderDefaultDependencies.java:100
↓ 10 callersMethodgetHostnameVerifier
Return the SSL HostnameVerifier to be used to verify hostnames once an SSL session has been established. @return the verifier, or null to disable
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SSLSocketProvider.java:286
↓ 10 callersMethodgetHttpServer
Return the HttpServer. @return the HttpServer
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/HttpAcceptorDependencies.java:28
↓ 10 callersMethodgetIdentity
Return the identity for this process. @return the identity
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/TracingShim.java:110
↓ 10 callersMethodgetIdentityTransformer
Return an IdentityTransformer that can be used to transform a Subject into an identity assertion. @return the IdentityTransformer
prj/coherence-core/src/main/java/com/tangosol/net/OperationalContext.java:143
↓ 10 callersMethodgetImplVersion
Return the implementation version of this manager. @return the implementation version of this manager
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:757
↓ 10 callersMethodgetInetAddress
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/WrapperSocket.java:102
↓ 10 callersMethodgetInstance
Return the singleton instance. @return The singleton {@link ScriptManager}
prj/coherence-core/src/main/java/com/tangosol/internal/util/graal/ScriptManager.java:186
↓ 10 callersMethodgetInternalScheme
Return the scheme which the specifies the map used to cache entries. @return the scheme for the internal map
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.java:285
↓ 10 callersMethodgetKeyAndCert
Return a {@link KeyAndCert} from this set. @param sName the name of the {@link KeyAndCert} to return @return the named {@link KeyAndCert} from this
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/KeyTool.java:438
↓ 10 callersMethodgetKeyPartition
Return a partition number for the specified Binary key.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2988
↓ 10 callersMethodgetLastIncomingMillis
Getter for property LastIncomingMillis.<p> Datetime value that the last direct acknowlegement (AckPacket) from this Member was received by the local M
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1256
↓ 10 callersMethodgetLatestOldValue
Obtain the latest old value from the passed event. The latest old value is the value that must be retained upon the eviction of data from the front ma
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:2453
↓ 10 callersMethodgetLeaseGranularity
Return the lease granularity. A value of LEASE_BY_THREAD means that locks are held by a thread that obtained them and can only be released by that thr
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/LeaseConfig.java:25
↓ 10 callersMethodgetLength
Determine the length of the block. @return the length, in bytes, of this block
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3925
↓ 10 callersMethodgetLink
(Map mapResponse, String sLinkName)
prj/test/functional/management/src/main/java/management/BaseManagementInfoResourceTests.java:4465
↓ 10 callersMethodgetList
Return the underlying List. @return the underlying List
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:1832
↓ 10 callersMethodgetListeners
Obtain the Listeners object for a given filter. <p> <b>Note</b>: The returned value must be treated as an immutable. @param filter the filter @retu
prj/coherence-core/src/main/java/com/tangosol/util/MapListenerSupport.java:537
↓ 10 callersMethodgetLoader
Construct a new ScopedLoader for the specified scope index. @param nScope the scope index to create a loader for @return a ScopedLoader instance
prj/test/functional/cache/src/main/java/cache/CacheFactoryBuilderTests.java:412
↓ 10 callersMethodgetLocalModels
Getter for property LocalModels.<p> A Map<String, LocalModel> of LocalModel components registered with this gateway. The key is the MBean key property
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1020
↓ 10 callersMethodgetLocalSocketAddress
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/MultiplexedSocketProvider.java:1850
↓ 10 callersMethodgetMBeanInterface
Return the MBean interface class that defines the management interface for the given Standard MBean or MXBean class. @return the MBean interface clas
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/WrapperModel.java:563
↓ 10 callersMethodgetMap
(String name)
prj/examples/guides/128-entry-processors/src/test/java/com/oracle/coherence/guides/entryprocessors/EntryProcessorTests.java:225
↓ 10 callersMethodgetMaxResults
Return the max allowed result set size. @return max size of the result set
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/config/NamedQuery.java:77
↓ 10 callersMethodgetMemberLoad
Return the (primary or backup) partition load of the specified member. @param member the member to calculate the partition load for @param fPrimar
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2888
↓ 10 callersMethodgetMemberStatsDescription
(com.tangosol.coherence.component.net.Member member)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:2543
↓ 10 callersMethodgetMessageHandler
Getter for property MessageHandler.<p> MessageHandler used by this service for MessageBus-based communications.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1564
↓ 10 callersMethodgetMissesCache
Get the optional map used to cache CacheLoader (or CacheStore) misses. @return the Map that this backing map uses to cache CacheLoader (or Ca
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:2644
↓ 10 callersMethodgetModel
Return the security model. @return security model
prj/coherence-core/src/main/java/com/tangosol/internal/net/security/SecurityDependencies.java:62
↓ 10 callersMethodgetMonths
Determine the number of months in the year-month interval. @return the number of months in the year-month interval
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawYearMonthInterval.java:55
↓ 10 callersMethodgetName
Returns the {@link ExecutorService} name. @return the {@link ExecutorService} name
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/config/NamedExecutorService.java:47
↓ 10 callersMethodgetNamedCache
()
prj/test/functional/aggregator/src/main/java/aggregator/async/AbstractAsyncEntryAggregatorTests.java:76
↓ 10 callersMethodgetNewName
()
prj/test/functional/queues/src/main/java/queues/AbstractCollectionTests.java:378
↓ 10 callersMethodgetNewValue
Getter for property NewValue.<p> The new value (could be null for lite events).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:560
↓ 10 callersMethodgetNextBlockOffset
Determine the offset of the next Block in the Buffer. @return the offset of the next Block in the Buffer, or NIL if this Block is the last in
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3965
↓ 10 callersMethodgetNextEntry
Get the next entry in the linked list @return the next entry in the linked list
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleElement.java:1820
↓ 10 callersMethodgetNullDerivedTrait
Construct a null derivation or modification Trait. This method is overridden by traits that have a different null derivation/modification from their
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:1199
↓ 10 callersMethodgetObject
@return the Node's Object value
prj/coherence-core/src/main/java/com/tangosol/util/SafeLinkedList.java:898
↓ 10 callersMethodgetOldEntry
Return a Map Entry that represents the state of the Entry before the change occurred that generated this event. @return a Map Entry representing the
prj/coherence-core/src/main/java/com/tangosol/util/MapEvent.java:163
↓ 10 callersMethodgetOldValue
Getter for property OldValue.<p> The old value (could be null for lite events).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:581
↓ 10 callersMethodgetOldestMember
Getter for property OldestMember.<p> The ServiceMemberSet keeps track of the "most senior" Member that is running the Service, to which special synchr
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/actualMemberSet/ServiceMemberSet.java:685
↓ 10 callersMethodgetOwners
Getter for property Owners.<p> The Ownership (according to the transfer sender) for the specified partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:34374
↓ 10 callersMethodgetOwnershipMembers
Return the set of ownership-enabled members in the partitioned service. @return the set of ownership-enabled members
prj/coherence-core/src/main/java/com/tangosol/net/partition/DistributionManager.java:60
↓ 10 callersMethodgetPackets
Getter for property Packets.<p> Polymorphic property that contains either a single Packet or a list of all bundled Packets.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/PacketBundle.java:392
← previousnext →3,701–3,800 of 78,752, ranked by callers