MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 3 callersMethodlength
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/AbstractWriteBuffer.java:123
↓ 3 callersMethodlessEqual
Return a filter that tests if the extracted value is less than or equal to the specified value. @param extractor the ValueExtractor to use @param va
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:282
↓ 3 callersMethodlistIterator
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:1696
↓ 3 callersMethodlistOpen
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:252
↓ 3 callersMethodlistOpen
Return the identifiers of PersistentStores that are currently open. @return a list of the open store identifiers
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceManager.java:187
↓ 3 callersMethodlistSnapshots
A helper method to call the static {@link PersistenceTestHelper#listSnapshots(String)} method. This allows us to use this method in Eventually.assertT
prj/test/functional/topics/src/main/java/topics/AbstractSimplePersistenceTopicTests.java:751
↓ 3 callersMethodlistSnapshots
A helper method to call the static {@link PersistenceTestHelper#listSnapshots(String)} method. This allows us to use this method in Eventually.assertT
prj/test/functional/persistence/src/main/java/persistence/AbstractSimplePersistenceTests.java:2064
↓ 3 callersMethodlistStoresInternal
List the stores for a given snapshot. @param sSnapshot the snapshot name to list stores for @return a {@link String}[] of store names
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:227
↓ 3 callersMethodload
Parse the supplied XML and return the corresponding SocketOptions. @param xml the xml configuration @return the options, or null if none were ident
prj/coherence-core/src/main/java/com/tangosol/net/SocketOptions.java:206
↓ 3 callersMethodload
Return the entry associated with the specified key, or null if the key does not have an associated value in the underlying store. <p> Same as {@link C
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:5553
↓ 3 callersMethodload
(Long key)
prj/test/functional/cdi-server/src/main/java/cdi/server/CdiNamespaceHandlerIT.java:454
↓ 3 callersMethodloadAll
Indicates to the cache that it should load data from its loader to fill the cache; this is sometimes referred to as "pre-loading" or "warming" a cache
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:931
↓ 3 callersMethodloadCustomersToDB
()
prj/examples/guides/195-bulk-loading-caches/src/test/java/com/oracle/coherence/guides/preload/AbstractPreloadIT.java:70
↓ 3 callersMethodloadDataset
()
prj/test/functional/persistence/src/main/java/persistence/UnifiedPersistenceMigrationDemoHelper.java:224
↓ 3 callersMethodloadElementValue
(DataInput stream, ConstantPool pool)
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Annotation.java:316
↓ 3 callersMethodloadFile
Provide the contents of the specified item as a data input stream. @param nType the enumerated item type @param sName the name of the item, potenti
prj/coherence-core/src/main/java/com/tangosol/dev/component/ArchivedStorage.java:407
↓ 3 callersMethodloadJsonObject
Load a file named 'sName'.json from test/resources/json and return as a {@link JsonObject} @param sName the name of the file to load @return the co
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/AbstractSerializerTest.java:497
↓ 3 callersMethodloadOriginalClass
Load the original (before any customization takes place) Java Class. @param sName fully qualified Java Class name @return the specified Class struc
prj/coherence-core/src/main/java/com/tangosol/dev/component/Loader.java:64
↓ 3 callersMethodloadResource
Load the configuration from a resource. @param sName the name of the resource @param sDescr a description of the resource being loaded (e.g.
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:268
↓ 3 callersMethodlocalEntrySet
(com.tangosol.util.Filter filter)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/ViewMap.java:1706
↓ 3 callersMethodlock
Lock this batch in order to mutate its state.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/BufferedSocketBus.java:2360
↓ 3 callersMethodlock
Acquire an exclusive lock iff the provided MBean is a responsibility MBean. @param oname the ObjectName that exclusive access is required
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Local.java:515
↓ 3 callersMethodlogException
Helper to log ignored exceptions. @param e the throwable object @param sMethod the calling method name
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:1480
↓ 3 callersMethodlogHeader
Output a header to the tabular log.
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:1606
↓ 3 callersMethodlogMetrics
(String sPhase)
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/DaemonPoolSmokeBenchmark.java:330
↓ 3 callersMethodlogMetrics
(String sPhase)
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/DaemonPoolDirectBenchmark.java:263
↓ 3 callersMethodlogProtocolWarning
Periodically log a warning when connections are made using an unrecognized protocol. @param addr the source address of the connection @param statu
prj/coherence-core/src/main/java/com/tangosol/net/TcpDatagramSocket.java:1504
↓ 3 callersMethodlogRequestTime
Add to the total request time. @param ltdStartTime the start of the request
prj/coherence-core/src/main/java/com/tangosol/coherence/http/AbstractGenericHttpServer.java:227
↓ 3 callersMethodlogStatusCount
Add to the total of status codes. @param nStatusCode the status code to add
prj/coherence-core/src/main/java/com/tangosol/coherence/http/AbstractGenericHttpServer.java:245
↓ 3 callersMethodlogTopicMBeanStats
Log Topic MBean statistics for debug purposes @param topic topic to get statistics for @throws MalformedObjectNameException
prj/test/functional/topics/src/main/java/topics/PersistenceTestHelper.java:497
↓ 3 callersMethodloginJAAS
Login using JAAS. @param sUser the user name @param sPassword the password @return the authenticated subject
prj/test/functional/security/src/main/java/security/ExtendSecurityTests.java:344
↓ 3 callersMethodlookupProxyServiceAddress
Obtains the connect address of the ProxyService from a remote NameService.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteService.java:777
↓ 3 callersMethodlookupRaw
(String sName)
prj/coherence-discovery/src/main/java/com/tangosol/discovery/Connection.java:107
↓ 3 callersMethodlookupURL
Return a collection of URLs for the specified named endpoint, <code>sName</code>, for target cluster. <p> <b><code>sName</code> suffix options:</b> <u
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:325
↓ 3 callersMethodmaintainEnvironment
Perform any necessary maintenance of the underlying environment.
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceManager.java:301
↓ 3 callersMethodmakeExtractor
(Object oLeft, Object oRight)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/dslquery/operator/BaseOperatorTest.java:240
↓ 3 callersMethodmakeFilter
(Object oLeft, Object oRight)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/operator/LikeOperator.java:46
↓ 3 callersMethodmakeFilter
(Term termLeft, Term termRight, TermWalker walker)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/operator/EqualsOperator.java:52
↓ 3 callersMethodmakeMBeanName
Create a name for the MBean representing this strategy. <p> The name must be globally unique, but not contain the <tt>nodeId</tt> property. This allow
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:1838
↓ 3 callersMethodmakeNode
Return a Node for the specified value. @param value the value @param lPosition the value's position within the pile @return the node
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/ConcurrentAssociationPile.java:177
↓ 3 callersMethodmakeParamName
Generate a parameter name for a property accessor. @param type the property type @param sPropName the property name @return the parameter nam
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3770
↓ 3 callersMethodmakePersistentStoreIncompatible
(String sId)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/AbstractPersistenceManagerTest.java:103
↓ 3 callersMethodmapPageToPartition
Map the specified page id to its partition @param nChannel the channel @param lPage the page @return the partition
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Page.java:558
↓ 3 callersMethodmark
Marks the current position and returns it as a token. @return the current token
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ScriptParser.java:986
↓ 3 callersMethodmarkDeleted
Marks an item ID as deleted. @param index reference; @param id label. @return a result code.
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Hnswlib.java:248
↓ 3 callersMethodmarkFileDeleteOnExit
Mark the file for delete on exit. If it is a directory then also mark all of its descendant directories and files. @param sFile the file or directo
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestHelper.java:115
↓ 3 callersMethodmatches
(Object item)
prj/test/functional/events/src/main/java/events/common/AbstractTestInterceptor.java:565
↓ 3 callersMethodmatches
Returns {@code true} if the two child lists contain matching nodes. @param listOne the first child list @param listTwo the second child list @retu
prj/test/functional/tracing/opentelemetry/core/src/main/java/opentelemetry/core/TestingUtils.java:569
↓ 3 callersMethodmaxBy
Returns a {@code Collector} that produces the maximal element according to a given {@code Comparable} attribute, described as an {@code Optional<T>}.
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:466
↓ 3 callersMethodmd5
Calculate MD5 digest for a given string. @param s the string to calculate digest for @return MD5 digest for the specified input
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/ClassIdentity.java:213
↓ 3 callersMethodmemberStateMap
(MemberState stateOne, MemberState stateTwo)
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:400
↓ 3 callersMethodmerge
Merge the information in the "when true" and "when false" sets.
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/DualSet.java:205
↓ 3 callersMethodmerge
Merge a free block with any free blocks that it borders.
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:4535
↓ 3 callersMethodmerge
(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableSortedMap.java:271
↓ 3 callersMethodmergeEvents
Merge two events that have been raised in sequence from a given map. @param evtOld the first event @param evtNew the second event @return the merg
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:2314
↓ 3 callersMethodmergeLongArray
Merge two long arrays. @param al1 first array to merge @param al2 second array to merge @return merged array
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2675
↓ 3 callersMethodmergePartialResults
Merges partial results into a single result array. @return merged result array
prj/coherence-core/src/main/java/com/tangosol/internal/util/QueryResult.java:329
↓ 3 callersMethodmetricTag
Set whether the attribute is a metric tag. @param fTag {@code true} if the attribute is a metric tag @return this builder
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/model/SimpleModelAttribute.java:402
↓ 3 callersMethodmigrate
Migrate this bus connection to a new socket connection. @param eReason optional exception describing why current connection needs to be replaced
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:2175
↓ 3 callersMethodmin
Return the minimum versions for the provided two partition versioned data structures. @param versionsLHS the first partition versioned object @param
prj/coherence-core/src/main/java/com/tangosol/util/MapListenerSupport.java:1128
↓ 3 callersMethodmissingArguments
Report error and display the command-line instructions.
prj/coherence-discovery/src/main/java/com/tangosol/discovery/PingRequest.java:189
↓ 3 callersMethodmockBMM
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/partition/ObservableSplittingBackingCacheTest.java:221
↓ 3 callersMethodmockPartitionedService
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/CachePersistenceHelperTest.java:312
↓ 3 callersMethodmodelName
Returns the model name. @return the model name or default if not set
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/OciGenAiEmbeddingModel.java:278
↓ 3 callersMethodmodifyValue
Associate the passed value with the specified key, optionally performing the operation only if the value currently associated with the key matches the
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:468
↓ 3 callersMethodmoveExtentStateInternal
Move an extent directory and retained in-memory state without persisting the extent-id set. @param lOldExtentId the source extent identifier @param
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:946
↓ 3 callersMethodmoveFile
Move the specified file to the specified destination path. @param fileFrom the file to move @param fileTo the destination path @throws IOExcepti
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:364
↓ 3 callersMethodnewClient
(String sScope, String sCacheName, String sFormat, Serializer serializer)
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/ServerHelper.java:146
↓ 3 callersMethodnewIdentifier
Construct a new identifier OPToken instance with the given id. @param sValue string representation of the literal @return the token of some appropr
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/TokenTable.java:228
↓ 3 callersMethodnewJournal
(long cbMaxFile)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/io/journal2/JournalUtilsTest.java:399
↓ 3 callersMethodnewTracingSpan
(String sStage, Object op)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:1339
↓ 3 callersMethodnewWorkingCandidateSet
()
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/filter/FilterIndexStrategyBenchmark.java:189
↓ 3 callersMethodnext
Returns the next element of this Iterator. @return the next element in the Iterator
prj/coherence-core/src/main/java/com/tangosol/util/Dequeue.java:96
↓ 3 callersMethodnext
()
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/util/FilteringIterator.java:79
↓ 3 callersMethodnextEntry
The common parts of next() across different types of iterators
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/WeakIdentityHashMap.java:724
↓ 3 callersMethodnextKey
()
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/DaemonPoolSmokeBenchmark.java:217
↓ 3 callersMethodnextPage
Return a poll next page {@link QueuePollResult}. @return a poll next page {@link QueuePollResult}
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/model/QueuePollResult.java:149
↓ 3 callersMethodnextPage
Obtain a new page of objects to be used by the enclosing PagedIterator. @return a Collection of objects or null if the Advancer is exhausted
prj/coherence-core/src/main/java/com/tangosol/util/PagedIterator.java:122
↓ 3 callersMethodnextVersion
Return the next version by progressing this iterator to the next element in this Iterator. @return the next version
prj/coherence-core/src/main/java/com/tangosol/net/partition/VersionedPartitions.java:101
↓ 3 callersMethodnone
Return an OrderBy that will enforce no specific ordering between {@link #publish sent values} allowing for the greatest level of parallelism. @return
prj/coherence-core/src/main/java/com/tangosol/net/topic/Publisher.java:534
↓ 3 callersMethodnormalizeKey
Normalize the specified key to the format that matches the events fired by the NamedCacheProxy. @param oKey the key to normalize @return a normaliz
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/proxy/MapListenerProxy.java:586
↓ 3 callersMethodnotAssignable
Error: Expression is not a variable. @param errlist the error list to log errors to @exception CompilerException thrown if an error occurs that s
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Expression.java:1748
↓ 3 callersMethodnotePos
Note the offset within the underlying Reader
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/base/BaseTokenScanner.java:639
↓ 3 callersMethodnotificationIdFromId
Parse a subscriber notification identifier from a subscriber identifier. @param nId the subscriber identifier @return te notification identifier pa
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/SubscriberId.java:275
↓ 3 callersMethodnud
(OPParser parser)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/token/SQLDeleteOPToken.java:44
↓ 3 callersMethodnullOption
A null implementation of an {@link Option}. @return a null implementation of an {@link Option}. @param <V> the type of the value on the topic @param
prj/coherence-core/src/main/java/com/tangosol/net/topic/Subscriber.java:1381
↓ 3 callersMethodociCompartmentId
Returns the OCI compartment ID from configuration. @return the compartment ID where OCI GenAI models are deployed @throws ConfigException if the com
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/OciModelProvider.java:172
↓ 3 callersMethodof
Create a new {@link RecoverySummary}. @param sText operator-facing summary text @param ldtTimestamp wall-clock timestamp in millisecon
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/RecoverySummary.java:53
↓ 3 callersMethodof
Obtains a {@link Description} based on the provided argument. @param sDescription the description @return a {@link Description}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/options/Description.java:77
↓ 3 callersMethodoffer
(E e)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/BaseNamedMapQueue.java:185
↓ 3 callersMethodoffer
(Binary e)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/BaseBinaryNamedMapQueue.java:186
↓ 3 callersMethodofferToHeadInternal
(E e, long nTTL)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/SimpleNamedMapDeque.java:285
↓ 3 callersMethodofferToHeadInternal
(Binary e, long nTTL)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/BinaryNamedMapDeque.java:311
↓ 3 callersMethodofferToPageTail
Offer a {@link List} of elements to the tail of the {@link Page} held in the specified entry, creating the {@link Page} if required. @param entry
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicPartition.java:246
↓ 3 callersMethodofferToTailInternal
(E e, long nTTL)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/BaseNamedMapQueue.java:289
↓ 3 callersMethodonAddElement
Called each time an element is added to the queue.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/ConcurrentQueue.java:480
↓ 3 callersMethodonBackingMapEvent
Called on the service thread, daemon pool thread or a write-behind thread. Note that the caller is quite probably holding a synchronization monitor fo
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:6468
↓ 3 callersMethodonChannelAllocation
(SortedSet<Integer> setChannel, boolean fLost)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:2721
↓ 3 callersMethodonChannelPopulatedNotification
Notification that one or more channels that were empty now have content. @param anChannel the non-empty channels
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:2069
↓ 3 callersMethodonComplete
Invoked by a {@link Coordinator} when it is known that no additional {@link Subscriber} method invocations will occur or has already been terminated b
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:603
← previousnext →12,001–12,100 of 78,752, ranked by callers