MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 10 callersMethoditerate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:1585
↓ 10 callersMethodkeySet
Return the keys that satisfy this query. @param cache cache to be queried (filtered) @return the keys that satisfy query criteria @throws QueryExc
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/query/Query.java:73
↓ 10 callersMethodlength
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/MultiBufferWriteBuffer.java:187
↓ 10 callersMethodlock
Lock this connection in order to mutate its state.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1375
↓ 10 callersMethodlockName
Return a test-scoped lock name. @param sSuffix the lock name suffix @return a test-scoped lock name
prj/test/functional/concurrent/src/main/java/concurrent/locks/RemoteLockTest.java:325
↓ 10 callersMethodlogException
Log an exception which is handled internally by the TcpDatagramSocket. @param addr the associated address @param e the exception
prj/coherence-core/src/main/java/com/tangosol/net/TcpDatagramSocket.java:1477
↓ 10 callersMethodlookupHTTPManagementURL
Lookup the current management HTTP connector URL. @param socketAddr unicast socket address of a coherence cluster node and cluster port @return a c
prj/coherence-discovery/src/main/java/com/tangosol/discovery/NSLookup.java:112
↓ 10 callersMethodmakeObjectForKey
Process the AST Tree using the given Term that that is to be turned into an Object to be used as a key for the given context Object. Simple properties
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/internal/UpdateSetListMaker.java:214
↓ 10 callersMethodmapOfIntegers
(int size)
prj/test/functional/rwbm/src/main/java/rwbm/ReadWriteBackingMapTests.java:3540
↓ 10 callersMethodmarshalAsFragment
Write the specified object into the given stream as a fragment. <p> This method is called when marshalling collections of objects, as marshalling beha
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/io/Marshaller.java:58
↓ 10 callersMethodmaxResults
Returns the maximum results with a default value. <p/> This method ensures a sensible default when maxResults is 0. @return maxResults or 5 if maxRes
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Store.java:1588
↓ 10 callersMethodmemberIdFromId
Parse a cluster member id from a subscriber identifier. @param nId the subscriber identifier @return the cluster member id from the subscriber id
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/SubscriberId.java:211
↓ 10 callersMethodmemmem
Find the second binary region (a "needle") in the first binary region ("the haystack"). @param abHaystack the byte array containing the binary regio
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:1481
↓ 10 callersMethodmetadata
Returns the optional metadata associated with this document chunk. @return the optional metadata associated with this document chunk
prj/coherence-core/src/main/java/com/oracle/coherence/ai/DocumentChunk.java:107
↓ 10 callersMethodnaturalOrder
Returns a comparator that compares {@link Comparable} objects in natural order. @param <T> the {@link Comparable} type of element to be compared @re
prj/coherence-core/src/main/java/com/tangosol/util/function/Remote.java:2475
↓ 10 callersMethodnewSpan
Return a {@link Span.Builder} for the specified operation. @param sOpName the operation name @return the {@link Span.Builder}
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/TracingHelper.java:249
↓ 10 callersMethodnextPrimitive
Returns the next element (as a long) in the iteration. @return the next element (as a long) in the iteration @exception NoSuchElementException itera
prj/coherence-core/src/main/java/com/tangosol/util/PrimitiveSparseArray.java:292
↓ 10 callersMethodniceTrace
(T exception)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonStreamException.java:58
↓ 10 callersMethodnumberOfLeadingZeros
From JDK 1.5 @param i a long @return the count of leading zeros
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/BitHelperTest.java:459
↓ 10 callersMethodof
Obtains a {@link Role} with a specific name. @param sName the name of the {@link Role} @return a {@link Role}
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/options/Role.java:74
↓ 10 callersMethodofferLast
Inserts the specified element at the end of this deque unless it would violate capacity restrictions. When using a capacity-restricted deque, this me
prj/coherence-core/src/main/java/com/tangosol/net/NamedDeque.java:158
↓ 10 callersMethodonException
Called in the event that {@link #onReadySafe} resulted in an exception. <p> The default implementation simply disconnects the connection. @param t t
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:2282
↓ 10 callersMethodopenActive
Open and return the singleton active PersistenceManager. @return the singleton active PersistenceManager or null if an active PersistenceMana
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceEnvironment.java:48
↓ 10 callersMethodparse
Create {@code CanonicalTypeDescriptor} by parsing fully qualified canonical type name. @param type the fully qualified canonical type name @return
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/CanonicalTypeDescriptor.java:97
↓ 10 callersMethodparseCooperativeNotifierFlushPolicyForTest
(String sPolicy)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/VirtualDaemonPoolComponentTest.java:1742
↓ 10 callersMethodparseVersion
Parse the specified version string and generate an internal integer representation.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/actualMemberSet/ServiceMemberSet.java:1052
↓ 10 callersMethodpopulateStore
Populate the given store with the given keys and associated value. @param store the store to populate @param abKeys the keys to store @param b
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/AbstractPersistencePerformanceTest.java:465
↓ 10 callersMethodproceed
(Object oResult)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:14912
↓ 10 callersMethodprocess
(com.tangosol.net.MemberEvent evtMember)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:9336
↓ 10 callersMethodprocessCommand
(String sCmd)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:5084
↓ 10 callersMethodprocessCompletion
Process the completion of the request submission.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/requestContext/AsyncContext.java:216
↓ 10 callersMethodprocessOnlyElementOf
Request that the <strong>only</strong> child element contained within the {@link XmlElement} is processed using an appropriate {@link NamespaceHandler
prj/coherence-core/src/main/java/com/tangosol/config/xml/ProcessingContext.java:448
↓ 10 callersMethodprocessPartitionedRequestTimeout
Process a RequestTimeoutException for a sendPartitionedRequest() call.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/BinaryMap.java:3235
↓ 10 callersMethodputAndCheckEvent
Helper.
prj/test/functional/events/src/main/java/events/EntryEventsTests.java:480
↓ 10 callersMethodquoteCanonical
Return a quoted {@link ObjectName#getKeyPropertyListString KeyPropertyString} or a quoted canonical name. Wildcard and AnyCharacter ( and ? respective
prj/coherence-core/src/main/java/com/tangosol/net/management/MBeanHelper.java:1350
↓ 10 callersMethodreadBigInteger
Read a <tt>BigInteger</tt> from the POF stream. @param iProp the property index to read @return the <tt>BigInteger</tt> property value, or null if
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofReader.java:317
↓ 10 callersMethodreadBigInteger
Read a BigInteger value from the passed DataInput. @param in the DataInput object to read from @return the BigInteger value @throws IOException on
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:499
↓ 10 callersMethodreadUnsignedByte
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/AbstractReadBuffer.java:467
↓ 10 callersMethodrealizes
Note: no longer used internally. deprecated for external usages, will be removed in future. <p> Determines if a {@link ParameterizedBuilder} will buil
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ParameterizedBuilderHelper.java:147
↓ 10 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/persistence/src/main/java/persistence/PersistenceTestHelper.java:100
↓ 10 callersMethodregisterAccepted
()
prj/coherence-core/src/main/java/com/tangosol/net/queue/MutableQueueStatistics.java:34
↓ 10 callersMethodregisterEventDispatcher
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/Registry.java:121
↓ 10 callersMethodregisterRejected
()
prj/coherence-core/src/main/java/com/tangosol/net/queue/MutableQueueStatistics.java:36
↓ 10 callersMethodrelease
Returns a WriteBuffer to the pool. This can happen when {@link MultiBufferWriteBuffer#clear()}, or {@link MultiBufferWriteBuffer#retain(int)}, or {@li
prj/coherence-core/src/main/java/com/tangosol/io/MultiBufferWriteBuffer.java:1291
↓ 10 callersMethodremoteCountDownLatch
Return a singleton instance of a {@link RemoteCountDownLatch} with a specified name and count. @param sName the cluster-wide, unique name of the cou
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/Latches.java:39
↓ 10 callersMethodremoteReset
Reset invocation counts for remote nodes. @param sIdentifier a unique identifier for the EventInterceptor that is accumulating
prj/test/functional/events/src/main/java/events/EventTestHelper.java:88
↓ 10 callersMethodremoveIndexes
Remove all the indexes from the cache and return its index map. @param cache the cache to remove indexes from @return the cache's index map
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/BaseGrpcIT.java:315
↓ 10 callersMethodremoveMemberListener
Remove a Member listener. @param listener the {@link MemberListener} to remove
prj/coherence-core/src/main/java/com/tangosol/net/Service.java:60
↓ 10 callersMethodresolve
Resolve the parameter name on position parameterIdx in the constructor fromConstructor. @param parameterIdx parameter index @param fromConstructor th
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/PropertyNameResolver.java:43
↓ 10 callersMethodresolveThreadCountMax
Derive an effective thread count maximum for an unbounded daemon pool. @param cThreadsMax the configured maximum @param cThreadsMin the configured
prj/coherence-core/src/main/java/com/tangosol/internal/util/DaemonPoolSizing.java:34
↓ 10 callersMethodretain
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/ByteArrayWriteBuffer.java:216
↓ 10 callersMethodroundTrip
Helper method to test serialization roundtrip. @param original the object to serialize and deserialize @param <T> the type of object @return the
prj/coherence-lucene/src/test/java/com/oracle/coherence/lucene/pof/LucenePofSerializersTest.java:79
↓ 10 callersMethodrunTest
Run various cache operations to test different configurations to achieve performance over consistency. @param cache {@link NamedCache} to test agains
prj/examples/guides/220-performance/src/test/java/com/oracle/coherence/guides/performance/PerformanceOverConsistencyTest.java:160
↓ 10 callersMethodsearch
Executes a search query against the Lucene index. @param query the Lucene query to execute @param n the maximum number of results to return @ret
prj/coherence-lucene/src/main/java/com/oracle/coherence/lucene/LuceneIndex.java:720
↓ 10 callersMethodselectedKeys
{@inheritDoc}
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/WrapperSelector.java:103
↓ 10 callersMethodserialize
(T value)
prj/test/functional/grpc-proxy-netty/src/main/java/netty/grpc/proxy/NamedCacheServiceImplTest.java:1789
↓ 10 callersMethodsetBinaryValue
Setter for property BinaryValue.<p> Binary value.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13628
↓ 10 callersMethodsetBottomAnchor
Set the bottom anchor object. <p> This method is intended to be used only by query processors. Clients should not modify the content of this property.
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:302
↓ 10 callersMethodsetCache
(NamedCache cache)
prj/test/functional/near/src/main/java/near/NearCacheTests.java:842
↓ 10 callersMethodsetClassLoader
Assign the ClassLoader this context is associated with. @param loader the ClassLoader associated with this context
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:60
↓ 10 callersMethodsetDefaultType
Set the class to use for deserialization of the specified {@link ValueType} when the Java type cannot be determined based on static type information o
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:155
↓ 10 callersMethodsetDelegate
Set the internal LongArray. @param array the new internal LongArray
prj/coherence-core/src/main/java/com/tangosol/util/CopyOnWriteLongArray.java:105
↓ 10 callersMethodsetEnabled
Setter for property Enabled.<p> True iff this Proxy has been enabled. @see setConfig()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Proxy.java:274
↓ 10 callersMethodsetEnforceTypeAliases
Enables enforcement that all class metadata must be defined by aliases instead of raw types. Any raw types discovered during ser/deser operations wil
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:658
↓ 10 callersMethodsetLocalAddress
Set the address server should listen on. @param sAddr the address
prj/coherence-core/src/main/java/com/tangosol/coherence/http/GenericHttpServer.java:61
↓ 10 callersMethodsetManagementEnabled
Set if JMX management is enabled for a configuration. <p> Management may be enabled or disabled at runtime via {@link javax.cache.CacheManager#enableM
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/CoherenceBasedCompleteConfiguration.java:128
↓ 10 callersMethodsetNext
Set the op that follows this one. This is used internally by the assembler. @param op the next op
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Op.java:1926
↓ 10 callersMethodsetOperationalContext
Configure the {@link OperationalContext} used by this ConnectionManager. @param ctx the OperationalContext used by this ConnectionManager
prj/coherence-core/src/main/java/com/tangosol/net/messaging/ConnectionManager.java:76
↓ 10 callersMethodsetParentSpan
Sets the parent span name and span that the implementing component may use to build the span graph. @param sSpanName the parent {@link Span} name @p
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/TracingAware.java:26
↓ 10 callersMethodsetProperty
(String sName, String sValue)
prj/test/functional/persistence/src/main/java/persistence/JournalBackingMapRecoveryBenchmarkTests.java:415
↓ 10 callersMethodsetProperty
(String sName, String sValue)
prj/test/functional/persistence/src/main/java/persistence/JournalSimplePersistenceTests.java:307
↓ 10 callersMethodsetResult
Setter for property Result.<p> The result of the Poll. This property is used to collect the result of the Poll and return it to the client thread that
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Poll.java:905
↓ 10 callersMethodsetSanityCheckingEnabled
Set whether sanity checking is enabled when executing commands. @param fSanity whether sanity checking is enabled when executing commands
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExecutionContext.java:237
↓ 10 callersMethodsetScheduledTasks
Setter for property ScheduledTasks.<p> A set of Disposables (representing tasks) which have been scheduled for delayed execution, and which have not y
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2641
↓ 10 callersMethodsetServiceName
Setter for property ServiceName.<p> The name of the Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:17717
↓ 10 callersMethodsetSet
Setter for property Set.<p> Wrapped Set
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperSet.java:272
↓ 10 callersMethodsetSnapshotName
Setter for property SnapshotName.<p> The name of the snapshot to create.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:32660
↓ 10 callersMethodsetStatsTaskAddCount
Setter for property StatsTaskAddCount.<p> The total number of tasks added to the pool since the last time the statistics were reset.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2806
↓ 10 callersMethodsetStatus
Setter for property Status.<p> Transaction status. The value is one the values defined by jakarta.transaction.Status interface. STATUS_ACTIVE (0) - A
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/TransactionCache.java:899
↓ 10 callersMethodsetTypeId
Specify the unique type id for the {@link TypeKey}. @see TypeKey#getTypeId() @param nTypeId type id used in uniquely identifying a
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/ClassMetadataBuilder.java:191
↓ 10 callersMethodsetValue
Set the design-time value of this Property. @param oValue the new value for this Property @exception PropertyVetoException if the new attribute val
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:6574
↓ 10 callersMethodsetWorkerThreadCountMax
Set the maximum worker thread count. @param cThreads the maximum thread count
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/DefaultServiceDependencies.java:237
↓ 10 callersMethodsizeDir
Return the approximate disk usage in bytes for a given directory. Note the size may differ from the actual size on the file system due to compression,
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:297
↓ 10 callersMethodstartDaemon
Start the cache server and asynchronously check the service status periodically, restarting any services that have stopped. @param cWaitMillis the n
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:128
↓ 10 callersMethodstore
Store the specified value under the specified key in the underlying store. This method is intended to support both key/value creation and value update
prj/coherence-core/src/main/java/com/tangosol/net/cache/CacheStore.java:36
↓ 10 callersMethodsubmitToSingleClient
(RemoteCallable<V> callable)
prj/test/performance/psr/src/test/java/com/tangosol/coherence/performance/PsrPerformanceEnvironment.java:231
↓ 10 callersMethodtoBinary
Translate the passed Object object into an Binary object. @param o the Object to serialize into a Binary object @return the Binary object
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationMap.java:444
↓ 10 callersMethodtoBinary
Translate the passed Object object into an Binary object. @param o the Object to serialize into a Binary object @return the Binary object
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleSerializationMap.java:412
↓ 10 callersMethodtoBinaryKey
Serialize the specified key into its Binary form. @param o the key @return the binary
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicPartition.java:2552
↓ 10 callersMethodtoExternal
Convert a value that is managed in this Map to the external value in the form known to a consumer of this Map. <p> Note: Not private because it is use
prj/coherence-core/src/main/java/com/tangosol/util/OpenHashMap.java:525
↓ 10 callersMethodtoList
Returns a {@code Collector} that accumulates the input elements into a new {@code List}. There are no guarantees on the type, mutability, serializabil
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:127
↓ 10 callersMethodtoString
Provide a human-readable representation of the DataType object. For all data types except components, the resulting string is the type as it would ap
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:799
↓ 10 callersMethodtoString
Provide a human-readable representation of the Binary object. @return a String whose contents represent the value of this Binary object
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:959
↓ 10 callersMethodtraceImpl
Internal implementation for trace methods.
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:247
↓ 10 callersMethodtranslateEvent
(com.tangosol.net.MemberEvent evtMember)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:1520
↓ 10 callersMethodunlock
Unlock this connection.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:1383
↓ 10 callersMethodvalidateForActiveRecovery
Validate the specified store in active recovery context. @param store the persistent store to validate @param service the partitioned service @t
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:358
↓ 10 callersMethodvalue
()
prj/test/functional/concurrent/src/main/java/concurrent/atomic/AtomicBooleanTest.java:33
↓ 10 callersMethodwhenStarted
Obtain a {@link CompletableFuture} that will be completed when this {@link Coherence} instance has started. @return a {@link CompletableFuture} that
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:1061
↓ 10 callersMethodwithBundle
Register some genson bundles. For example to enable JAXB support: <p/> <pre> builder.withBundle(new JAXBExtension()); </pre> <b>All bundles should be
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:425
← previousnext →3,901–4,000 of 78,752, ranked by callers