MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 6 callersMethodtoBinary
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/nio/ByteBufferReadBuffer.java:190
↓ 6 callersMethodtoBinary
Create a binary representation of a {@link PageElement}. @param nChannel the channel the element was published to @param lPage the page with
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PageElement.java:240
↓ 6 callersMethodtoBinary
Returns a Binary object that holds the contents of this ByteSequence. @return the contents of this ByteSequence as a Binary object
prj/coherence-core/src/main/java/com/tangosol/util/ByteSequence.java:65
↓ 6 callersMethodtoByteArray
Write an object to a byte array. @param o the object to write into a byte array @return a byte array containing the serialized form of the passed o
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:166
↓ 6 callersMethodtoExternalUnits
Convert from an internal 64-bit unit value to an external 32-bit unit value using the configured units factor. @param cUnits an internal 64-bit uni
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:1444
↓ 6 callersMethodtoLong
Converts and IP address to a long value. @param addr an instance of InetAddress to convert to a long @return a long value holding the IP address
prj/coherence-core/src/main/java/com/tangosol/util/UID.java:507
↓ 6 callersMethodtoMap
(List<NamedCacheResponse> list, Serializer serializer)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/BaseVersionOneGrpcServiceIT.java:72
↓ 6 callersMethodtoMapEventsForFilterId
(ObservableMap<K, V> map, List<MapListenerRes
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_0/BaseVersionZeroGrpcIT.java:75
↓ 6 callersMethodtoString
Provide a short human-readable description of the trait. @return a human-readable description of this trait
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2467
↓ 6 callersMethodtoString
Formats Class information for debug output purposes. @param clz the Class to print information for @return a String describing the Class in detail
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Classes.java:881
↓ 6 callersMethodtoTypeExpression
Convert an expression to a type expression. @param expr the expression which is assumed to be a type expression @return the type expression
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Compiler.java:2570
↓ 6 callersMethodtoXml
Return the CPU descriptors as an XmlElement @return XML representation
prj/coherence-core/src/main/java/com/tangosol/license/ProcessorInfo.java:683
↓ 6 callersMethodtransformInitParams
Transform the specified "init-params" element of the following structure: <pre> &lt;!ELEMENT init-params (init-param )&gt; &lt;!ELEMENT init-param ((p
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:2822
↓ 6 callersMethodtranslateIndex
Translate a "virtual index" (an index into the WindowedArray) to an index into the Store. @param lVirtual the "virtual index" (the index into the Wi
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/WindowedArray.java:906
↓ 6 callersMethodtranslateStandardSchemeType
Translate the scheme name into the scheme type. Valid scheme types are any of the SCHEME_ constants. @param sScheme the scheme name @return the sch
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:3687
↓ 6 callersMethodtruncate
Removes all mappings from this map. <p> Note: the removal of entries caused by this truncate operation will not be observable. This includes any regis
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/NamedCacheService.java:370
↓ 6 callersMethodtruncate
Create a {@link TruncateRequest}. @param scope the scope name to use to obtain the cache from. @param cacheName the name of the cache @return
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:1074
↓ 6 callersMethodtryAcquire
Acquires a permit from this semaphore, only if one is available at the time of invocation. <p>Acquires a permit, if one is available and returns imme
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/Semaphore.java:97
↓ 6 callersMethodtryAcquire
Acquires a permit from this semaphore, only if one is available at the time of invocation. <p>Acquires a permit, if one is available and returns imme
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/RemoteSemaphore.java:123
↓ 6 callersMethodunderlying
Return the underlying object this entity wraps. @param <T> the type of the underlying resource @return the underlying object this entity wraps.
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/Wrapper.java:24
↓ 6 callersMethodunlock
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:1590
↓ 6 callersMethodunpackMessage
Unpack a value from the {@link Any} value in a {@link NamedCacheResponse} {@link NamedCacheResponse#getMessage() message field}. @param response the
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/NamedCacheClientChannel_V1.java:719
↓ 6 callersMethodunregisterChannel
Unregister the given Channel with this Receiver. This method is invoked by the Channel when a Receiver is disassociated with the Channel. <p> Once unr
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:330
↓ 6 callersMethodunregisterModelMBean
(String sCanonicalName, com.tangosol.coherence.component.net.management.Model model)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Local.java:940
↓ 6 callersMethodupdateInternal
Update the local contents of the config map, returning the previously associated value. Called only on the service thread. @param oKey the k
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:20440
↓ 6 callersMethodupdateLength
Update the length if the passed length is greater than the current buffer length. @param cb the possible new length
prj/coherence-core/src/main/java/com/tangosol/io/DelegatingWriteBuffer.java:247
↓ 6 callersMethoduseMethods
If true, getters and setters would be used during serialization/deserialization in favor of fields. If there is not getter/setter for a field then the
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:687
↓ 6 callersMethodusesRawTypes
Determines if the {@link TypedResourceMapping} is configured to use raw-types (ie: no type checking or constraints) @return <code>true</code> if usin
prj/coherence-core/src/main/java/com/tangosol/coherence/config/TypedResourceMapping.java:60
↓ 6 callersMethodvalidate
Validate the supplied dependencies. @throws IllegalArgumentException if the dependencies are not valid @return this object
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultMemberIdentity.java:323
↓ 6 callersMethodvalidateBinarySession
Validate that the binary is a session model of a supported version. Failure to validate it will result in a runtime exception. @param binSession the
prj/coherence-core/src/main/java/com/tangosol/net/internal/SessionExpiryExtractor.java:94
↓ 6 callersMethodvalidateBufferSize
(String sBufferName, int cbActualSize, int cbRequestedSize, int cbMinimumSize)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/socket/UdpSocket.java:1197
↓ 6 callersMethodvalidateModelDownload
Validate whether a model selector may trigger a HuggingFace download. @param sModel the model selector @param sGate the rejection gate
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:207
↓ 6 callersMethodvalidateResult
Return true if the result set contains the specified string. @param setResult the set of strings to be checked for @param sName the specified s
prj/test/functional/jmx/src/main/java/jmx/MBeanServerProxyTests.java:597
↓ 6 callersMethodvalidateServiceExists
Validate that the service f_sServiceName exists. @param helper the {@link PersistenceToolsHelper} instance to use to validate
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/persistence/AbstractSnapshotStatement.java:87
↓ 6 callersMethodvalidateSoTimeout
(int cActual, int cRequired)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Socket.java:521
↓ 6 callersMethodvalidateTagsForSpan
Verify the tags contained within the provided {@link Span span} contains the expected keys and or keys/values. @param span the {@link Sp
prj/test/functional/tracing/opentelemetry/core/src/main/java/opentelemetry/core/SpanTagsIT.java:250
↓ 6 callersMethodvalue
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/util/comparator/PriorityComparatorTest.java:84
↓ 6 callersMethodvalue
Return the wrapped value. @return the wrapped value
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/MaybeByteString.java:42
↓ 6 callersMethodvalueAsBoolean
@throws JsonStreamException @see #valueAsString()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:259
↓ 6 callersMethodvaluesInternal
Helper method to return the values of the cache. @param filter the {@link Filter} to apply @param comparator the {@link Comparator} for orderin
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/AsyncNamedCacheClient.java:963
↓ 6 callersMethodverifyLB
Verify whether or not client connections are load balanced for a given load balancing configuration. @param sServerName server name to use @param
prj/test/functional/extend/src/main/java/extend/AbstractLoadBalancerTests.java:399
↓ 6 callersMethodverifyPofSerialization
(Object testObject)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofUniformCollectionTest.java:79
↓ 6 callersMethodverifySDP
Verify that an SDP socket implementation is available. @throws IOException if no implementation is available
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SdpSocketProvider.java:119
↓ 6 callersMethodwaitForClusterReady
(DistributedCacheService service, NamedCache cache, int cStorageMembers)
prj/test/functional/persistence/src/main/java/persistence/JournalMigrationTests.java:225
↓ 6 callersMethodwaitForClusterReady
(DistributedCacheService service, NamedCache<?, ?> cache, int cStorageMembers)
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:439
↓ 6 callersMethodwaitForCompletion
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/util/DaemonPoolTest.java:396
↓ 6 callersMethodwaitForRedistribution
This method is called when a partition set-related request could not be completed due to a re-distribution. @param partsRejected PartitionSet of rej
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:4896
↓ 6 callersMethodwaitForResults
Wait until results of bundled requests are retrieved. <p> Note that calls to this method must be externally synchronized. @param fFirst true iff thi
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBundler.java:586
↓ 6 callersMethodwaitForServiceReady
(CoherenceClusterMember member, DistributedCacheService service, NamedCache cache)
prj/test/functional/persistence/src/main/java/persistence/JournalBackingMapTests.java:293
↓ 6 callersMethodwasInterrupted
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:2012
↓ 6 callersMethodwipe
Wipe a portion of the buffer. @param of the offset into the buffer to wipe at @param cb the number of bytes to wipe
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:1674
↓ 6 callersMethodwithNext
Chains this factory with next and returns next (the tail) so you can do things like chain1.withNext(new chain2).withNext(new chain3); the resulting ch
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/convert/ChainedFactory.java:130
↓ 6 callersMethodwriteExternal
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:800
↓ 6 callersMethodwriteInt
(long value)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonWriter.java:325
↓ 6 callersMethodwritePersistedExtentIds
Persist extent identifiers. @param setExtentIds extent identifiers to persist @throws IOException on I/O failure
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:1330
↓ 6 callersMethodwriteRawDate
Write a <tt>RawDate</tt> property to the POF stream. @param iProp the property index @param date the <tt>RawDate</tt> property value to write @th
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:866
↓ 5 callersMethod__init
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:13696
↓ 5 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/Net.java:26
↓ 5 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:13707
↓ 5 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/Acceptor.java:118
↓ 5 callersMethod__initPrivate
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java:168
↓ 5 callersMethod_shutdown
()
prj/test/functional/jmx/src/main/java/jmx/SetDomainSuffixJmxTests.java:57
↓ 5 callersMethod_shutdown
()
prj/test/functional/jmx/src/main/java/jmx/MBeanServerProxyTests.java:81
↓ 5 callersMethodabsorbPublishedWrites
Drain producer-published work into consumer-owned batch state. @return the number of drained bytes
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/BufferedSocketBus.java:385
↓ 5 callersMethodacceptChannel
(java.net.URI uri, ClassLoader loader, com.tangosol.net.messaging.Channel.Receiver receiver, javax.security.au
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Connection.java:323
↓ 5 callersMethodacceptIdentifier
(String sIdentifier)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/FilterBuilder.java:263
↓ 5 callersMethodaccessed
Update the {@link JCacheEntryMetaInf} based on the associated entry being accessed at the specified time. @param ldtAccessed the time the entry was
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/JCacheEntryMetaInf.java:221
↓ 5 callersMethodacquire
Acquires a permit from this semaphore, blocking until one is available, or the thread is {@linkplain Thread#interrupt interrupted}. <p>Acquires a per
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/RemoteSemaphore.java:80
↓ 5 callersMethodacquireExecuteMutex
Retrieve a mutex for singular network call. @param cTimeout number of milliseconds to wait for mutex acquisition @return one of the MUTEX_ values
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/RemoteModel.java:414
↓ 5 callersMethodacquireSum
Acquire a free ByteBuffer, of any size. <p> The intended use of this method is to allow the buffer manager to satisfy the allocation of a potentially
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferManager.java:72
↓ 5 callersMethodadd
Adds a simple error to the ErrorList. @param nSev The error severity. @param sText The error text. @exception OverflowException Thrown when the
prj/coherence-core/src/main/java/com/tangosol/util/ErrorList.java:77
↓ 5 callersMethodaddAccessors
Add all related Property accessors.
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:3671
↓ 5 callersMethodaddAlias
Alias used in serialized class metadata instead of the full class name. See {@link com.oracle.coherence.io.json.genson.convert.ClassMetadataConverter
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:171
↓ 5 callersMethodaddAll
Adds an array of options to the collection, replacing existing options of the same concrete type where they exist. @param aOptions the options to ad
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/MutableOptions.java:61
↓ 5 callersMethodaddAttribute
Add a Java .class attribute structure. @param sName the attribute name @return the new attribute
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:956
↓ 5 callersMethodaddData
(NamedCache cache, int dataSize, int count, int offset)
prj/test/functional/metrics/src/main/java/metrics/MultiserverMetricsTests.java:380
↓ 5 callersMethodaddDocument
Adds a QueryResult to the result list, extracting the key from the Lucene document and looking up the original value from the results map. @param lis
prj/coherence-lucene/src/main/java/com/oracle/coherence/lucene/LuceneSearch.java:422
↓ 5 callersMethodaddDynamicBroadcast
Include the socket address for the specified non-WKA member to a list that will be used for the "broadcast-over-unicast" if the multicast is disabled.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:905
↓ 5 callersMethodaddEventHandler
Add the event handler for all events. @param onEvent the event handler to execute @return this MapListener @see MultiplexingMapListener
prj/coherence-core/src/main/java/com/tangosol/util/listener/SimpleMapListener.java:79
↓ 5 callersMethodaddFailure
Add a failure message to the response. @param sMessage the message to be added
prj/coherence-core/src/main/java/com/tangosol/internal/management/MBeanResponse.java:82
↓ 5 callersMethodaddFlushable
Add a Connection to the set of connections awaiting a flush. @param conn the connection to add
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:851
↓ 5 callersMethodaddHandler
Add a handler to a handler chain. @param handlerChain the existing handler chain (could be null) @param handler the handler to add @return ne
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractRepositoryBase.java:508
↓ 5 callersMethodaddMapListener
(MapListener listener)
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:333
↓ 5 callersMethodaddNamedProviderType
Add {@link ProviderType} for <code>sId</code> identifier to this SocketProviderFactory's Dependency mapping. @param sId provider identifier @param t
prj/coherence-core/src/main/java/com/tangosol/net/SocketProviderFactory.java:871
↓ 5 callersMethodaddRemoteMapListener
Send a request to the remote NamedCacheProxy to register a MapListener. @param filter the Filter used to register the remote MapListener @param
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:1561
↓ 5 callersMethodaddResponseObserver
(Listener<T> listener)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/GrpcConnection.java:122
↓ 5 callersMethodaddRoute
Add a request endpoint. @param method the http method the endpoint handles @param sPath the request path @param handler the POST request handle
prj/coherence-core/src/main/java/com/tangosol/internal/http/RequestRouter.java:193
↓ 5 callersMethodaddSelfResourceLinks
Add the URI as the self link of the resource. @param uri the URI of the resource
prj/coherence-core/src/main/java/com/tangosol/internal/management/MBeanResponse.java:136
↓ 5 callersMethodaddStateEntryAction
Adds/overrides the {@link StateEntryAction} for the specified state in the {@link Model}. @param state the state @param stateEntryAction
prj/coherence-core/src/main/java/com/tangosol/util/fsm/SimpleModel.java:76
↓ 5 callersMethodaddToTokenTable
(TokenTable tokenTable)
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/operator/OrOperator.java:56
↓ 5 callersMethodaddUpdateHandler
Add the event handler for UPDATE events. @param onUpdate the event handler to execute @return this MapListener
prj/coherence-core/src/main/java/com/tangosol/util/listener/SimpleMapListener.java:49
↓ 5 callersMethodadjustSize
Adjust the number of entries in the OverflowMap. @param cItems the number of items to adjust the cached size of the OverflowMap by, f
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1556
↓ 5 callersMethodadjustThreadLocalEnters
Increment the thread-local enter count. @param c the increment amount @return the new enter count
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/ThreadGate.java:1115
↓ 5 callersMethodallHealthChecksLive
Returns {@code true} if the all the registered {@link HealthCheck health checks} are live. <p> Only {@link HealthCheck health checks} that return {@co
prj/coherence-core/src/main/java/com/tangosol/net/management/Registry.java:321
↓ 5 callersMethodallHealthChecksReady
Returns {@code true} if the all the registered {@link HealthCheck health checks} are ready. <p> Only {@link HealthCheck health checks} that return {@c
prj/coherence-core/src/main/java/com/tangosol/net/management/Registry.java:305
↓ 5 callersMethodanalyzerSupplier
Returns the supplier of Lucene Analyzer instances. The analyzer is used for both indexing and searching operations. @return the analyzer supplier
prj/coherence-lucene/src/main/java/com/oracle/coherence/lucene/LuceneIndex.java:1042
↓ 5 callersMethodanswer
Asks the assistant a question and returns a streaming response. <p/> This method processes the provided question, retrieves relevant context from inde
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/ChatAssistant.java:42
↓ 5 callersMethodapplyClientProperties
(String sClusterName)
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:418
↓ 5 callersMethodapplyFilter
Select files based on a filter specification. @param sFileSpec a file specification using the wild-cards "?" and " " @param fRecurse true if sub-d
prj/coherence-core/src/main/java/com/tangosol/dev/tools/CommandLineTool.java:444
↓ 5 callersMethodassertDefaultSession
(SessionConfiguration session)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/net/CoherenceConfigurationTest.java:217
← previousnext →6,601–6,700 of 78,752, ranked by callers