MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethoddisassemble
(DataInput stream, ConstantPool pool)
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/TypeAnnotation.java:57
↓ 2 callersMethoddisassemble
Read the constant information from the stream. Since constants can be inter-related, the dependencies are not derefenced until all constants are disa
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Constant.java:149
↓ 2 callersMethoddisassembleVarTable
For disassembly of ops, update the LocalVariable/LocalVariableType tables to point to the disassembled ops. @param attrTable the local variable tabl
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Op.java:240
↓ 2 callersMethoddiscard
Delink this Node and discard its value. @return the value of this Node before it was discarded
prj/coherence-core/src/main/java/com/tangosol/util/SafeLinkedList.java:1000
↓ 2 callersMethoddisconnectSubscriber
Disconnect a specific subscriber from a topic. <p> Disconnecting a subscriber will cause channels to be reallocated and positions to be rolled back to
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicCaches.java:642
↓ 2 callersMethoddisconnected
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicCaches.java:1212
↓ 2 callersMethoddispatch
Dispatch this event to the specified listeners collection. @param listeners the listeners collection @throws ClassCastException if any of the target
prj/coherence-core/src/main/java/com/tangosol/util/ServiceEvent.java:97
↓ 2 callersMethoddispatch
Dispatch this event to the specified listeners collection. <p> This call is equivalent to <pre> dispatch(listeners, true); </pre> @param listeners
prj/coherence-core/src/main/java/com/tangosol/util/MapEvent.java:353
↓ 2 callersMethoddispatchActivating
Dispatch the {@link Type#ACTIVATING} event to all concerned {@link com.tangosol.net.events.EventInterceptor EventInterceptors}. @param ccf the {@lin
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/ConfigurableCacheFactoryDispatcher.java:52
↓ 2 callersMethoddispatchConnectionEvent
Dispatch a {@link ConnectionEvent}. @param type the type of the event to dispatch
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/BaseGrpcConnection.java:56
↓ 2 callersMethoddispatchDeactivationEvent
(int eventType)
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:2879
↓ 2 callersMethoddispatchStarted
()
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/SessionEventDispatcher.java:63
↓ 2 callersMethoddispatchStarting
()
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/SessionEventDispatcher.java:58
↓ 2 callersMethoddispatchStopped
()
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/SessionEventDispatcher.java:73
↓ 2 callersMethoddispatchStopping
()
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/SessionEventDispatcher.java:68
↓ 2 callersMethoddispatchTopicEvent
Helper to perform the dispatch of a {@link TopicLifecycleEvent} being given its type @param eventType the enum representing the event type @param to
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/TopicDispatcher.java:121
↓ 2 callersMethoddispatchTopicEvent
Helper to perform the dispatch of a {@link TopicLifecycleEvent} being given its type @param eventType the enum representing the event type @param to
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/topics/GrpcTopicLifecycleEventDispatcher.java:105
↓ 2 callersMethoddisplayNames
Display a list of names from the supplied contacts. @param listContacts the List of contacts to display names from
prj/examples/guides/125-streams/src/main/java/com/oracle/coherence/guides/streams/StreamsExample.java:212
↓ 2 callersMethoddisplayPortInfo
Display the operating system level info on TCP port usage.
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:307
↓ 2 callersMethoddisplayStartBanner
(String sName, ConfigurableCacheFactory ccf)
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:1851
↓ 2 callersMethoddisplayStatistics
Display the collected statistics for the given snapshot and type of operation. @param snapshot the snapshot that was archived or retrieved @param sT
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractSnapshotArchiver.java:315
↓ 2 callersMethoddispose
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/server/BinaryConnection.java:983
↓ 2 callersMethoddispose
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SimpleResourceRegistry.java:85
↓ 2 callersMethoddispose
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SimpleResourceRegistry.java:430
↓ 2 callersMethoddispose
Decrement the SharedBuffer's reference count, once it reaches zero the shared buffer will be released to the manager.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SharedBuffer.java:137
↓ 2 callersMethoddoCommand
(List listCmd, String sCmd)
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Console.java:244
↓ 2 callersMethoddoDNSSubjAltNamesVerify
(String sUrlhostname, Collection<String> colDnsAltNames)
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/SSLSocketProviderDependenciesBuilder.java:768
↓ 2 callersMethoddoDisconnect
Perform disconnect processing. <p> This may be called multiple times. @param fFirst true iff this is the first disconnect @param eReason
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1507
↓ 2 callersMethoddoFunction
(String sFunction, Object[] aoParam, boolean fSilent)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:2135
↓ 2 callersMethoddoGet
Access the specified NamedCache. @param sName the name of the target NamedCache @param cIter the number of iterations @param cThread the number o
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Console.java:1908
↓ 2 callersMethoddoHistory
Output the command history
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:2218
↓ 2 callersMethoddoHttpRequest
(Integer nPort, String sRequest)
prj/test/functional/health/src/main/java/health/HealthCheckTests.java:723
↓ 2 callersMethoddoIfSecure
(PrivilegedAction<T> action)
prj/coherence-core/src/main/java/com/tangosol/net/security/SecurityHelper.java:45
↓ 2 callersMethoddoIfSecureInDoAsAction
(PrivilegedAction<T> action, Supplier<T> fallback)
prj/coherence-core/src/main/java/com/tangosol/net/security/SecurityManagerWrapper.java:138
↓ 2 callersMethoddoInvokeAll
(boolean fMultiThreaded)
prj/test/functional/processor/src/main/java/processor/Coh12875Tests.java:129
↓ 2 callersMethoddoInvokeAny
The main mechanics of invokeAny. See AbstractExecutorService#doInvokeAny(Collection, boolean, long) on which this implementation is based. @param col
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredExecutorService.java:582
↓ 2 callersMethoddoNotifyConnectionEvent
Notify all member aware services that an extend client member open and close/loses a connection with proxy service. On receiving NotifyConnectionOpen
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ProxyService.java:529
↓ 2 callersMethoddoOperation
(Gate gate, GATE_OPS eOperation, boolean fExpect, boolean fException
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/GateTest.java:892
↓ 2 callersMethoddoOwnershipProtocol
Start the ownership protocol either as a result of the normal distribution checks, or an explicit recovery from persistent snapshot. @param sSnapshot
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2192
↓ 2 callersMethoddoPut
Update the specified NamedCache. @param sName the name of the target NamedCache @param cIter the number of iterations @param cThread the number o
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Console.java:1508
↓ 2 callersMethoddoReadRemainder
(byte[] bytes)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/Coh25103Test.java:80
↓ 2 callersMethoddoRelease
Perform release processing. @param handlerNext the handler for the next connection @param continuation the continuation to run after the release h
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1540
↓ 2 callersMethoddoRollCall
Issue a quorum roll-call. Called on the service thread only.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:14978
↓ 2 callersMethoddoSanityChecks
Performs the following checks: <ol> <li>Will log any classes in package {@value #PORTABLE_TYPE_PACKAGE} (included subpackages) that implement
prj/test/functional/concurrent/src/main/java/concurrent/config/PofSanityTest.java:99
↓ 2 callersMethoddoScript
(String sCmd, boolean fSilent)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:3408
↓ 2 callersMethoddoStop
The stop() implementation method. This method must only be called by a thread that has synchronized on this RemoteService.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteService.java:392
↓ 2 callersMethoddoSyncBackups
Ensure that the backup owners for the specified partition are synchronized to the specified partition version. Called on the service thread by the pri
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:21854
↓ 2 callersMethoddoTest
(NamedCache cache)
prj/test/functional/processor/src/main/java/processor/Coh7207RegressionTests.java:81
↓ 2 callersMethoddoTestChildCacheMutate
Helper for testChildCacheMutate tests.
prj/test/functional/processor/src/main/java/processor/LiteTxnProcessorTests.java:432
↓ 2 callersMethoddoVerify
(String sUrlHostname, String sCertHostname)
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/SSLSocketProviderDependenciesBuilder.java:687
↓ 2 callersMethoddoWithSerialFilter
Applies the filter to the thread and invokes the runnable @param filter the application-specific ObjectInputFilter @param runnable the runnable t
prj/test/functional/io/src/main/java/io/SerialFilterFactoryTests.java:236
↓ 2 callersMethoddoWrite
Writes the serialization header and payload. @param out the {@link WriteBuffer.BufferOutput} to write to @param o the object to ser
prj/coherence-core/src/main/java/com/tangosol/io/MultiplexingSerializer.java:262
↓ 2 callersMethoddocId
Return the document identifier. @return the document identifier
prj/coherence-core/src/main/java/com/oracle/coherence/ai/DocumentChunk.java:273
↓ 2 callersMethoddoubleRotate
Double rotate a node in a given direction. @param node the node to rotate @param fLeft the final rotation direction @return the node's new parent
prj/coherence-core/src/main/java/com/tangosol/util/AbstractSparseArray.java:703
↓ 2 callersMethoddrainClearBuffer
Drain as much of the clear-text buffer into the supplied buffers The caller must hold the read monitor. @param aBuffDst the destination buffers @pa
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLSocketChannel.java:1042
↓ 2 callersMethoddrainDeferredPackets
Move as many defered packets as possible from the member's defered queue, to publisher's defered-ready queue.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.java:1048
↓ 2 callersMethoddrainPermits
Acquires and returns all permits that are immediately available, or if negative permits are available, releases them. Upon return, zero permits are av
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/Semaphore.java:353
↓ 2 callersMethoddrainReceipts
Emit any and all receipts
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1496
↓ 2 callersMethoddropBuffer
Release the specified buffer from the segment. @param buffer the buffer
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:631
↓ 2 callersMethoddropListeners
Drops all registered key and filter-based listeners.
prj/coherence-core/src/main/java/com/tangosol/internal/net/SessionNamedCache.java:637
↓ 2 callersMethoddropNamedCache
(SessionNamedCache<K, V> namedCache)
prj/coherence-core/src/main/java/com/tangosol/internal/net/ConfigurableCacheFactorySession.java:455
↓ 2 callersMethoddropNamedTopic
(SessionNamedTopic<V> namedTopic)
prj/coherence-core/src/main/java/com/tangosol/internal/net/ConfigurableCacheFactorySession.java:413
↓ 2 callersMethoddumpArrayValues
Provide the entire set of trait information in a printed format. @param out PrintWriter object to dump the information to @param sIndent a stri
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:7499
↓ 2 callersMethoddumpMBeanAttributes
(MBeanServerProxy proxy, String sPattern)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/GrpcMetricsInterceptorIT.java:122
↓ 2 callersMethoddumpMap
(Map<Integer, Object[]> mapStores)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/ArchiverHelperTest.java:452
↓ 2 callersMethoddumpStats
Dump information collected from tools. @param tools tools instance to dump information from
prj/test/functional/persistence/src/main/java/persistence/AbstractSnapshotAnalyzerTests.java:494
↓ 2 callersMethoddup
Create a String of the specified length containing the specified character. @param ch the character to fill the String with @param cch the length of
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:530
↓ 2 callersMethodeatEscapedCharacter
Eats a character escape sequence. See EscapeSequence (Java Language Specification 3.10.6). @exception CompilerException If a lexical error is encoun
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Tokenizer.java:863
↓ 2 callersMethodeatFloatingPointLiteral
Eats a floating point literal. Floating point literals are composed of five parts, most of which are optional: digits, dot, digits, exponent, and su
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Tokenizer.java:1248
↓ 2 callersMethodeatIdentifierOrKeyword
Eats an identifier or a keyword. Note that this method assumes that it is only called if the next character is a "Java letter". @exception CompilerE
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Tokenizer.java:1376
↓ 2 callersMethodelement
()
prj/coherence-core/src/main/java/com/tangosol/net/queue/WrapperNamedQueue.java:229
↓ 2 callersMethodembedding
Returns the embedding for this chunk. @return the embedding, may be null if not set
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/OciGenAiEmbeddingModel.java:472
↓ 2 callersMethodemitNotification
Emit a notification.
prj/test/functional/jmx/src/main/java/jmx/TestEmitter.java:54
↓ 2 callersMethodempty
Create an empty {@link MaybeByteString}. @return an empty {@link MaybeByteString}
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/MaybeByteString.java:64
↓ 2 callersMethodenabled
Return a {@link Storage} {@link TaskExecutorService.Registration.Option}. @param fStorageEnabled whether the Option represents enabled (true), or di
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/options/Storage.java:137
↓ 2 callersMethodenabled
Create a {@link CoverageProfile}. @param parameters the Jacoco parameters @return a Jacoco profile with the specified parameters
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/bedrock/CoverageProfile.java:138
↓ 2 callersMethodencodeAttribute
Encode an attribute value so that it can be quoted and made part of a valid and well formed XML document. @param sValue the attribute value to enco
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:812
↓ 2 callersMethodencodeCookie
Encode the opaque cookie used in a paged request. @param parts the partition set to encode @param page the current page @return an encoded page r
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/PagedQueryHelper.java:422
↓ 2 callersMethodencodeCookie
Encode the given PartitionSet and integer value into a new Binary. @param parts the PartitionSet @param n the integer value @return a new Binary c
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/request/NamedCacheRequest.java:290
↓ 2 callersMethodencodeReplace
Encode the passed buffer into a delta value that will cause the old value to be replaced by the value in the passed buffer. @param buf a non-null, no
prj/coherence-core/src/main/java/com/tangosol/io/BinaryDeltaCompressor.java:330
↓ 2 callersMethodencodeToChar
Encodes a raw byte array into a BASE64 <code>char[]</code> representation i accordance with RFC 2045. @param sArr The bytes to convert. If <code>n
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/Base64.java:113
↓ 2 callersMethodencoding
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/EncodingAwareReaderFactory.java:35
↓ 2 callersMethodencrypt
Encrypt the specified object using the private credentials for the given Subject (encryptor), which is usually associated with the current thread. @p
prj/coherence-core/src/main/java/com/tangosol/net/security/DefaultController.java:279
↓ 2 callersMethodencrypt
Encrypt the supplied contents, storing them in the outgoing buffer. The caller must hold the write monitor. @param aBuffSrc an array of ByteBuffers
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLSocketChannel.java:528
↓ 2 callersMethodencryptPermissionInfo
(com.tangosol.net.ClusterPermission permission, javax.security.auth.Subject subject)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/security/Standard.java:328
↓ 2 callersMethodend
(int character, JsonType type)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonReader.java:459
↓ 2 callersMethodend
(final JsonType jsonType, final char token)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonWriter.java:162
↓ 2 callersMethodendProtocol
Update the SelectionKeys once the handshake protocol has completed. The caller must hold the write monitor. @throws IOException if an I/O error occu
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLSocketChannel.java:976
↓ 2 callersMethodendRecovery
End the current aggregated recovery summary and return its formatted contents. @return the formatted summary, or {@code null} if no metrics were
prj/coherence-core/src/main/java/com/tangosol/persistence/PersistenceRecoveryMetrics.java:93
↓ 2 callersMethodenforceMaxIncomingMessageSize
Enforce the message size limit of an incoming message. @param cbSize the message size @throws IOException if the message size exceeds the limit
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:803
↓ 2 callersMethodenlistHeadEntry
Enlist the head entry of the queue. @param entry the entry the processor is being invoked against @param fReadOnly {@code true} to enlist the h
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/processor/AbstractQueueProcessor.java:257
↓ 2 callersMethodenlistTailEntry
Enlist the tail entry of the queue. @param entry the entry the processor is being invoked against @param fReadOnly {@code true} to enlist the h
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/processor/AbstractQueueProcessor.java:294
↓ 2 callersMethodenqueue
Enqueue a prepared send entry. @param entry the send entry
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/SocketMessageBus.java:500
↓ 2 callersMethodenrichEvent
Transform the given MapEvent into a FilterEvent if it is not already a FilterEvent and there are matching filters associated with the specified Listen
prj/coherence-core/src/main/java/com/tangosol/util/MapListenerSupport.java:847
↓ 2 callersMethodensure
Ensure that the slab has not been leaked, and reallocate if it has. @return true iff ensure performed an allocation
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SlabBufferManager.java:467
↓ 2 callersMethodensureAccessible
Ensures accessibility on the passed method. @param method the method to set accessibility on @throws IllegalArgumentException if an exception was
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/InvocationStrategies.java:332
↓ 2 callersMethodensureActive
Ensure that this {@link PagedTopicConnector} is active. @throws IllegalStateException if not active
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicConnector.java:218
↓ 2 callersMethodensureActive
Ensure that this {@link NamedTopic} is active. @throws IllegalStateException if not active
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopic.java:315
↓ 2 callersMethodensureAdded
Get a mutable set of items that were added to the delta set. @return a mutable set of added items
prj/coherence-core/src/main/java/com/tangosol/util/DeltaSet.java:94
↓ 2 callersMethodensureAppendingFile
Ensure current appending file can fit the specified entry size. @param cbEntry entry size @return appending file @throws IOException on I/O failur
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1143
← previousnext →13,901–14,000 of 78,752, ranked by callers