MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 3 callersMethodprocessResponse
Return the result associated with the given Response. @param response the Response to process @return the result associated with the given Response
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:2343
↓ 3 callersMethodproduces
Set the produces media types. @param asMediaType the produces media types
prj/coherence-core/src/main/java/com/tangosol/internal/http/RequestRouter.java:616
↓ 3 callersMethodpublish
Publish messages. @param member the {@link CoherenceClusterMember} to create the publisher in @param sId an identifier for the publisher @pa
prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/TopicPublisher.java:66
↓ 3 callersMethodput
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:989
↓ 3 callersMethodput
(Object oKey, Object oValue)
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:171
↓ 3 callersMethodput
Put the value into the NamedCache backed up by the SessionLocalBackingMap. @param cache the NamedCache to put the value into @param oKey the key
prj/coherence-core/src/main/java/com/tangosol/net/internal/SessionLocalHelper.java:109
↓ 3 callersMethodput
Update the entry value. @param headers a mutable map of the HTTP message headers. @param in a stream containing a JSON/XML/Binary representati
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/EntryResource.java:147
↓ 3 callersMethodputAll
(Map<? extends K, ? extends V> map)
prj/coherence-core/src/main/java/com/tangosol/internal/util/DistributedAsyncNamedCache.java:191
↓ 3 callersMethodputAllPrimaryResource
Helper for a "put" operation into the primary storage as a result of a distribution transfer, backup restore or invocation change. It includes the spe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:7940
↓ 3 callersMethodputAndWaitForBackupStoreEntry
(Map<Integer, MemberState> mapMembers, NamedCache<String, String> cache, DistributedCacheService s
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:506
↓ 3 callersMethodputInternal
A combined implementation of {@link #put(Object, Object)} and "void put(Object, Object)" that eliminates duplicate (and muchos complex) code between t
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:933
↓ 3 callersMethodputInternal
Associates the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:711
↓ 3 callersMethodquery
Query a partition set for data. @param cache the {@link NamedCache} @param filter the {@link Filter} @param keysOnly if only keys ar
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/PagedQueryHelper.java:242
↓ 3 callersMethodquery
Helper method that runs the specified query against the given NamedCache. @param cache the NamedCache to query @param filter the Filter representin
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:8011
↓ 3 callersMethodquery
Called on a client thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java:479
↓ 3 callersMethodquery
Called on the service or a daemon pool thread. @param nQueryType one of the QUERY_ values @param partMask partitionSet that all keys should belon
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:8196
↓ 3 callersMethodqueryInternal
(com.tangosol.util.Filter filter, int nQueryType, com.tangosol.net.partition.PartitionSet partMask, long lIdxV
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:8302
↓ 3 callersMethodqueue
Add the given URL to the queue of URLs to process. @param url the URL of the site to visit @throws Throwable on error
tools/ant-tangosol/src/com/xtangosol/tools/VacuumAndSave.java:255
↓ 3 callersMethodqueue
Return a {@link NamedBlockingQueue}. <p/> The queue implementation returned by this method has a maximum size of 2GB. If the queue reaches capacity it
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/Queues.java:111
↓ 3 callersMethodqueueForEviction
(LocalCache.Entry entry, List listEvict)
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:2107
↓ 3 callersMethodqueueForEviction
When determining items to evict, they are either evicted immediately or their eviction is deferred. This method is responsible for handling both of th
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:1888
↓ 3 callersMethodquote
Create an escape-sequence string that allows for special characters to be included in a JMX ObjectName. @param s the string to be quoted @return th
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanHelper.java:1165
↓ 3 callersMethodrandomInsertion
Randomly insert nIters items in la0 and la1, and record the insertion-order in sb.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/LongArrayTest.java:554
↓ 3 callersMethodrandomType
(int cDepth)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofDeltaCompressorTest.java:1625
↓ 3 callersMethodranges
Enumerate the range information. @return an enumeration of Range objects
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/AbstractLocalVariableTableAttribute.java:213
↓ 3 callersMethodread
(java.io.DataInput stream)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Lease.java:795
↓ 3 callersMethodreadAsBigDecimal
Read a value of the specified encoding from the POF stream and convert it to a BigDecimal. @param in the POF stream containing the value @param n
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1110
↓ 3 callersMethodreadBigInteger
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:1357
↓ 3 callersMethodreadCertificates
Read an array of {@link X509Certificate} instances. @param in the certificate data @return the {@link PrivateKey} loaded from the data @throws
prj/coherence-core/src/main/java/com/tangosol/internal/net/ssl/PemReader.java:100
↓ 3 callersMethodreadDouble
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:248
↓ 3 callersMethodreadExternal
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/partition/VersionedOwnership.java:137
↓ 3 callersMethodreadExternal
Read a MemberSet from the specified stream.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:1490
↓ 3 callersMethodreadExternalizableLite
Read an ExternalizableLite object from a DataInput stream. @param in a DataInput stream to read from @return an ExternalizableLite value @throws I
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:2517
↓ 3 callersMethodreadFloat
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:204
↓ 3 callersMethodreadFully
Read <code>ab.length</code> bytes and store them in <code>ab</code>. <p> This method blocks until input data is available, the end of the stream is de
prj/coherence-core/src/main/java/com/tangosol/io/PackedDataInputStream.java:59
↓ 3 callersMethodreadFully
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceInputStream.java:138
↓ 3 callersMethodreadImpl
@param fSupplemental true if this MapEvent should be deserialized as a part of other message deserialization
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:715
↓ 3 callersMethodreadInt
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:504
↓ 3 callersMethodreadIntArray
(DataInput in)
prj/coherence-core/src/main/java/com/tangosol/net/internal/QuorumInfo.java:156
↓ 3 callersMethodreadIntArray
Read an array of int numbers from a DataInput stream which use fixed-length 4-byte Big Endian binary format. @param in a DataInput stream to read fr
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:6300
↓ 3 callersMethodreadLargeByteArray
Read byte array with length larger than {@link #CHUNK_THRESHOLD}. @param in a DataInput stream to read from @param cb number of bytes to read @ret
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:6787
↓ 3 callersMethodreadLocalDateTime
Read a <tt>java.time.LocalDateTime</tt> from the POF stream. @param iProp the property index to read @return the <tt>LocalDateTime</tt> property va
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:422
↓ 3 callersMethodreadLong
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:160
↓ 3 callersMethodreadLong
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceInputStream.java:263
↓ 3 callersMethodreadLongArray
Read an array of long numbers from a DataInput stream that use fixed-length 8-byte Big Endian binary format. @param in a DataInput stream to read fr
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:6248
↓ 3 callersMethodreadObjectArray
Read an array of object from a DataInput stream. @param in a DataInput stream to read from @return an array of object @throws IOException if an I
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:6351
↓ 3 callersMethodreadPackedStoreMetadata
Read STORE entry metadata directly from the journal entry header. @param raf open journal file @param lTicket STORE ticket @param o
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalUtils.java:508
↓ 3 callersMethodreadPoolAtomicLong
(String sMethod)
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/DaemonPoolSmokeBenchmark.java:390
↓ 3 callersMethodreadPrivateKey
Read a {@link PrivateKey} in PEM format. @param in the PEM file data @param provider the optional credentials provider for an encrypted priva
prj/coherence-core/src/main/java/com/tangosol/internal/net/ssl/PemReader.java:72
↓ 3 callersMethodreadQuorumRaw
Read the membership information in Binary format from the "META" extent. @param store the store to read from @return the membership information in
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:325
↓ 3 callersMethodreadRawDayTimeInterval
Read a <tt>RawDayTimeInterval</tt> from the POF stream. The {@link RawDayTimeInterval} class contains the raw year-month interval information that was
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:586
↓ 3 callersMethodreadRawTimeInterval
Read a <tt>RawTimeInterval</tt> from the POF stream. The {@link RawTimeInterval} class contains the raw time interval information that was carried in
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:569
↓ 3 callersMethodreadRawYearMonthInterval
Read a <tt>RawYearMonthInterval</tt> from the POF stream. The {@link RawYearMonthInterval} class contains the raw year-month interval information that
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:552
↓ 3 callersMethodreadRemainder
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:4214
↓ 3 callersMethodreadSerializable
Read an object from a DataInput stream. @param in a DataInput stream to read from @return a value object @throws IOException if an I/O exception
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:2832
↓ 3 callersMethodreadShort
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:107
↓ 3 callersMethodreadString
Read a String from a stream @param in a DataInputStream containing the result @return the String
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:879
↓ 3 callersMethodreadTest
(List list, DataInput in)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/ExternalizableTest.java:190
↓ 3 callersMethodreadTimestamp
Read a Timestamp from a DataInput stream. @param in a DataInput stream to read from @return a Timestamp value @throws IOException if an I/O excep
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:1996
↓ 3 callersMethodreadUnsignedByte
Read an unsigned byte value. <p> This method is the counterpart for the {@link java.io.DataOutput#writeByte} method when it is used with unsigned 8-bi
prj/coherence-core/src/main/java/com/tangosol/io/WrapperDataInputStream.java:207
↓ 3 callersMethodreadUnsignedShort
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:485
↓ 3 callersMethodreadXmlSerializable
Read an XmlSerializable object from a DataInput stream. @param in a DataInput stream to read from @return an XmlSerializable value @throws IOExcep
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:2426
↓ 3 callersMethodrealize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/FactoryBasedAddressProviderBuilder.java:45
↓ 3 callersMethodrealize
Realize the custom builder. @param resolver if non-null, use it. otherwise use resolver provided at construction time. @param loader classloader @pa
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/CustomAddressProviderBuilder.java:76
↓ 3 callersMethodrealize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/StaticFactoryInstanceBuilder.java:153
↓ 3 callersMethodrealize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/storemanager/BdbStoreManagerBuilder.java:42
↓ 3 callersMethodrealize
Call the realize(String, int, String) method on each {@link ExtractorBuilder} in the chain returning the result of the first ExtractorBuilder to retur
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ChainedExtractorBuilder.java:53
↓ 3 callersMethodrealize
Return the raw instance represented by the provided {@link RemoteConstructor}. The raw instance will be an identical type and definition to that sent
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/RemotableSupport.java:132
↓ 3 callersMethodrealize
Realizes object after deserialization by applying post-serialization rules. @param <T> the class of realized object @param o the ob
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:5407
↓ 3 callersMethodrealize
(String sXml, String sName, Object bean)
prj/coherence-cdi-server/src/test/java/com/oracle/coherence/cdi/server/CdiNamespaceHandlerTest.java:80
↓ 3 callersMethodrealizeMap
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/BackingMapScheme.java:41
↓ 3 callersMethodrealizeMap
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/ReadWriteBackingMapScheme.java:62
↓ 3 callersMethodrealizes
(Class<?> aClass, ParameterResolver resolver, ClassLoader loader)
prj/coherence-cdi-server/src/main/java/com/oracle/coherence/cdi/server/BeanBuilder.java:68
↓ 3 callersMethodrecord
(MapEvent<String, Person> event)
prj/test/functional/cdi/src/main/java/cdi/CdiMapListenerIT.java:182
↓ 3 callersMethodrecoverSnapshot
Recover a snapshot of the specified service with the specified name. @param sService the name of the service to recover @param sSnapshot the name
prj/test/functional/topics/src/main/java/topics/PersistenceTestHelper.java:109
↓ 3 callersMethodreduce
(int identity, IntBinaryOperator op)
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/IntPipeline.java:204
↓ 3 callersMethodreduce
(double identity, DoubleBinaryOperator op)
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/DoublePipeline.java:194
↓ 3 callersMethodreduce
(long identity, LongBinaryOperator op)
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/LongPipeline.java:201
↓ 3 callersMethodrefreshEntries
Refresh the target array, and return the new value.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/concurrentQueue/BalancedQueue.java:407
↓ 3 callersMethodregister
Register an MBean. @param sName the MBean name @param mbean the MBean instance
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:280
↓ 3 callersMethodregister
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/DefaultConfigurableCacheFactory.java:4008
↓ 3 callersMethodregister
Register this listener.
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/events/MapEventOutput.java:151
↓ 3 callersMethodregister
Record an event. @param evt the event that has been dispatched to this MapListener
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/BaseMapTest.java:2003
↓ 3 callersMethodregisterCachePrune
Register a cache prune. @param lStartMillis the time when the prune operation started
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleCacheStatistics.java:375
↓ 3 callersMethodregisterChannel
Notify this Receiver that it has been associated with a Channel. This method is invoked by the Channel when a Receiver is associated with the Channel.
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:309
↓ 3 callersMethodregisterConverter
(Converter<T> converter, Type type)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:268
↓ 3 callersMethodregisterDeserializer
(Deserializer<T> deserializer, Type type)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:330
↓ 3 callersMethodregisterEventInterceptorInternal
Register the provided {@link EventInterceptor} with the identifier. @param sIdentifier a unique identifier for the interceptor which upon
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/Registry.java:151
↓ 3 callersMethodregisterIncrementalCachePrune
Register an incremental cache prune, which is to say that the time is accreted but the number of prunes does not increase. @param lStartMillis the t
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleCacheStatistics.java:389
↓ 3 callersMethodregisterInterceptor
This method will instantiate an {@link EventInterceptor} based on the XML provided. Additionally the service and cache names will be passed to the int
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:3939
↓ 3 callersMethodregisterKey
Register a new key for the SerializationMap. This method maintains the internal key Set for the SerializationMap. @param oKey the key that has b
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationMap.java:421
↓ 3 callersMethodregisterLocalModel
Register LocalModel under a given name.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Local.java:648
↓ 3 callersMethodregisterModelMBean
Register an MBean for the specified model with the MBeanServer. @param model the model to create and register an MBean for
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Local.java:672
↓ 3 callersMethodregisterProcessor
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/config/xml/DefaultProcessingContext.java:258
↓ 3 callersMethodregisterSerializer
(Serializer<T> serializer, Type type)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:301
↓ 3 callersMethodregisterServices
Adds a set of {@link Service}s to be monitored providing life support. If any of the services are not running they are started either via the configur
prj/coherence-core/src/main/java/com/tangosol/net/ServiceMonitor.java:37
↓ 3 callersMethodrejectUndecidedClass
Return a wrapped ObjectInputFilter that rejects an undecided class. @return return an ObjectInputFilter as an Object to enable working with Java vers
prj/test/functional/io/src/main/java/io/ObjectInputFilterHelper.java:365
↓ 3 callersMethodrelease
Release a previously polled element. This will allow an associated element (if it exists) in this pile to be {@link #poll polled}. @param element an
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/AssociationPile.java:82
↓ 3 callersMethodreleaseConnections
Release all TcpConnections in the TcpAcceptor's ConnectionReleaseQueue.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:6200
↓ 3 callersMethodreleaseDrainReconciliation
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:1702
← previousnext →12,201–12,300 of 78,752, ranked by callers