MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 6 callersMethoddestroy
Create a {@link DestroyRequest}. @param scope the scope name to use to obtain the cache from. @param cacheName the name of the cache @return a
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:391
↓ 6 callersMethoddestroySubscription
Remove an existing subscriber from a subscriber group. @param lSubscriptionId the subscription identifier @param subscriberId the {@link Subscri
prj/coherence-core/src/main/java/com/tangosol/net/PagedTopicService.java:97
↓ 6 callersMethoddiffUniformValue
Within the two passed POF streams, parse and compare a POF value of the specified type. @param inOld the BufferInput to read from @param inNew
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofDeltaCompressor.java:151
↓ 6 callersMethoddiffValue
Within the two passed POF streams, parse and compare a POF value. @param inOld the BufferInput to read from @param inNew the BufferInput to rea
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofDeltaCompressor.java:79
↓ 6 callersMethoddiscoverController
Discover any {@link GrpcAcceptorController} instances. @return the first {@link GrpcAcceptorController} instance discovered
prj/coherence-core/src/main/java/com/tangosol/net/grpc/GrpcAcceptorController.java:132
↓ 6 callersMethoddiscoverSessions
Add all of the {@link SessionConfiguration} instances discovered using the {@link ServiceLoader}. @return this {@link Builder}
prj/coherence-core/src/main/java/com/tangosol/net/CoherenceConfiguration.java:175
↓ 6 callersMethoddoStressTest
Run the index stress test with the specified parameters. @param sTest the name of the test @param sCacheMain the name of the "main"
prj/test/functional/processor/src/main/java/processor/IndexIntegrityTests.java:172
↓ 6 callersMethoddotProduct
Calculate the dot product of two bit vectors. @param a the first vector @param b the second vector @return the dot product of the bit vectors
prj/coherence-core/src/main/java/com/oracle/coherence/ai/util/Vectors.java:34
↓ 6 callersMethoddumpAuditEvents
(String message)
prj/examples/guides/142-server-events/src/test/java/com/oracle/coherence/guides/serverevents/AbstractEventsTest.java:136
↓ 6 callersMethodempty
Constructs an empty {@link Options} collection @param <T> the type of options @return an empty {@link Options} collection
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Options.java:309
↓ 6 callersMethodendKeyProcess
Finish the processing of a single key. @param oKey the key @param status the Status object returned from the call to {@link #begin
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:1258
↓ 6 callersMethodensureActive
Return control if this PersistenceManager is still active, otherwise throw an exception. @throws IllegalStateException if this PersistenceManager has
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:834
↓ 6 callersMethodensureBigDecimal
Ensure the specified Number is a BigDecimal value or convert it into a new BigDecimal object. @param num a Number object @return a BigDecimal objec
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractBigDecimalAggregator.java:155
↓ 6 callersMethodensureBufferHas
(int minLength, boolean doThrow)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonReader.java:923
↓ 6 callersMethodensureCCF
(String sScope)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_0/NamedCacheServiceImplMultipleScopeIT.java:165
↓ 6 callersMethodensureCacheStats
Ensure a CachePersistenceStatistics object exists for a cache. @param sCacheName the cache name relating to the CachePersistenceStatistics @return
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceStatistics.java:222
↓ 6 callersMethodensureClassLoader
Obtain a non-null ClassLoader. @param loader a ClassLoader (may be null) @return the passed ClassLoader (if not null), or the ContextClassLoader
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Classes.java:775
↓ 6 callersMethodensureColumnLocator
Obtains a QueryColumn instance based on the XML configuration. @param xmlColumn the column definition XML @return a QueryColumn instance
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/JMXQueryHandler.java:324
↓ 6 callersMethodensureConnection
Create a new or return the existing Connection object. <p> A Connection object has a one-way state transition from open to closed; this method will al
prj/coherence-core/src/main/java/com/tangosol/net/messaging/ConnectionInitiator.java:55
↓ 6 callersMethodensureConverterUp
Obtain the {@link Converter} used to convert between the cache format and the request format; creating the {@link Converter} if required. @return the
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/RequestHolder.java:400
↓ 6 callersMethodensureEmptyDeque
(String sScope, String name)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/NamedQueueProxyProtocolIT.java:891
↓ 6 callersMethodensureExecutorProxyAvailable
Ensure the {@code $SYS:ConcurrentProxy} is running. @param cluster the {@link CoherenceCluster} to query
prj/test/functional/executor/src/main/java/executor/AbstractClusteredExecutorServiceTests.java:1459
↓ 6 callersMethodensureInitialized
Ensure that this aggregator is initialized.
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/CompositeAggregator.java:267
↓ 6 callersMethodensureInitialized
()
prj/test/functional/dslquery/src/main/java/dslquery/DummyPofExtractorBuilder.java:203
↓ 6 callersMethodensureMetadata
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PageElement.java:323
↓ 6 callersMethodensureOldValueRequired
Set the OldValueRequired property to true, as MapEvent.getOldValue or BinaryEntry.getOriginalValue is likely to be called.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:2908
↓ 6 callersMethodensureOpenBackupPersistentStore
Ensure the backup persistent store for the specified partition is open. @param nPartition the partition id @return the partition's open backup pers
prj/coherence-core/src/main/java/com/tangosol/internal/util/PartitionedCacheComponent.java:66
↓ 6 callersMethodensurePartitionControl
(int nPartition)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2205
↓ 6 callersMethodensureReadAll
Ensure that all resource from original map are read. This method is only called if RepeatableRead is set to true.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java:392
↓ 6 callersMethodensureReady
Ensures that the specified service is in a ready state to begin snapshot operations. Ie. The service should not have operations that are running. This
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PersistenceToolsHelper.java:573
↓ 6 callersMethodensureRunningLogger
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:3632
↓ 6 callersMethodensureRunningService
Return the wrapped Service. This method ensures that the returned Service is running before returning it. If the Service is not running and has not be
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:570
↓ 6 callersMethodensureSerializable
Return lambda serialization wire format based on {@link #LAMBDAS_SERIALIZATION_MODE} value. @param oFunction raw lambda to convert into serializable
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/Lambdas.java:282
↓ 6 callersMethodensureServiceInfo
Called on the cluster service thread only (except construction - onInit).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:1834
↓ 6 callersMethodensureSpace
Return the current ByteBuffer with some remaining capacity. @param cbHint a hint as to how much additional space is required @return the current Byt
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceOutputStream.java:530
↓ 6 callersMethodensureSubscriberGroup
Ensure that the specified subscriber group exists for this topic. @param sSubscriberGroup the name of the subscriber group @param filter th
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicConnector.java:99
↓ 6 callersMethodensureToMemberSet
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:470
↓ 6 callersMethodensureTopic
(String sPrefix)
prj/test/functional/topics/src/main/java/topics/TopicsRecoveryTests.java:654
↓ 6 callersMethoderaseAll
Remove the specified keys from the underlying store if present. @param colKeys keys whose mappings are being removed from the cache @throws Unsuppor
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/TestCacheStore.java:233
↓ 6 callersMethodevaluate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/filter/BetweenFilter.java:206
↓ 6 callersMethodevaluateExtracted
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/filter/LessFilter.java:83
↓ 6 callersMethodevaluateExtracted
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/filter/GreaterFilter.java:82
↓ 6 callersMethodexclusiveCount
Returns the number of exclusive holds represented in count.
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteReadWriteLock.java:568
↓ 6 callersMethodexhausted
Returns a new "exhausted" {@link Result}. @param subscription the current {@link Subscription} @return a new "exhausted" {@link Result}
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/agent/PollProcessor.java:247
↓ 6 callersMethodextraSetup
add a test CacheEntryListener @param config current test configuration @return test configuration with test CacheEntryListener added
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/AbstractCoherenceCacheTests.java:130
↓ 6 callersMethodextractPage
Extract a subset of the specified array to fit the filter's parameters (i.e. page size and page number). If this filter has a comparator, the specifie
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:386
↓ 6 callersMethodextractorFor
Make a ValueExtractor for the given String. Allow '.' and make a ChainedValueExtractor. @param sName the String used to make ValueExtractor @retur
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PropertyBuilder.java:58
↓ 6 callersMethodfilter
Set the {@link Filter filter} to use to limit the set of entries to search. @param filter the filter to use @return this instance
prj/coherence-core/src/main/java/com/oracle/coherence/ai/search/SimilaritySearch.java:141
↓ 6 callersMethodfind
Determine the location of the specified object in the storage array. @param o the object (in the "internal format") to find @param fAdd true if
prj/coherence-core/src/main/java/com/tangosol/util/OpenHashSet.java:468
↓ 6 callersMethodfindResource
Find the URL of the resource with the given name using the specified ClassLoader or the following ClassLoaders: <ul> <li>The Thread Context {@link C
prj/coherence-core/src/main/java/com/tangosol/util/Resources.java:127
↓ 6 callersMethodfirstKey
()
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:235
↓ 6 callersMethodflush
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonWriter.java:108
↓ 6 callersMethodformat
Format this status. @return formatted status
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:3627
↓ 6 callersMethodfromInternal
Create {@code JavaTypeDescriptor} by parsing fully qualified internal type name. @param type the fully qualified internal Java type name @return a
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/lang/java/JavaTypeDescriptor.java:101
↓ 6 callersMethodfromXml
Populate the DefaultConnectorDependencies object from the given XML configuration. @param xml the {@code <management-config>} element @param deps
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/LegacyXmlConnectorHelper.java:34
↓ 6 callersMethodfuture
()
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/StreamStreamObserver.java:32
↓ 6 callersMethodget
Returns the value to which this map maps the specified key. Returns <tt>null</tt> if the map contains no mapping for this key. A return value of <tt
prj/coherence-core/src/main/java/com/tangosol/util/SafeHashMap.java:169
↓ 6 callersMethodget
()
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/RemoteAtomicInteger.java:61
↓ 6 callersMethodget
Return the entry value or a subset of its properties. @param propertySet properties to return (if null, value itself will be ret
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/EntryResource.java:92
↓ 6 callersMethodget
Get a property value. @param sName property name @return property value, or null if the property does not exist
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/PartialObject.java:91
↓ 6 callersMethodget
Gets the internal value (without updating the access time). @return the internal value
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCacheValue.java:152
↓ 6 callersMethodgetAdapters
Obtain the PropertyAdapter objects for the properties of this XML bean. @return the property adapters for this bean
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlBean.java:1067
↓ 6 callersMethodgetAdaptiveCheckpointInitialWrites
Return the initial write-count trigger for adaptive checkpointing. <p> A value of {@code 0} disables the adaptive write-count trigger while leaving by
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:184
↓ 6 callersMethodgetAddressString
Return the string form of of the address to which this socket is connected, suitable for resolving via {@link #resolveAddress}, on a remote host. @pa
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SocketProvider.java:44
↓ 6 callersMethodgetAge
()
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/Person.java:58
↓ 6 callersMethodgetAllOrderedBy
Return all entities in this repository, sorted using specified {@link Comparable} attribute. @param orderBy the {@link Comparable} attribute to sort
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractRepository.java:263
↓ 6 callersMethodgetAllSnapshots
Return an array of snapshots for a given archiver @param archiver the archiver to query @return the array of snapshots @throws IOException if any I
prj/test/functional/persistence/src/main/java/persistence/BasicArchiverTests.java:147
↓ 6 callersMethodgetAndReplace
(K key, V value)
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCache.java:1002
↓ 6 callersMethodgetArchivedSnapshotCount
(PersistenceToolsHelper helper, String sServiceName)
prj/test/functional/persistence/src/main/java/persistence/AbstractSimplePersistenceTests.java:2090
↓ 6 callersMethodgetArgs
Return the arguments to be passed to the script during evaluation. @return the arguments to be passed to the script during evaluation
prj/coherence-core/src/main/java/com/tangosol/util/AbstractScript.java:81
↓ 6 callersMethodgetArrayDelimiter
Getter for property ArrayDelimiter.<p> Delimiter used to serialize arrays of values into a String.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Config.java:224
↓ 6 callersMethodgetArrayOfPrimitives
()
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/bean/ComplexObject.java:98
↓ 6 callersMethodgetAttribute
Access a Java .class attribute structure. @param sName the attribute name @return the specified attribute or null if the attribute does not exist
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:944
↓ 6 callersMethodgetAttribute
Provides a {@link AttributeMetadata} encapsulating either the field or method requested. @param sName name of the attribute @return AttributeMetada
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/TypeMetadata.java:62
↓ 6 callersMethodgetAttribute
(String sName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:858
↓ 6 callersMethodgetAttributeName
Getter for property AttributeName.<p> The attribute name.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:3448
↓ 6 callersMethodgetBackupMapConfig
Return the {@link BackupMapConfig} which is used to configure the backup map. @return the backup map configuration
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/DistributedScheme.java:137
↓ 6 callersMethodgetBaseLockSet
Getter for property BaseLockSet.<p> A set of locks on the BaseMap currently held by this transaction.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/deltaMap/TransactionMap.java:324
↓ 6 callersMethodgetBaseMap
Getter for property BaseMap.<p> The base map. It is usually the same as the OriginalMap. @see #initialize
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/deltaMap/TransactionMap.java:337
↓ 6 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:3161
↓ 6 callersMethodgetBinaryCache
Getter for property BinaryCache.<p> The BinaryCache that is being iterated.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:4457
↓ 6 callersMethodgetBinaryEntry
Convert InvocableMap.Entry to BinaryEntry. @param entry InvocableMap.Entry @return BinaryEntry @throws RuntimeException if entry cannot be cast to
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/server/MemcachedHelper.java:153
↓ 6 callersMethodgetBinaryStoreKeyMap
@return the map of keys stored by the wrapped BinaryStore
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:1668
↓ 6 callersMethodgetBodyPublisher
(Object value)
prj/examples/guides/910-multi-cluster-client/multi-cluster-client/src/test/java/com/oracle/coherence/guides/client/AbstractMultiClusterClientIT.java:217
↓ 6 callersMethodgetBottomAnchor
Obtain the bottom anchor object, which is the last value object on the current page. <p> This method is intended to be used only by query processors.
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:289
↓ 6 callersMethodgetBreakFVars
Get the (union) set of all assigned final variables from each break. This is only applicable for the following: LabelStatement SwitchStatement
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Statement.java:398
↓ 6 callersMethodgetBreakUVars
Get the (union) set of all unassigned variables from each break. This is only applicable for the following: LabelStatement SwitchStatement Whi
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Statement.java:308
↓ 6 callersMethodgetBucketIndex
Calculate the bucket number for a particular hash code. @param nHash the hash code @param cBuckets the number of buckets @return the bucket ind
prj/coherence-core/src/main/java/com/tangosol/util/SafeHashMap.java:882
↓ 6 callersMethodgetBuffer
Obtain the specified buffer. @param iBuffer an index <tt>0 &lt;= iBuffer &lt; getBufferCount()</tt> @return the specified WriteBuffer
prj/coherence-core/src/main/java/com/tangosol/io/MultiBufferWriteBuffer.java:1018
↓ 6 callersMethodgetBufferOffset
Determine the offset of the specified buffer. The offset of a buffer is the absolute offset of the first byte stored in the buffer. @param iBuffer a
prj/coherence-core/src/main/java/com/tangosol/io/MultiBufferWriteBuffer.java:997
↓ 6 callersMethodgetBufferSize
Getter for property BufferSize.<p> The size (in bytes) of newly allocated ByteBuffer objects.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:1686
↓ 6 callersMethodgetByteBuffer
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/nio/ByteBufferWriteBuffer.java:384
↓ 6 callersMethodgetByteSize
Obtain page size in bytes. @return the current page size.
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Page.java:128
↓ 6 callersMethodgetBytes
Access the .class structure as a byte array. Do not modify the return value from this accessor method. @return the .class structure in the form of a
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:1003
↓ 6 callersMethodgetBytes
(String s)
prj/coherence-core/src/main/java/com/tangosol/dev/tools/Replace.java:374
↓ 6 callersMethodgetCache
(String sCache)
prj/test/functional/core/src/main/java/com/tangosol/internal/metrics/MetricsSupportTests.java:995
↓ 6 callersMethodgetCacheConfigPath
{@inheritDoc}
prj/test/functional/persistence/src/main/java/persistence/BerkeleyDBCleanupTests.java:119
↓ 6 callersMethodgetCacheHandlerMap
Getter for property CacheHandlerMap.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/LocalCache.java:391
↓ 6 callersMethodgetCacheId
Getter for property CacheId.<p> The Id of the cache this request is for.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/DistributedCacheKeyRequest.java:317
↓ 6 callersMethodgetCacheIndex
Getter for property CacheIndex.<p> This index of this handler in the indexed CacheHandler property maintained by the cache service. @see ReplicatedCa
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:792
← previousnext →5,801–5,900 of 78,752, ranked by callers