MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethodcontainsAny
Return a filter that tests if the extracted collection contains any of the specified values. @param extractor the ValueExtractor to use @param setVa
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:479
↓ 2 callersMethodcontainsElement
Return true if the specified {@link String} element exists in the provided {@link String}[]. @param asString the array to look through @param sEleme
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:388
↓ 2 callersMethodcontainsIgnoreCase
(String s, String[] list)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/token/SQLOPToken.java:90
↓ 2 callersMethodcontainsKey
Returns <tt>true</tt> if this map contains a mapping for the specified key. @param oKey key whose presence in this map is to be tested @return <tt>t
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:332
↓ 2 callersMethodcontainsKey
Returns <tt>true</tt> if this map contains a mapping for the specified key. @return <tt>true</tt> if this map contains a mapping for the specified
prj/coherence-core/src/main/java/com/tangosol/util/AbstractKeyBasedMap.java:70
↓ 2 callersMethodcontainsKey
Returns <tt>true</tt> if this map contains a mapping for the specified key. <p> This method is not synchronized; it returns true if the map contains t
prj/coherence-core/src/main/java/com/tangosol/util/SafeHashMap.java:151
↓ 2 callersMethodcontainsKey
(Object oKey)
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:167
↓ 2 callersMethodcontainsKey
(Object key)
prj/coherence-core/src/main/java/com/tangosol/util/SetMap.java:94
↓ 2 callersMethodcontainsKey
(Object key)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClient.java:140
↓ 2 callersMethodcontainsValue
(Object value)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClient.java:147
↓ 2 callersMethodcontendForSegment
Wait for a segment to be unlocked. @param nSegment the segment-lock to be waited for
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:1399
↓ 2 callersMethodcontext
(String sName, String... asRole)
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/api/KbTest.java:433
↓ 2 callersMethodcontextWithScheme
(String sScheme, String sName, String... asRole)
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/api/KbTest.java:438
↓ 2 callersMethodconvertArray
Convert the contents of the passed array. The conversion is done "in place" in the passed array. <p> This helper method is intended to support the fun
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:611
↓ 2 callersMethodconvertCollectionToMap
Convert a Collection into a Map. @param coll a collection @return a Map keyed by the objects in the Collection with a corresponding value b
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:1365
↓ 2 callersMethodconvertMap
Convert each key and value in the specified map into a {@link Nullable}. @param map the map to convert @return the converted map @param <K> the t
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableSortedMap.java:456
↓ 2 callersMethodconvertMap
Convert each key and value in the specified map into a {@link Nullable}. @param map the map to convert @return the converted map @param <K> the t
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableConcurrentMap.java:301
↓ 2 callersMethodconvertObjectName
Convert an query key into a group by key. @param oKey an ObjectName key @return a group by key based on the select key
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/DataSource.java:279
↓ 2 callersMethodconvertToObjectNames
Convert the set string representations of {@link ObjectName}. @param setObjectNames the set of object names(string objects) @return the set of {@li
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:1736
↓ 2 callersMethodconvertValueFromInternal
(Binary binValue)
prj/coherence-core/src/main/java/com/tangosol/net/internal/SessionLocalBackingMap.java:264
↓ 2 callersMethodcopy
Creates a copy of the provided bytes within the specified bounds. @param abSrc source bytes @param cbOff offset within source bytes @param cbLen numb
prj/coherence-http-netty/src/main/java/com/tangosol/coherence/http/netty/NettyHttpServer.java:1676
↓ 2 callersMethodcopyBufferInputRemainder
Read the remaining contents of the specified BufferInput and write it to the specified offset within this buffer. @param ofDest the offset within th
prj/coherence-core/src/main/java/com/tangosol/io/AbstractWriteBuffer.java:296
↓ 2 callersMethodcopyDirectory
(String testProjectFolder, String destinationDirectoryLocation)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/CoherencePluginTests.java:708
↓ 2 callersMethodcopyFile
Copy source file to target location. If {@code prompt} is true then prompt user to overwrite target if it exists. The {@code preserve} parameter deter
prj/plugins/maven/pof-maven-plugin/src/test/java/com/oracle/coherence/maven/pof/Copy.java:47
↓ 2 callersMethodcopyFrom
(com.tangosol.coherence.component.net.MemberSet setMembers)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/LiteSingleMemberSet.java:228
↓ 2 callersMethodcopyFromOriginal
Copy region from the original value into the output buffer. @param out output buffer to copy bytes into @param of offset of the region to copy wit
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/AbstractPofValue.java:1127
↓ 2 callersMethodcopyJarFileToTempDirectory
(String resourceLocation)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofIndexerTest.java:181
↓ 2 callersMethodcopyMetadata
Copy the metadata file from one directory to another. @param fileDirFrom the directory to copy from @param fileDirTo the directory to copy to @t
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:856
↓ 2 callersMethodcopyOnRemove
Create a new array from an old one by removing the specified element.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:784
↓ 2 callersMethodcopyStream
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/DelegatingWriteBuffer.java:258
↓ 2 callersMethodcopyTemplatedFile
(File template, File destination, Object... templateVariables)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/support/TestUtils.java:135
↓ 2 callersMethodcopyValue
Copy a value, used by the copy constructor to copy the value from the original Property. @param oThat the value to be copied @return the copied valu
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:661
↓ 2 callersMethodcorruptFile
Corrupt a file by writing some bytes. @param file the file to corrupt @throws IOException
prj/test/functional/persistence/src/main/java/persistence/AbstractSnapshotAnalyzerTests.java:351
↓ 2 callersMethodcosine
Returns the cosine similarity between the two vectors. @throws IllegalArgumentException if the vectors' dimensions differ.
prj/coherence-vector-util/src/main/java/com/tangosol/internal/lucene/util/VectorUtil.java:88
↓ 2 callersMethodcosine
Returns the cosine similarity between the two vectors.
prj/coherence-vector-util/src/main/java/com/tangosol/internal/lucene/vectorization/VectorUtilSupport.java:33
↓ 2 callersMethodcouldNotDeserialize
(Throwable e)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/PropertyMutator.java:64
↓ 2 callersMethodcount
Determines the number of a {@link Executor}s whose {@link ExecutionPlan.Action}s satisfy the specified {@link Predicate} in the {@link ExecutionPlan}.
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ExecutionPlan.java:77
↓ 2 callersMethodcountListeners
(CoherenceCluster cluster, String sMBeanName)
prj/test/functional/jmx/src/main/java/jmx/MBeanServerProxyNotificationFailureTests.java:161
↓ 2 callersMethodcqcBetween_helper
Test of CQC with a range filter.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/ContinuousQueryCacheTest.java:559
↓ 2 callersMethodcrawlForwardToNext
Advances the internal state of the crawler forward towards the next element to be returned.
prj/coherence-core/src/main/java/com/tangosol/util/AbstractSparseArray.java:1293
↓ 2 callersMethodcrawlReverseToNext
Advances the internal state of the crawler backward towards the next element to be returned.
prj/coherence-core/src/main/java/com/tangosol/util/AbstractSparseArray.java:1349
↓ 2 callersMethodcreate
Return a singleton instance of <tt>RestConfig</tt> based on the REST configuration descriptor. <p> NOTE: The default REST configuration descriptor <tt
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/config/RestConfig.java:81
↓ 2 callersMethodcreate
()
prj/test/functional/persistence/src/main/java/persistence/JournalVsBdbComparisonTests.java:1201
↓ 2 callersMethodcreate
Creates a scoring model with automatic download if needed. @param name the model name to create @return the configured scoring model
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/model/LocalOnnxScoringModel.java:128
↓ 2 callersMethodcreate
Create the LocalHoler for the specified (listener, filter, handback) tuple.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/listenerHolder/LocalHolder.java:134
↓ 2 callersMethodcreateAcceptorDeps
Parse the Acceptor XML and return an AcceptorDependencies object. @param xml the Acceptor XML @param ctx the operational context @param loade
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/LegacyXmlAcceptorHelper.java:58
↓ 2 callersMethodcreateAddressProvider
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/LocalAddressProviderBuilder.java:148
↓ 2 callersMethodcreateAddressProvider
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ListBasedAddressProviderBuilder.java:60
↓ 2 callersMethodcreateBaseBeanDescriptorProvider
()
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/reflect/BeanDescriptorTest.java:228
↓ 2 callersMethodcreateBinary
(int i)
prj/test/functional/filter/src/main/java/filter/MiscTests.java:305
↓ 2 callersMethodcreateBinaryStore
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/bdb/BerkeleyDBBinaryStoreManager.java:172
↓ 2 callersMethodcreateCACert
Create a self-signed CA cert. @param fileParent the build target directory below which the certificate directory will be created @param sName
prj/examples/guides/810-custom-access-controller/src/test/java/com/oracle/coherence/guides/security/KeyTool.java:99
↓ 2 callersMethodcreateCache
(String sJCacheName, C cfgJCache)
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/CoherenceBasedCacheManager.java:219
↓ 2 callersMethodcreateCacheServerOptions
Create options to start cache servers. @param clusterPort cluster port @param proxyPort proxy port @param socketProvider socket provider t
prj/examples/guides/210-ssl/src/test/java/com/oracle/coherence/guides/ssl/AbstractSSLExampleTest.java:155
↓ 2 callersMethodcreateCacheServerOptions
(int clusterPort, String testName, int memberId)
prj/examples/guides/142-server-events/src/test/java/com/oracle/coherence/guides/serverevents/AbstractEventsTest.java:107
↓ 2 callersMethodcreateCacheServerOptions
(String clusterName, int clusterPort, int federati
prj/examples/guides/200-federation/src/test/java/com/oracle/coherence/guides/federation/FederationExampleTest.java:119
↓ 2 callersMethodcreateCallable
(ConfigurableCacheFactory ccf, String sCacheNa
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/BaseGrpcServiceImpl.java:301
↓ 2 callersMethodcreateChannel
Create a topic channel instance. @param subscriber the {@link ConnectedSubscriber} @param nChannel the identifier for the channel to create @ret
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:78
↓ 2 callersMethodcreateChannelInternal
The createChannel() implementation method. This method is called on the service thread. @see com.tangosol.net.messaging.Connection#createChannel
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Connection.java:679
↓ 2 callersMethodcreateCheckpointedStore
Create a store with a forced checkpoint and close it so the next open performs checkpoint-backed recovery. @param binKey key to store @param binVa
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalRecoveryEventTest.java:175
↓ 2 callersMethodcreateClassPathExcludingTestClasses
Return a class path that does not include any of the test classes. @return a class path that does not include any of the test classes
prj/test/functional/io/src/main/java/lambda/AbstractRemoteFunctionTests.java:259
↓ 2 callersMethodcreateClient
Create a new HTTP client. @return a new HTTP client
prj/test/functional/rest/src/main/java/rest/AbstractRestTests.java:1757
↓ 2 callersMethodcreateCommonExecutionContext
Create a new {@link ExecutionContext}. The following properties will be set on the returned context: <ul> <li>silent mode is enabled</li> <li>
prj/coherence-core/src/main/java/com/tangosol/util/QueryHelper.java:416
↓ 2 callersMethodcreateCommonTokens
There are three token tables in CohQL, the one used to build {@link com.tangosol.util.Filter} instances, the standard CohQL table and the extended Coh
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/CoherenceQueryLanguage.java:282
↓ 2 callersMethodcreateComparator
Create extractor comparator. @param sExpr expression used to create expression extractor @return comparator that will evaluate given expression whe
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/ComparatorBuilder.java:133
↓ 2 callersMethodcreateCompositeMetric
Create a MBean metric wrapping a value from a {@link CompositeData} attribute. @param sMBeanName the MBean name @param sMetricName the metric
prj/coherence-core/src/main/java/com/tangosol/internal/metrics/MetricSupport.java:775
↓ 2 callersMethodcreateConverter
(DateTimeConverterOptions options)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/datetime/JavaDateTimeBundle.java:285
↓ 2 callersMethodcreateConverterEvent
Create a lazily deserializing MapEvent. @param binEntry (optional) allows to re-use already deserialized values if the indexing is on
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:2008
↓ 2 callersMethodcreateDefaultSuffix
Create a default random suffix. @return a default random suffix
prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/TopicPublisher.java:204
↓ 2 callersMethodcreateDelegate
()
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/ScriptAggregator.java:167
↓ 2 callersMethodcreateEmbeddingStore
Creates an embedding store instance for vector operations. <p/> This method creates a Coherence-based embedding store that provides vector similarity
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Store.java:930
↓ 2 callersMethodcreateEntryAdvancer
Create a {@link PagedIterator.Advancer} to use to iterate over the cache contents. @return a {@link PagedIterator.Advancer} to use to iterate over th
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/AsyncNamedCacheClient.java:593
↓ 2 callersMethodcreateException
Create a {@link RequestIncompleteException} from an {@link ErrorMessage}. @param error the {@link ErrorMessage} @param serializer the {@link S
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/ErrorsHelper.java:148
↓ 2 callersMethodcreateExtractor
Creates a ValueExtractor for the specified index configuration. <p/> This helper method creates the appropriate index extractor based on the index typ
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Store.java:444
↓ 2 callersMethodcreateExtractors
Parse a dot-delimited sequence of method names and instantiate a corresponding array of {@link ReflectionExtractor} objects. @param sName a dot-deli
prj/coherence-core/src/main/java/com/tangosol/util/extractor/ChainedExtractor.java:268
↓ 2 callersMethodcreateFilter
Make a new Filter from the given string. @param s String in the Coherence Query Language representing an Filter. @return The constructed Filter.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/FilterFactory.java:39
↓ 2 callersMethodcreateFloat
Create new LiteralBaseToken representing a float with given value @param s the text of the literal @return a LiteralBaseToken for a Float
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/base/LiteralBaseToken.java:164
↓ 2 callersMethodcreateGateway
Create the Management gateway, associate with the specified Cluster object and bind it to a MBeanServer. There are seven different ways the Manageme
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:480
↓ 2 callersMethodcreateGenerator
(Writer writer)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/ext/jsr353/GensonJsonProvider.java:55
↓ 2 callersMethodcreateHttpClient
Create a new HTTP client. @param sUsername the name of the user associated with the client @return a new HTTP client
prj/test/functional/security/src/main/java/security/AbstractRestSecurityTests.java:124
↓ 2 callersMethodcreateHttpHeaders
(final MediaType mediaType)
prj/coherence-rest/src/test/java/com/tangosol/coherence/rest/EntryResourceTest.java:290
↓ 2 callersMethodcreateIndex
Creates an index file containing the discovered {@link PortableType} annotated classes. @param pofIndexFile the file that will contain the index of P
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofIndexer.java:127
↓ 2 callersMethodcreateIndex
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/extractor/ConditionalExtractor.java:113
↓ 2 callersMethodcreateIndex
(Map map, ValueExtractor extractor)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/SimpleMapIndexTest.java:834
↓ 2 callersMethodcreateIndexBatch
Create the index for the array of entries in the specified partition. Used during index rebuild/recovery or index creation (see onUpdateIndexRequest)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:2063
↓ 2 callersMethodcreateIndexInstance
(SpaceName spaceName, int dimensions)
prj/test/functional/hnsw-index/src/main/java/hnswlib/AbstractPerformanceTest.java:34
↓ 2 callersMethodcreateIndexRegistrationKey
Create a key representing an index registration. @param lCacheId the cache-id @param binExtractor the index extractor @return a ReadBuffer rep
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1161
↓ 2 callersMethodcreateInstance
Create an instance of the class configured using an XmlElement. @param xml the XML element that contains the instantiation info @param clzNam
prj/coherence-core/src/main/java/com/tangosol/internal/net/LegacyXmlConfigHelper.java:207
↓ 2 callersMethodcreateInteger
Create new LiteralBaseToken representing a Integer with given value @param s the text of the literal @return a LiteralBaseToken for a Integer
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/base/LiteralBaseToken.java:140
↓ 2 callersMethodcreateInternalServerError
Create an internal server error {@link Response}. @param queryBuilder the {@link QueryBuilder} to be used to generate MBean query @param e {@link Ex
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:219
↓ 2 callersMethodcreateInvalidObjectException
Create an InvalidObjectException. @param message message for returned exception @param e cause for returned exception @return an {@link Inva
prj/coherence-core/src/main/java/com/tangosol/internal/util/ExceptionHelper.java:32
↓ 2 callersMethodcreateInvokeRequest
Create a remote MBeanServer invocation task for invoke.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:622
↓ 2 callersMethodcreateIsRegisteredRequest
Create a remote MBeanServer invocation task for isRegistered.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:638
↓ 2 callersMethodcreateKey
Create key for the partial class/constructor cache. @param clzSource source class to base the partial class on @param propertySet a set of proper
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/PartialObject.java:271
↓ 2 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/functional/persistence/src/main/java/persistence/AbstractPerformancePersistenceTests.java:170
↓ 2 callersMethodcreateKeyStore
Create a {@link KeyStore} of the specified type. @param sType the type of the {@link KeyStore} to create @return a {@link KeyStore} of the specifie
prj/coherence-core/src/main/java/com/tangosol/net/ssl/KeyStoreLoader.java:69
↓ 2 callersMethodcreateListenerRegistrationKey
Create a key representing a cache listener registration. @param lMemberId the unique service-identifier of the listening member @param lCacheId th
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:947
↓ 2 callersMethodcreateLoadedLocalCacheValue
Create a LocalCacheValue marked with Synthetic marker that it was loaded. This distinction is necessary to ensure that a just read-through entry from
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCacheValue.java:239
↓ 2 callersMethodcreateLockRegistrationKey
Create a key representing a cache entry lock. @param lHolderId the unique service-identifier of the listening member @param lHolderThreadId t
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1057
↓ 2 callersMethodcreateLong
Create new AtomicTerm representing a Long with given value @param value the text of the literal @return a AtomicTerm for a Long
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/AtomicTerm.java:388
← previousnext →13,701–13,800 of 78,752, ranked by callers