MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 4 callersMethodpopulate
(NamedCache<String, Person> cache)
prj/test/functional/cdi/src/main/java/cdi/CacheViewProducerIT.java:310
↓ 4 callersMethodpopulateCache
Populate the given cache with the given keys and associated value. @param cache the cache to populate @param abKeys the keys to store @param b
prj/test/functional/persistence/src/main/java/persistence/AbstractPerformancePersistenceTests.java:193
↓ 4 callersMethodprepareQuery
Prepares a Query for execution by replacing any parameter placeholders with the appropriate values from the parameter map. @param sQuery query ex
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/query/QueryEngine.java:31
↓ 4 callersMethodprint
Print all errors in the ErrorList.
prj/coherence-core/src/main/java/com/tangosol/util/ErrorList.java:277
↓ 4 callersMethodprintableChar
Converts the char to a printable string. @return the char converted to a string
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/LiteralToken.java:427
↓ 4 callersMethodpriority
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanCreator.java:73
↓ 4 callersMethodprocessExpiries
Dispatch an ExpiryEvent for the entry of internalKey @param internalKey internal format of a key of an entry that has expired.
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/processors/AbstractEntryProcessor.java:211
↓ 4 callersMethodprofileLoad
Profile loading the given keys and associated value. @param abKeys the keys to load @param binValue the value for each key to load
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/AbstractPersistencePerformanceTest.java:535
↓ 4 callersMethodprofileStore
Profile storing the given keys and associated value. @param abKeys the keys to store @param binValue the value for each key to store
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/AbstractPersistencePerformanceTest.java:512
↓ 4 callersMethodpropertyStringFor
Make a getter String suitable for use in a ValueUpdater. @param sName the property String used to make getter String @return the constructed String
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/PropertyBuilder.java:95
↓ 4 callersMethodput
(K key, V value)
prj/coherence-core/src/main/java/com/tangosol/internal/util/DistributedAsyncNamedCache.java:167
↓ 4 callersMethodput
Obtain an instance of the {@link BinaryPutProcessor}. @param value the serialized value to put into the cache @param ttl the expiry value for the
prj/coherence-core/src/main/java/com/tangosol/internal/util/processor/BinaryProcessors.java:75
↓ 4 callersMethodput
Update the secondary string corresponding to the specified primary string. If the primary string already exists in the map, replace its entry. @para
prj/coherence-core/src/main/java/com/tangosol/util/StringMap.java:246
↓ 4 callersMethodput
(K key, V value)
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableConcurrentMap.java:152
↓ 4 callersMethodput
(K key, V value)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClient.java:274
↓ 4 callersMethodputIfAbsent
Add a referenced object based on the current subject only if it does not already exist. @param oRef the referenced object @return the previous refe
prj/coherence-core/src/main/java/com/tangosol/net/internal/AbstractScopedReferenceStore.java:214
↓ 4 callersMethodputIfAbsent
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedConcurrentMap.java:281
↓ 4 callersMethodputIfAbsent
(Object oKey, Object oValue)
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:289
↓ 4 callersMethodputOne
Helper to put a value into a map using either the <tt>put</tt> or <tt>putAll</tt> method. @param map the Map to put into @param oKey the
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleOverflowMap.java:1670
↓ 4 callersMethodputWithKey
(@CacheKey String key, String second, @CacheValue String value)
prj/test/functional/cdi/src/main/java/cdi/ResponseCachingIT.java:438
↓ 4 callersMethodputWithParams
(String first, String second, @CacheValue String value)
prj/test/functional/cdi/src/main/java/cdi/ResponseCachingIT.java:431
↓ 4 callersMethodquote
XML quote the passed string. @param s the string to quote @return the quoted string
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:1460
↓ 4 callersMethodrandomize
Randomize the order of the elements within the passed collection. @param coll the Collection to randomize; the passed Collection is not a
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Randoms.java:104
↓ 4 callersMethodrangeCheck
Check if the given index is in range. If not, throw an appropriate runtime exception. @param index the index to be checked for being between
prj/coherence-core/src/main/java/com/tangosol/util/CircularArrayList.java:919
↓ 4 callersMethodread
Read length encoded message. @param inStream socket input stream @return message byte[] @throws IOException if an I/O error occurs while reading f
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:433
↓ 4 callersMethodreadBinary
Read a Binary of the specified length at the specified offset from the specified FileChannel. @param channel the FileChannel to read from @param of
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:1232
↓ 4 callersMethodreadByte
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:89
↓ 4 callersMethodreadByte
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceInputStream.java:186
↓ 4 callersMethodreadChar
Read a <tt>char</tt> property from the POF stream. @param iProp the property index to read @return the <tt>char</tt> property value, or zero if no
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:109
↓ 4 callersMethodreadEntity
(WebTarget target, Response response)
prj/test/functional/management/src/main/java/management/shutdown/BaseManagementShutdownTests.java:327
↓ 4 callersMethodreadExternal
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objec
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:1125
↓ 4 callersMethodreadExternal
(PofReader pofReader)
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/function/PortablePredicate.java:32
↓ 4 callersMethodreadInt
Read an int value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeInt} method. @return an <code>int</code> value @excepti
prj/coherence-core/src/main/java/com/tangosol/io/PackedDataInputStream.java:291
↓ 4 callersMethodreadMap
Read map content from a DataInputStream and updates the provided Map with the contents. If the cBlock parameter is > 0, the map will be updated with p
prj/coherence-core/src/main/java/com/tangosol/internal/util/MapBackupHelper.java:96
↓ 4 callersMethodreadPackedInt
Read an int value using a variable-length storage format as described by {@link WriteBuffer.BufferOutput#writePackedInt(int)} from the given {@link By
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:917
↓ 4 callersMethodreadPackedInt
Read packed int. @param inStream socket input stream @return int read @throws IOException if an I/O error occurs while reading from the socket str
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:498
↓ 4 callersMethodreadShort
Read a <tt>short</tt> property from the POF stream. @param iProp the property index to read @return the <tt>short</tt> property value, or zero if n
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:124
↓ 4 callersMethodreadTime
Read a Time from a DataInput stream. @param in a DataInput stream to read from @return a Time value @throws IOException if an I/O exception occur
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:1945
↓ 4 callersMethodreadToString
(String buildFileName, Object... templateVariables)
prj/plugins/gradle/src/test/java/com/oracle/coherence/gradle/support/TestUtils.java:142
↓ 4 callersMethodrealize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/EvictionPolicyBuilder.java:71
↓ 4 callersMethodrealize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ListBasedAddressProviderBuilder.java:46
↓ 4 callersMethodrealize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/ClassScheme.java:173
↓ 4 callersMethodrealize
(String sCacheName, int nTarget, String sProperties)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ReflectionExtractorBuilder.java:29
↓ 4 callersMethodrealize
(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/SourceStatementBuilder.java:37
↓ 4 callersMethodrealize
(ParameterResolver resolver, ClassLoader loader, ParameterList parameterList)
prj/coherence-cdi-server/src/main/java/com/oracle/coherence/cdi/server/BeanBuilder.java:50
↓ 4 callersMethodrealizeBackingMapManager
Realize a {@link BackingMapManager} to be scoped by the specified {@link ConfigurableCacheFactory}. @param ccf the {@link ConfigurableCacheFactory}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/BackingMapManagerBuilder.java:28
↓ 4 callersMethodrealizeLocal
Return an instance of a CacheStore, CacheLoader or a BinaryEntryStore. @param resolver the {@link ParameterResolver} @param dependencies the {@
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/CacheStoreScheme.java:49
↓ 4 callersMethodrealizes
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/StaticFactoryInstanceBuilder.java:234
↓ 4 callersMethodrecordDuration
Record the time spent evaluating the filter or applying an index. This method may be called repeatedly on the same step instance during the scan phas
prj/coherence-core/src/main/java/com/tangosol/util/QueryRecord.java:262
↓ 4 callersMethodrecordEndTime
Record the end time of the operation and update min and max values.
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:292
↓ 4 callersMethodrecordPostFilterKeys
Record the number of keys remaining after filter evaluation. This method may be called repeatedly on the same step instance during the scan phase of a
prj/coherence-core/src/main/java/com/tangosol/util/QueryRecord.java:250
↓ 4 callersMethodrecordStartTime
Record the start time of the operation.
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:284
↓ 4 callersMethodregister
Register {@link MacroExpansionProcessor processor} by <code>sDelimiter</code>. When a macro parameter contains this delimiter, the registered processo
prj/coherence-core/src/main/java/com/tangosol/config/expression/ValueMacroExpression.java:327
↓ 4 callersMethodregister
(ExecutorService executor, Registration.Option... options)
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredExecutorService.java:140
↓ 4 callersMethodregisterAck
(com.tangosol.coherence.component.net.Member memberFrom)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/MessagePacket.java:732
↓ 4 callersMethodregisterCacheEntryListener
(CacheEntryListenerConfiguration<K, V> config)
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCache.java:1170
↓ 4 callersMethodregisterCacheMBean
Register the specified NamedCache with the cluster registry. @param cache the NamedCache object to register @param sContext the cache context (t
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanHelper.java:296
↓ 4 callersMethodregisterCacheObject
Utility method for registering CacheStatistics with the platform MBeanServer @param cache the cache to register
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/MBeanServerRegistrationUtility.java:51
↓ 4 callersMethodregisterEventInterceptors
Register the {@link NamedEventInterceptor}s generated by the provided builders with the {@link InterceptorRegistry}. @param listBuilders the builder
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/InterceptorManager.java:155
↓ 4 callersMethodregisterExtension
Register schema extension with this schema. @param extension the schema extension to register
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/Schema.java:281
↓ 4 callersMethodregisterIdleDaemon
Register a daemon for pool-wide wake-up nudging.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:1176
↓ 4 callersMethodregisterIndex
Store the index registration in the specified persistent store. @param store the persistent store @param lCacheId the cache id @param
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1190
↓ 4 callersMethodregisterListener
Store the listener registration in the specified persistent store. @param store the PersistentStore to store the listener registration @param
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:978
↓ 4 callersMethodregisterLocalModel
Register LocalModel under a given name.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1710
↓ 4 callersMethodregisterServices
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/SimpleServiceMonitor.java:66
↓ 4 callersMethodregisterTrigger
Store the trigger registration in the specified persistent store. @param store the persistent store @param lCacheId the cache id @param binT
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1297
↓ 4 callersMethodregistrarFor
Return an MBean registrar backed by a Coherence management registry. @param registry the Coherence management registry @return the registrar, or {@
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:116
↓ 4 callersMethodrelease
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/cache/NearCache.java:191
↓ 4 callersMethodreleaseClosedStatus
Helper method to encapsulate the release of a Status object on which closeProcessing() has already been called. @param oKey the entry key
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:2869
↓ 4 callersMethodreleaseWriteBuffer
Release a WriteBuffer that was used to encode a Message. This method is called on both client and service threads. @param wb the WriteBuffer to rele
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:2389
↓ 4 callersMethodremove
(Object key)
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalBackingMap.java:93
↓ 4 callersMethodremove
Removes the mapping for this key from this map if present. @param oKey key whose mapping is to be removed from the map @return previous value assoc
prj/coherence-core/src/main/java/com/tangosol/util/SafeHashMap.java:390
↓ 4 callersMethodremove
(Object key)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClient.java:302
↓ 4 callersMethodremove
(int nId)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/ActualMemberSet.java:212
↓ 4 callersMethodremove
(String sName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Config.java:649
↓ 4 callersMethodremoveAll
(Collection<? extends K> colKeys)
prj/coherence-core/src/main/java/com/tangosol/internal/util/DistributedAsyncNamedCache.java:238
↓ 4 callersMethodremoveAll
Removes from this StringTable all of its nodes that are contained in the specified StringTable. This operation effectively modifies this StringTable
prj/coherence-core/src/main/java/com/tangosol/util/StringTable.java:356
↓ 4 callersMethodremoveAndComplete
(String uid, Throwable t)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v0/NamedCacheClientChannel_V0.java:786
↓ 4 callersMethodremoveAndGetNext
Remove the response from the head and return the next response. @param response Response to be removed if it is the head. @return next response in
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/server/ResponseQueue.java:117
↓ 4 callersMethodremoveCloseable
Remove a previously added {@link Closeable} from this service. @param closeable the {@link Closeable} to be removed @see GrpcService#addCloseable(Cl
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/GrpcService.java:65
↓ 4 callersMethodremoveComponent
Remove the specified Component. @param sName fully qualified Component Definition name @exception ComponentException if an unrecoverable error occu
prj/coherence-core/src/main/java/com/tangosol/dev/component/Storage.java:48
↓ 4 callersMethodremoveIndex
Remove the index keyed by the given extractor from the given map of indexes. Also, remove the index as a listener from the given ObservableMap. @par
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMapHelper.java:881
↓ 4 callersMethodremoveInternal
A combined implementation of remove() and removeBlind() that eliminates duplicate (and muchos complex) code @param oKey the key to remo
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1222
↓ 4 callersMethodremoveInverseMapping
Remove the mapping from the given indexed value to the given key from the inverse index. @param oIxValue the indexed value, or NO_VALUE if unknown
prj/coherence-core/src/main/java/com/tangosol/util/SimpleMapIndex.java:816
↓ 4 callersMethodremoveKeyMapListener
Create a {@link MapListenerRequest} that will subscribe to {@link com.tangosol.util.MapEvent MapEvents} for a single entry in a cache. @param scope
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:906
↓ 4 callersMethodremoveLast
Return a {@link QueueRemove} to remove the first matching element from the queue. @param <E> the type of element in the queue @return a {@link Queu
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/processor/QueueRemove.java:164
↓ 4 callersMethodremoveLocksFor
Remove the lock, if it's owned by the specified member. @param memberId the UID of a member to remove the locks for @return {@code true} if this ho
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ExclusiveLockHolder.java:158
↓ 4 callersMethodremoveMatching
(String sPrefix)
prj/test/functional/core/src/main/java/com/tangosol/internal/metrics/MetricsSupportTests.java:1021
↓ 4 callersMethodremovePrefix
Add a transformer that removes specified prefix from the input string to the chain. @return this {@code NameTransformerChain}
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/util/NameTransformerChain.java:155
↓ 4 callersMethodremovePrimaryResource
Helper for a "remove" operation from the primary storage.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:8962
↓ 4 callersMethodremoveWithoutResults
()
prj/coherence-core/src/main/java/com/tangosol/internal/util/processor/CacheProcessors.java:104
↓ 4 callersMethodreplace
Potentially replaces specified argument with a different object before serialization. @param o the object to replace, if necessary @return the repl
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:5383
↓ 4 callersMethodreplace
(K key, V oldValue, V newValue)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClient.java:411
↓ 4 callersMethodreplace
Replace the entry for the specified key only if it is currently mapped to some value. @param request the {@link ReplaceRequest} to execute @param ob
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:334
↓ 4 callersMethodreportException
(Throwable e)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/requestContext/AsyncContext.java:227
↓ 4 callersMethodreportIncompatibleSerializers
Log the message explaining the serializer incompatibility between the specified cache and a service. @param cache the NamedCache reference @para
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:4448
↓ 4 callersMethodreportLastOwnership
Report the machine names in the "last good" membership that owned the specified partitions. @param parts the partitions to report @param info the
prj/coherence-core/src/main/java/com/tangosol/net/ConfigurableQuorumPolicy.java:920
↓ 4 callersMethodreportTransferFailure
Used by insertPrimaryTransfer(), insertBackupTransfer() and movePartition() methods for logging purpose. @param e RuntimeException exception that n
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:9089
↓ 4 callersMethodrequestBackupConfirmation
Send a backup CONFIRM request for the specified partition backup index to the specified member. @param iPartition the partition @p
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:33580
↓ 4 callersMethodrequestUpdate
Request a lease update @param lease the lease @param memberIssuer the issuer @param oResource the resource value @param lResourceExpire the resource
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ReplicatedCache.java:2507
← previousnext →9,401–9,500 of 78,752, ranked by callers