MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 4 callersMethodset_Model
Setter for property _Model.<p> The underlying managed resource Model.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/manageable/ModelAdapter.java:280
↓ 4 callersMethodset_Parent
Setter for property _Parent.<p> Parent component for this component. This property is not meant to be designed directly.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/Component.java:1862
↓ 4 callersMethodsetupCluster
(String sCacheName, boolean fPersistence)
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/MultiMemberBenchmarkState.java:102
↓ 4 callersMethodsetupProperty
(String sProperty, DataType dataType)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Integration.java:2892
↓ 4 callersMethodshouldCreateIndex
(String cacheName, String command, ValueExtractor extractor)
prj/test/functional/dslquery/src/main/java/dslquery/QueryPlusTests.java:322
↓ 4 callersMethodshouldExitByShutdownTimeout
(String sShutdownHook, boolean fHang)
prj/test/functional/guardian/src/main/java/guardian/DefaultServiceFailurePolicyTests.java:100
↓ 4 callersMethodshouldPopulateWithOrderByOptionAndConsumeInParallel
(NamedTopic<String> topic, OrderBy option)
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:694
↓ 4 callersMethodshowInstructions
Display the command-line instructions.
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:639
↓ 4 callersMethodsize
Returns the number of key-value mappings in this map. @return the number of entries in this map
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:298
↓ 4 callersMethodskipChild
Skip a single child value. @param in buffer input containing child values @throws IOException if an I/O error occurs
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/ComplexPofValue.java:175
↓ 4 callersMethodskipIfJacocoInstrumented
()
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/JacocoHelper.java:24
↓ 4 callersMethodsnapshotExists
Validate that a snapshot exists for a given service. @param sServiceName the service name to check @param sSnapshotName the snapshot name to check
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:247
↓ 4 callersMethodsort
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/WrapperCollections.java:619
↓ 4 callersMethodsplitByOwner
Split the partitions in the specified PartitionSet into the a map of PartitionSets by owner for the specified store. Note: the set of orphaned partit
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:10064
↓ 4 callersMethodstart
Starts CDI, which will indirectly start {@link DefaultCacheServer}.
prj/coherence-cdi-server/src/main/java/com/oracle/coherence/cdi/server/Server.java:41
↓ 4 callersMethodstartCacheServer
Start a cache server giving it the specified name and piping output to the specified project output directory. @param sServer the name of the cache
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:547
↓ 4 callersMethodstartCoherenceClusterMember
(OptionsByType optionsByType, String sName)
prj/test/functional/quorum/src/main/java/quorum/QuorumTests.java:992
↓ 4 callersMethodstartService
When pre-conditions are met, start the Management over REST HTTP service. <p> Pre-conditions for starting the service include operational configuratio
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/HttpHelper.java:127
↓ 4 callersMethodstartTestCluster
(Class<?> clsMain, String sClusterName)
prj/test/functional/management/src/main/java/management/BaseManagementInfoResourceTests.java:5026
↓ 4 callersMethodstartTracking
Start tracking changes by the BinaryEntryStore.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:3770
↓ 4 callersMethodstartVirtualTask
Start a new virtual thread owned by this pool.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4773
↓ 4 callersMethodstop
Stop the thread pool, stopping all threads once they are done processing any current tasks that they are working on (interrupting them to wake up wait
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:3162
↓ 4 callersMethodstopPool
(DaemonPool pool)
prj/test/functional/core/src/main/java/com/tangosol/coherence/component/util/DaemonPoolIT.java:816
↓ 4 callersMethodstopTracking
Stop tracking changes by the BinaryEntryStore.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:3778
↓ 4 callersMethodstore
Store the specified entry in the underlying store. @param binEntry the entry @param fAllowChange if true, any changes made to the entry by the
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:5617
↓ 4 callersMethodstoreAll
Store the specified values under the specified keys in the underlying store. This method is intended to support both key/value creation and value upda
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestCacheStore.java:172
↓ 4 callersMethodsubmitBool
Submit a {@link RemoteCallable<Boolean>} on a given cluster server and returns its result.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestInfrastructureHelper.java:85
↓ 4 callersMethodsubmitTask
Submit the given task for execution by the daemon pool. @param task the task to submit
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:1045
↓ 4 callersMethodsumCounters
Return the sum of the specified list of atomic integers. @param aCounters the array of atomic integers to sum @return the sum
prj/test/functional/processor/src/main/java/processor/Coh10098Tests.java:113
↓ 4 callersMethodsummingLong
Returns a {@code Collector} that produces the sum of a long-valued function applied to the input elements. If no elements are present, the result is
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:529
↓ 4 callersMethodtags
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/internal/metrics/PrometheusFormatterTest.java:139
↓ 4 callersMethodtakeEvent
Obtain the most recent event that has occurred against the Entry for which this Status exists. If both the front and the back Map have event listeners
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:3919
↓ 4 callersMethodtakeEvent
Obtain the most recent front Map event that has occurred against the Entry for which this Status exists. @return the cummulative front Map event for
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:1961
↓ 4 callersMethodtearDownCluster
()
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/MultiMemberBenchmarkState.java:193
↓ 4 callersMethodtenantId
Returns the OCI tenant ID from configuration. @return the tenant OCID @throws ConfigException if tenant ID is not configured
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/AbstractOciModelBuilder.java:159
↓ 4 callersMethodterminate
Terminates and end's all the {@link NamespaceHandler}s established in the {@link ProcessingContext}.
prj/coherence-core/src/main/java/com/tangosol/config/xml/DefaultProcessingContext.java:1698
↓ 4 callersMethodterminateLease
Move the specified Lease to the graveyard. @param oKey the resource key
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:2389
↓ 4 callersMethodtestBinaryPassThrough
(String sCacheName, Object oKey, boolean fUseImage)
prj/test/functional/rest/src/main/java/rest/AbstractRestTests.java:1678
↓ 4 callersMethodtestCacheContent
Test the cache content. @param cache the cache to test @param cnt the count
prj/test/functional/bundler/src/main/java/bundler/BundlingNamedCacheTests.java:711
↓ 4 callersMethodtestCollection
(ComponentCollectionProvider provider)
prj/test/functional/quorum/src/main/java/quorum/QuorumTests.java:1064
↓ 4 callersMethodtestExtractInternal
Test the extraction (and corresponding application) of binary deltas using the passed old and new binary values as the basis for the delta. <p/> This
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/DecorationOnlyDeltaCompressorTest.java:484
↓ 4 callersMethodtestExtractInternal
Test the extraction (and corresponding application) of binary deltas using the passed old and new binary values as the basis for the delta. <p/> This
prj/test/functional/io/src/main/java/io/BinaryDeltaCompressorTest.java:186
↓ 4 callersMethodtestExtractInternal
Test the extraction (and corresponding application) of binary deltas using the passed old and new binary values as the basis for the delta. <p/> This
prj/test/functional/io/src/main/java/io/DecoratedBinaryDeltaCompressorTest.java:395
↓ 4 callersMethodtestFunctorAlwaysCache
Run the functor test
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/cache/BaseContinuousQueryCacheTest.java:47
↓ 4 callersMethodtestPofValueMutator
Assertions used by all testPofValueMutator methods. @param p object to test @param binPerson binary serialized object
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/reflect/PofValueTest.java:291
↓ 4 callersMethodtestPuts
(String... asKey)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/BinaryRadixTreeTest.java:101
↓ 4 callersMethodtestReporter
Test SimpleQueryRecordReporter on a record of specified type, produced for the query based on provided filter @param cache cache object whe
prj/test/functional/filter/src/main/java/filter/QueryRecordReporterTests.java:297
↓ 4 callersMethodthread
Return an OrderBy that will ensure that all {@link #publish values sent} from the same thread are stored sequentially. @return the default, thread-ba
prj/coherence-core/src/main/java/com/tangosol/net/topic/Publisher.java:522
↓ 4 callersMethodthrowable
Constructs an {@link Result} with a specific {@link Throwable}. @param throwable the {@link Throwable} @return an {@link Result} with a specific {@
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Result.java:111
↓ 4 callersMethodtickIfNecessary
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/metrics/Meter.java:99
↓ 4 callersMethodtoBinary
Translate the passed Object object into an Binary object. @param o the Object to serialize into a Binary object @return the Binary object
prj/coherence-core/src/main/java/com/tangosol/net/cache/BinaryStoreCacheStore.java:149
↓ 4 callersMethodtoBinary
(Object o)
prj/examples/guides/195-bulk-loading-caches/src/test/java/com/oracle/coherence/guides/preload/cachestore/SmartCacheStoreTest.java:169
↓ 4 callersMethodtoBinaryValue
Convert a {@link ByteString} to a {@link BytesValue}. @param bytes the {@link ByteString} @return a {@link BytesValue} wrapping the specified {@lin
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/NamedCacheClientChannel_V1.java:597
↓ 4 callersMethodtoBits
Convert the specified number of units of this {@link Rate} into a bits {@link Rate}. @param cUnits The number of units of this {@link Rate} @return
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Bandwidth.java:445
↓ 4 callersMethodtoBoolean
(Map<String, ?> config, String key)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/ext/jsr353/JSR353Bundle.java:203
↓ 4 callersMethodtoCharEscape
Format a char to a printable escape if necessary. @param ch the char @return a printable String representing the passed char
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1175
↓ 4 callersMethodtoDelimitedString
Format the content of the passed integer array as a delimited string. @param an the array @param sDelim the delimiter @return the formatted strin
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:652
↓ 4 callersMethodtoElementList
Convert the DOM {@code NodeList} to a list of elements. @param nodes the {@code NodeList} to convert @return the list of elements from the specifie
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/util/XmlUtils.java:53
↓ 4 callersMethodtoExternal
Convert a value that is managed in this Set to the external value in the form known to a consumer of this Set. <p> Note: Not private because it is use
prj/coherence-core/src/main/java/com/tangosol/util/OpenHashSet.java:341
↓ 4 callersMethodtoInternal
Convert a value to the internal representation of that value in a form that can be managed in this Set. @param oValue a value that can a consumer of
prj/coherence-core/src/main/java/com/tangosol/util/OpenHashSet.java:326
↓ 4 callersMethodtoInternalUnits
Convert from an external 32-bit unit value to an internal 64-bit unit value using the configured units factor. @param cUnits an external 32-bit uni
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:1428
↓ 4 callersMethodtoJson
Convert the response body to a Json object. @return the equivalent JSON object
prj/coherence-core/src/main/java/com/tangosol/internal/management/MBeanResponse.java:173
↓ 4 callersMethodtoLocalDateTime
Create a LocalDateTime from the raw date/time information. @return a LocalDateTime value
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDateTime.java:162
↓ 4 callersMethodtoMap
Returns a {@code Collector} that accumulates elements into a {@code Map} whose keys and values are the result of applying the provided mapping functio
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:976
↓ 4 callersMethodtoMap
Create a Map representation of this ServiceLoad. @return the Map representation of this ServiceLoad
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/ServiceLoad.java:566
↓ 4 callersMethodtoOffsetTime
Create a OffsetTime from the raw time information. @return a OffsetTime value @throws IllegalStateException if this RawTime does not have time zone
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawTime.java:291
↓ 4 callersMethodtoQuotedCharEscape
Format a char to a printable escape if necessary as it would appear (quoted) in Java source code. This is a replacement for Text.printableChar(). @p
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1191
↓ 4 callersMethodtoSqlTime
Create a JDBC Time from the raw time information. Note that the JDBC Time does not include second, nano or timezone information. @return a JDBC Time
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawTime.java:310
↓ 4 callersMethodtoSqlTimestamp
Create a JDBC Timestamp from the raw date/time information. Note that the JDBC Timestamp does not contain timezone information. @return a JDBC Timest
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDateTime.java:192
↓ 4 callersMethodtoString
Produce a human-readable string describing the byte code. @return a string describing the byte code
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Op.java:1582
↓ 4 callersMethodtoString
Provide a human-readable description of the property. @return a string describing the property
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:7278
↓ 4 callersMethodtoString
Provide a human-readable description of this {@code UniversalExtractor} object. @return a human-readable description of this {@code UniversalExtracto
prj/coherence-core/src/main/java/com/tangosol/util/extractor/UniversalExtractor.java:278
↓ 4 callersMethodtoString
Format the XML document and all its contained information into a String in a display format. Note that this overrides the contract of the toString me
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlDocument.java:114
↓ 4 callersMethodtoString
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/URL.java:546
↓ 4 callersMethodtoThreeDecimals
(double d)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/SimpleQueueStatistics.java:188
↓ 4 callersMethodtouch
Indicate to the entry that it has been touched, such as when it is accessed or modified.
prj/coherence-core/src/main/java/com/tangosol/net/cache/ConfigurableCacheMap.java:220
↓ 4 callersMethodtransform
Transform the specified MapEvent. The values contained by the returned MapEvent object will be the ones given (sent) to the corresponding listener. @
prj/coherence-core/src/main/java/com/tangosol/util/MapEventTransformer.java:44
↓ 4 callersMethodtranslateBit
Return an Id represented by the integer with the value of <code>nMask</code> located in the <code>nIndex</code> position of the integer array carrying
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:1900
↓ 4 callersMethodtranslateLevel
Translate the given Logger level to an equivalent object appropriate for the underlying logging mechanism.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/LogOutput.java:209
↓ 4 callersMethodtranslateTrint14
Convert a 14-bits unsigned integer ("trint14") to a long value. This guesses what the long value should be based on its proximity to the passed "curre
prj/coherence-core/src/main/java/com/tangosol/net/internal/Trint.java:54
↓ 4 callersMethodtryEvict
Attempt to call evict() when no one else is, to avoid contention on opportunistic attempts at evicting.
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:1608
↓ 4 callersMethodtryEvict
Attempt to call evict() when no one else is, to avoid contention on opportunistic attempts at evicting.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:551
↓ 4 callersMethodtryLock
Attempt to acquire a lock while still respecting the calling thread's {@link Timeout timeout}. @param lock the lock to acquire @param time the maxi
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Blocking.java:187
↓ 4 callersMethodtryToRename
(String actualName, Class<?> declaringClass, Class<?> propertyType)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/RenamingPropertyNameResolver.java:70
↓ 4 callersMethodunderlying
@return this {@code JsonSerializer}'s configured {@link Genson} instance.
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/JsonSerializer.java:411
↓ 4 callersMethodunlock
Unlock this Status.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/Request.java:935
↓ 4 callersMethodunlockAllBuckets
Unlock everything.
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:1469
↓ 4 callersMethodunlockFile
Release an {@link #lockFile(File) exclusive lock} on a file. @param lock the {@link #lockFile(File) exclusive lock} to release
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:429
↓ 4 callersMethodunlockRead
Release read lock, and return {@code true} if successful. @param owner the lock owner to release the lock for @return {@code true} if the lock was
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ReadWriteLockHolder.java:255
↓ 4 callersMethodunmodifiable
Make this map unmodifiable. @return the unmodifiable instance of this map
prj/coherence-core/src/main/java/com/tangosol/internal/util/collection/PortableMap.java:95
↓ 4 callersMethodunpackBinary
Return a {@link BytesValue} from a {@link NamedCacheRequest} converted to a {@link Binary}. @param request the {@link NamedCacheRequest} to get the
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/cache/NamedCacheProxyProtocol.java:952
↓ 4 callersMethodunregisterEventDispatcher
Remove the specified {@link EventDispatcher} from the list of known EventDispatchers. @param dispatcher the EventDispatcher to be removed
prj/coherence-core/src/main/java/com/tangosol/net/events/EventDispatcherRegistry.java:39
↓ 4 callersMethodunregisterListeners
Unregister the back map listener for the specified keys. <p> Note: all the keys in the passed-in set must be locked and will be unlocked. @para
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:1800
↓ 4 callersMethodunsubscribe
Remove all subscriptions for the specified listener. @return a Set<LocalHolder> of removed holders associated with the specified listener
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/notificationHandler/LocalHandler.java:142
↓ 4 callersMethodupdate
(T property, Map<String, LinkedList<T>> map)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BaseBeanDescriptorProvider.java:255
↓ 4 callersMethodupdateBiFunctionProcessor
An entry processor factory that is used by {@code update} methods that accept {@link Remote.BiFunction} as an argument. @param updater the updater fu
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractRepositoryBase.java:225
↓ 4 callersMethodupdateChannelAllocations
Set the channel allocations for this subscription. @param strategy the {@link ChannelAllocationStrategy} to use
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PagedTopicSubscription.java:478
↓ 4 callersMethodupdateEntry
Update the specified entry using the specified updater and value. @param updater the updater to use @param entry the entry to update @param oValu
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMapHelper.java:633
↓ 4 callersMethodupdateExcludedKeys
Check the entry against the set of entries not included in the index and update the set if necessary. @param entry the entry to be checked @param
prj/coherence-core/src/main/java/com/tangosol/util/SimpleMapIndex.java:1045
↓ 4 callersMethodupdateFunctionProcessor
An entry processor factory that is used by {@code update} methods that accept {@link Remote.Function} as an argument. @param updater the updater func
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractRepositoryBase.java:193
← previousnext →9,801–9,900 of 78,752, ranked by callers