MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 16 callersMethodhashCode
HashCode value is hashCode of non-null {@link ValueExtractor#getCanonicalName() canonical name}; otherwise, it is the hashCode of {@code sName} passed
prj/coherence-core/src/main/java/com/tangosol/util/extractor/UniversalExtractor.java:266
↓ 16 callersMethodheadBag
Returns a view of the portion of this bag whose elements are strictly less than <tt>toElement</tt>. The returned bag is backed by this bag, so change
prj/coherence-core/src/main/java/com/tangosol/util/SortedBag.java:259
↓ 16 callersMethodinvokeStatic
Invoke the specified static method using the passed arguments. @param clz the class to invoke the static method of @param sName the method na
prj/coherence-core/src/main/java/com/tangosol/util/ClassHelper.java:842
↓ 16 callersMethodisAllowed
Evaluate if the specified action is currently allowed by this policy. <p> Note: for forward compatibility, implementations should generally return
prj/coherence-core/src/main/java/com/tangosol/net/ActionPolicy.java:51
↓ 16 callersMethodisEnabled
Return true if executor trace logging is enabled; false otherwise. @return {@code true} if executor trace logging is enabled
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/internal/ExecutorTrace.java:33
↓ 16 callersMethodisEntry
Determine if the Block is marked as an Entry. @return true if and only if the type is ENTRY
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3881
↓ 16 callersMethodisPartitionedQueryCompatible
Determine whether the specified version is compatible with partitioned query changes. @return {@code true} if the specified version is compatible wit
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:2340
↓ 16 callersMethodisReadLocked
Queries if the read lock is held by any thread. This method is designed for use in monitoring system state, not for synchronization control. @return
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteReadWriteLock.java:1138
↓ 16 callersMethodisRetainConsumed
Returns {@code true} if this topic retains messages after they have been committed or {@code false} if messages are removed after all known subscriber
prj/coherence-core/src/main/java/com/tangosol/net/topic/TopicDependencies.java:70
↓ 16 callersMethodisSynthetic
()
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:2978
↓ 16 callersMethoditerate
Iterate the key-value pairs in the persistent store, applying the specified visitor to each key-value pair. @param visitor the visitor to apply
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistentStore.java:216
↓ 16 callersMethodlink
Link this block (either an Entry or free block) into the appropriate data structures (either the hash bucket or the free list.)
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:4350
↓ 16 callersMethodlogWarn
Log a warning (that can be easily scraped) that guardian errors (and stack traces) are expected. @param sTestName the name of the test @param fHeade
prj/test/functional/guardian/src/main/java/guardian/GuardianTests.java:1020
↓ 16 callersMethodmakePartitionSet
Instantiate a new full partition set.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:2904
↓ 16 callersMethodnewDaemonPool
Create a new DaemonPool. @param deps the configuration for the new DaemonPool @return a new, unstarted, fixed-size DaemonPool
prj/coherence-core/src/main/java/com/tangosol/internal/util/Daemons.java:33
↓ 16 callersMethodonException
Called to handle an unexpected exception. @param t the Throwable
prj/coherence-core/src/main/java/com/tangosol/persistence/SafePersistenceWrappers.java:437
↓ 16 callersMethodopenConnection
Returns a URLConnection object that represents a connection to the remote object referred to by the URL. A new connection is opened every time by call
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/URL.java:185
↓ 16 callersMethodpeek
Tests if the current token matches the passed token id and, if so, advances to the next token. @param id token id to peek for @return the current to
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Compiler.java:2677
↓ 16 callersMethodprimaryStrings
Enumerate the primary strings. Some of the enumerated primary strings may have been removed from the string map; if so, the get(String sPrimary) meth
prj/coherence-core/src/main/java/com/tangosol/util/StringMap.java:148
↓ 16 callersMethodprocessElement
Request the specified {@link XmlElement} to be processed with an appropriate {@link NamespaceHandler} known by the {@link ProcessingContext} or outer
prj/coherence-core/src/main/java/com/tangosol/config/xml/ProcessingContext.java:381
↓ 16 callersMethodreadAsUniformObject
Read a POF value in a uniform array/map as an Object. @param nType the type identifier of the value @return an Object value @throws IOException i
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:3721
↓ 16 callersMethodreadFloatArray
Read a <tt>float[]</tt> property from the POF stream. @param iProp the property index to read @return the <tt>float[]</tt> property value; may be n
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:285
↓ 16 callersMethodreadInt
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:116
↓ 16 callersMethodreadLong
Read a <tt>long</tt> property from the POF stream. @param iProp the property index to read @return the <tt>long</tt> property value, or zero if no
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:154
↓ 16 callersMethodreadSafeUTF
Read a variable-length encoded UTF packed String. The major differences between this implementation and DataInput is that this supports null String va
prj/coherence-core/src/main/java/com/tangosol/io/ReadBuffer.java:645
↓ 16 callersMethodscheduleDisconnect
Schedule a disconnect. @param eReason the reason for the disconnect
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1393
↓ 16 callersMethodscore
Scores multiple text segments against a query for relevance assessment. <p/> This endpoint accepts a scoring request containing a query and multiple t
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Scoring.java:101
↓ 16 callersMethodsetBackUpToDate
Specify that the value stored in the back Map is known to be up to date (not needing to be written to the back if evicted from the front). @param fUp
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:3793
↓ 16 callersMethodsetCacheId
Setter for property CacheId.<p> The corresponding cache id.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:843
↓ 16 callersMethodsetExpiryPolicyFactory
Set the {@link javax.cache.configuration.Factory} for the {@link javax.cache.expiry.ExpiryPolicy}. <p> If <code>null</code> is specified the default {
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/CoherenceBasedCompleteConfiguration.java:77
↓ 16 callersMethodsetLeftExpression
Set the "left" expression. @param left the "left" expression
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/BinaryExpression.java:108
↓ 16 callersMethodshutdown
Stop the Service. The default implementation of this method simply calls stop().
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:1979
↓ 16 callersMethodskipPackedInts
Skip the specified number of packed integers in the passed POF stream. @param in the BufferInput containing the POF stream @param c the number of
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1395
↓ 16 callersMethodstartServerDaemon
Start the cache server on a dedicated daemon thread, using default {@link ConfigurableCacheFactory}. This method is intended to be used within managed
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:315
↓ 16 callersMethodstorePasswordString
Returns the key store password. @return the key store password
prj/examples/guides/810-custom-access-controller/src/test/java/com/oracle/coherence/guides/security/KeyTool.java:644
↓ 16 callersMethodtransitionPartition
Update the analysis context to reflect the suggested transfer of the specified number of primary partitions between the specified members. @param iPa
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:3020
↓ 16 callersMethodunlock
Attempts to release this lock. <p>If the current thread is the holder of this lock then the hold count is decremented. If the hold count is now zero
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteLock.java:267
↓ 16 callersMethoduseClassMetadata
Indicates whether class metadata should be serialized and used during deserialization. @see com.oracle.coherence.io.json.genson.convert.ClassMetadata
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:625
↓ 16 callersMethodvalidateLoadArray
Validate that the given class and array length is permitted to be deserialized by consulting any associated ObjectInputFilters. @param clz the a
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:2677
↓ 16 callersMethodverifyPofSerialization
(Object testObject)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/util/collection/CollectionTest.java:191
↓ 16 callersMethodwaitForNoOrphans
Wait until the specified (partitioned) cache service has no orphaned partitions. @param service the partitioned cache
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractRollingRestartTest.java:328
↓ 16 callersMethodwithClassFile
Add the individual class file on the file system to import. @param fileName the name of the class file on the file system to import @return this {@
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/ClassFileSchemaSource.java:153
↓ 16 callersMethodwithConverterFactory
Registers converter factories. @param factory to register @return a reference to this builder.
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:344
↓ 16 callersMethodwrite
Write a checkpoint file containing live entry metadata. @param fileCheckpoint the target checkpoint file @param nFileNo checkpoint journ
prj/coherence-core/src/main/java/com/tangosol/io/journal2/CheckpointFile.java:64
↓ 16 callersMethodwriteDateTime
Write a <tt>Date</tt> property to the POF stream in ISO8601 format. <p> This method encodes the year, month, day, hour, minute, second and millisecond
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:618
↓ 16 callersMethodwriteDoubleArray
Write a <tt>double[]</tt> property to the POF stream. @param iProp the property index @param adfl the <tt>double[]</tt> property value to write @
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:460
↓ 16 callersMethodwriteToBuffer
(final char[] data, final int offset, final int length)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonWriter.java:583
↓ 15 callersMethodaddInternalValueDecoration
Decorate a specified value in the internal form with a specified decoration in the "normal" Object form. It's important to understand that applying th
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:198
↓ 15 callersMethodadvance
Advance to the next token and expect it to match the given string. If expectations are not met then throw an Exception. The token table's ignoringCas
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/OPScanner.java:283
↓ 15 callersMethodafter
Create a {@link ThreadDumpOnTimeoutRule} that times out after a specific number of seconds. @param nTimeout the timeout value @param units the {
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/junit/ThreadDumpOnTimeoutRule.java:154
↓ 15 callersMethodawaitAcquired
Wait for the permit acquired event. @param timeout the maximum amount of time to wait @return the global order of the permit acquired event
prj/test/functional/concurrent/src/main/java/concurrent/AbstractClusteredRemoteSemaphoreIT.java:878
↓ 15 callersMethodawaitWriteAcquired
Wait for the write lock acquired event. @param timeout the maximum amount of time to wait @return the global order of the write acquired event
prj/test/functional/concurrent/src/main/java/concurrent/locks/AbstractClusteredRemoteReadWriteLockIT.java:948
↓ 15 callersMethodbaseUrl
Returns the OCI base URL from configuration. @return the base URL for OCI API, or {@code null} if not configured
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/AbstractOciModelBuilder.java:127
↓ 15 callersMethodcalculateShallowSize
Calculate the approximate number of bytes required to store an instance of the given class and its non-static fields in memory. <p> The size calculati
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleMemoryCalculator.java:317
↓ 15 callersMethodcalculateUnits
Calculate cost for the specified element. @param binElement the element value (in serialized Binary form) to evaluate for unit cost @return an inte
prj/coherence-core/src/main/java/com/tangosol/net/topic/NamedTopic.java:258
↓ 15 callersMethodcardinality
Test of the {@link PartitionSet#cardinality}
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/partition/PartitionSetTest.java:476
↓ 15 callersMethodcheck
Debugging support: Validate the buffer's data structures, the hash buckets, free lists, etc. @param sDesc a description of what is going on when thi
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:1708
↓ 15 callersMethodcheckTime
Validate time information. @param nHour the hour number @param nMinute the minute number @param nSecond the second number @param nNano the na
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1794
↓ 15 callersMethodclear
Removes all the mappings from this map. The map will be empty after this operation completes. @return a {@link CompletableFuture} that is complete wh
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClientChannel.java:152
↓ 15 callersMethodclear
Clear a cache. @param request the {@link ClearRequest} to execute @param observer the {@link StreamObserver} to receive the response @see com.tan
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:107
↓ 15 callersMethodclearTestProps
()
prj/test/functional/cache/src/main/java/override/CacheConfigOverrideTests.java:86
↓ 15 callersMethodconvert
(Object o)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Converter.java:77
↓ 15 callersMethodconvertDown
Convert the {@link ByteString} data serialized in the request format to a {@link Binary} serialized in the cache's serialization format. @param suppl
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/RequestHolder.java:203
↓ 15 callersMethodcreateAndWrap
@param cSize @return a ByteBufferReadBuffer with cSize elements
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/MultiBufferReadBufferTest.java:628
↓ 15 callersMethodcreateInstance
Create an instance of GroupAggregator based on a specified method name(s) and an {@link com.tangosol.util.InvocableMap.EntryAggregator EntryAggregator
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/GroupAggregator.java:461
↓ 15 callersMethodcreateMessageHeader
Generate a message header.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:1611
↓ 15 callersMethodcreatePool
(int cTaskLimit)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:1335
↓ 15 callersMethodcreatePrimitives
()
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/convert/JsonDeserializationTest.java:651
↓ 15 callersMethodcreateStoreEntry
Create a STORE entry. <p> This method is retained for unit-test and parsing scenarios. @param bufKey the key @param bufValue the value @return
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalEntry.java:61
↓ 15 callersMethodencode
Encode and write a binary representation of the given Message to the given stream. <p> Using the passed Channel, the Codec has access to both the Mess
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Codec.java:43
↓ 15 callersMethodensureLease
Obtain a Lease for the specified resource. If the Lease doesn't exist a new Lease object will be created @param oKey the resource key @return the
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:608
↓ 15 callersMethodensureReady
Block the calling thread until the store is either ready to accept requests or the store has been closed. @throws PersistenceException if the store h
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:1954
↓ 15 callersMethodentrySet
Create an {@link EntrySetRequest}. @param scope the scope name to use to obtain the cache from. @param cacheName the name of the cache @param f
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:410
↓ 15 callersMethoderr
Log the passed message to standard error. @param sMsg the message to be written
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/AbstractOsgiTest.java:97
↓ 15 callersMethodexclude
(String field)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:542
↓ 15 callersMethodexpand
(Type type, Class<?> inClass)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/TypeUtil.java:238
↓ 15 callersMethodextract
Extract the delta for a resource using the resulting resource and the base
prj/coherence-core/src/main/java/com/tangosol/dev/component/ChainStorage.java:849
↓ 15 callersMethodfindChild
Find the Term amoungst the children whose functor equals the given functor. @param sFunctor the functor to search for @return the found Term or nul
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/Term.java:158
↓ 15 callersMethodformat
Decorate the specified message with the class, method and cache name info. @param sMessage the raw message @param iStackDepth index of the actua
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSplittingBackingMap.java:661
↓ 15 callersMethodfromByteString
Deserialize the bytes in the {@link ByteString}. @param byteString the {@link ByteString} containing the serialized value @param serializer the {@lin
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/BaseGrpcIT.java:299
↓ 15 callersMethodget
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalBackingMap.java:54
↓ 15 callersMethodgetAccessor
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:3518
↓ 15 callersMethodgetAdded
Determine what items were added to the delta set. @return an immutable set of added items
prj/coherence-core/src/main/java/com/tangosol/util/DeltaSet.java:72
↓ 15 callersMethodgetBackMap
Returns the back 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:855
↓ 15 callersMethodgetBackupMap
Getter for property BackupMap.<p> The map of resource backups maintaned by this storage with keys and values being Binary objects. @see #ResourceMap
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3485
↓ 15 callersMethodgetBaseMap
Return the base map, which contains this TransactionMap's committed data. @return the ConcurrentMap serving as a base for this TransactionMap.
prj/coherence-core/src/main/java/com/tangosol/util/TransactionMap.java:87
↓ 15 callersMethodgetBehavior
Get the list of behavior signatures within this Component Definition. @return an array of behavior signatures
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:6316
↓ 15 callersMethodgetBytes
Return the Class File byte array. @return the Class File byte array
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/ClassDefinition.java:103
↓ 15 callersMethodgetCacheEntry
Locate a cache Entry in the cache based on its key. @param oKey the key object to search for @return the Entry or null
prj/coherence-core/src/main/java/com/tangosol/net/cache/ConfigurableCacheMap.java:207
↓ 15 callersMethodgetClass
Return class for the specified class name; null if not found. @param sClass the class name @return the class for the specified class name
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:7062
↓ 15 callersMethodgetClusterTime
Getter for property ClusterTime.<p> Returns the current "cluster time", which is analogous to the Base.getSafeTimeMillis() except that the cluster tim
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1307
↓ 15 callersMethodgetCurrentTimeMillis
Return the current {@link Base#getSafeTimeMillis() safe time} or {@link Base#getLastSafeTimeMillis last safe time} depending on the optimization flag.
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:2224
↓ 15 callersMethodgetDependencies
Return the SocketProvider's dependencies. @return the dependencies
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SSLSocketProvider.java:216
↓ 15 callersMethodgetDispatcher
Return the {@link PartitionedCacheDispatcher} this event was raised by. @return the {@code PartitionedCacheDispatcher} this event was raised by
prj/coherence-core/src/main/java/com/tangosol/net/events/partition/cache/Event.java:30
↓ 15 callersMethodgetEntries
Return a map of cache names and associated set of read-only {@link BinaryEntry entries} encapsulated in this {@link TransferEvent}. The returned map a
prj/coherence-core/src/main/java/com/tangosol/net/events/partition/TransferEvent.java:71
↓ 15 callersMethodgetEntryLen
Return full entry length including padding. @return full entry length
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalEntry.java:333
↓ 15 callersMethodgetExpiry
Return the number of milliseconds remaining before the specified entry is scheduled to expire. If the {@link #expire(long)} method has been called, t
prj/coherence-core/src/main/java/com/tangosol/util/BinaryEntry.java:193
↓ 15 callersMethodgetExpiryDelay
Determine the default "time to live" for each individual cache entry. @return the number of milliseconds that a cache entry value will live,
prj/coherence-core/src/main/java/com/tangosol/net/cache/ConfigurableCacheMap.java:172
↓ 15 callersMethodgetExtractor
Obtain the ValueExtractor for the column. @return the ValueExtractor
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/locator/ColumnLocator.java:104
↓ 15 callersMethodgetFifteenMinuteRate
The fifteen-minute rate, in units of TPS. @return fifteen-minute rate, in units of TPS
prj/coherence-core/src/main/java/com/tangosol/net/metrics/Rates.java:48
← previousnext →2,501–2,600 of 78,752, ranked by callers