Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oracle/coherence
/ functions
Functions
78,752 in github.com/oracle/coherence
⨍
Functions
78,752
◇
Types & classes
10,274
↓ 3 callers
Method
start
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/ExternalizableTest.java:597
↓ 3 callers
Method
start
Starts the timer using the current system time. <p/> This method sets the start time to the current instant and clears any previous stop time, effecti
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/util/Timer.java:109
↓ 3 callers
Method
startCluster
(String suffix, boolean fStorage, int cMember, String sRole)
prj/test/functional/topics/src/main/java/topics/TopicChannelCountRecoveryTests.java:130
↓ 3 callers
Method
startPublisher
Run a {@link TopicPublisher} process. @param sName the name for the process @param opts any additional options for the process @return the {@link
prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/ClosableCluster.java:113
↓ 3 callers
Method
startServers
(String sName, String sProject, Properties props, int c)
prj/test/functional/tcmp/src/main/java/tcmp/ClusteringTests.java:85
↓ 3 callers
Method
startService
Start the InvocationService used for management.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:2475
↓ 3 callers
Method
startServices
Start all services that are declared as requiring an "autostart".
prj/coherence-core/src/main/java/com/tangosol/net/ExtensibleConfigurableCacheFactory.java:874
↓ 3 callers
Method
startSubscriber
(int id)
prj/test/functional/topics/src/main/java/topics/TopicsRollbackTests.java:110
↓ 3 callers
Method
stop
Request the daemon to stop. This method will only have an effect if the daemon sub-class respects the value returned from {@link #isStopping()}.
prj/coherence-core/src/main/java/com/tangosol/util/Daemon.java:398
↓ 3 callers
Method
stop
Stop timing the test.
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/TestResult.java:131
↓ 3 callers
Method
stop
Stop the wrapped Process and close its log file.
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/Agent.java:521
↓ 3 callers
Method
stop
(String s)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/ExternalizableTest.java:601
↓ 3 callers
Method
stop
()
prj/test/functional/persistence/src/main/java/persistence/JournalVsBdbComparisonTests.java:1279
↓ 3 callers
Method
stop
Hard-stop the Service. Use shutdown() for normal termination.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:5055
↓ 3 callers
Method
stop
Hard-stop the Service. Use shutdown() for normal termination.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:5747
↓ 3 callers
Method
stopDCS
Stop DefaultCacheServer ensuring that the ServiceMonitor is fully stopped. @param server the DefaultCacheServer
prj/test/functional/net/src/main/java/net/DefaultCacheServerServiceMonitorTests.java:452
↓ 3 callers
Method
stopServers
(String sName, int c)
prj/test/functional/tcmp/src/main/java/tcmp/ClusteringTests.java:95
↓ 3 callers
Method
store
Store the specified value under the specific key in the underlying store. This method is intended to support both key-value pair creation and value up
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistentStore.java:193
↓ 3 callers
Method
storeComponent
Store the specified Component. @param cd the Component Definition @param errlist the ErrorList object to log any derivation/modification
prj/coherence-core/src/main/java/com/tangosol/dev/component/Storage.java:38
↓ 3 callers
Method
storeConfig
Returns the configuration for a specific store. <p/> This endpoint allows clients to retrieve the current configuration settings for a named store, in
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Kb.java:229
↓ 3 callers
Method
storeList
Returns a list of all configured stores with their configurations. <p/> This endpoint provides an overview of all available stores in the system, incl
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Kb.java:207
↓ 3 callers
Method
storeSignature
Store the specified generated Java Class Signature. @param signature the Java Class Signature @exception ComponentException if an unrecoverable er
prj/coherence-core/src/main/java/com/tangosol/dev/component/Storage.java:58
↓ 3 callers
Method
streaming
Convert the specified aggregator to StreamingAggregator. @param aggregator the aggregator to convert @return an instance of a StreamingAggregator
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/GroupAggregator.java:314
↓ 3 callers
Method
subChannel
(StreamObserver<ProxyResponse> observer)
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/ProxyServiceGrpcImpl.java:59
↓ 3 callers
Method
subNotUnremovable
Throw an exception when an invalid attempt is made to un-remove a sub-trait. @param sAttribute the attribute name @exception PropertyVetoException t
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2676
↓ 3 callers
Method
subSequence
Returns a new <code>ByteSequence</code> that is a subsequence of this sequence. The subsequence starts with the <code>byte</code> value at the specifi
prj/coherence-core/src/main/java/com/tangosol/util/ByteSequence.java:58
↓ 3 callers
Method
suggestDistribution
Suggest any distribution that may have been collected by this analysis context to the DistributionManager. @return true iff a distribution was sugges
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:3092
↓ 3 callers
Method
summarizingLong
Returns a {@code Collector} which applies an {@code long}-producing mapping function to each input element, and returns summary statistics for the res
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:1357
↓ 3 callers
Method
super$addMapListener
(com.tangosol.util.MapListener listener)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ConcurrentMap.java:409
↓ 3 callers
Method
super$removeMapListener
(com.tangosol.util.MapListener listener)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ConcurrentMap.java:569
↓ 3 callers
Method
supply
()
prj/coherence-core/src/main/java/com/oracle/coherence/ai/search/SimilaritySearch.java:183
↓ 3 callers
Method
swapNoWait
Swap the head and tail, but only if the head is empty and the tail is not. The calling thread must already hold the head lock. @return true if the h
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/concurrentQueue/DualQueue.java:455
↓ 3 callers
Method
sync
After traversing an underlying WriteBuffer boundary, or otherwise changing the offset significantly, sync between this BufferOutput's absolute positio
prj/coherence-core/src/main/java/com/tangosol/io/MultiBufferWriteBuffer.java:913
↓ 3 callers
Method
sync
Updates this MemberSet's information such that it is a subset of the BaseSet.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/DependentMemberSet.java:344
↓ 3 callers
Method
synchronizeCacheEntryListeners
Register or unregister Coherence CacheEntryListeners on internal cache that dispatches JCache CacheEntryListener based on current state of JCache Cach
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/PartitionedCache.java:1068
↓ 3 callers
Method
synchronizeCacheEntryListeners
Register or unregister Coherence CacheEntryListeners on internal cache that dispatches JCache CacheEntryListener based on current state of JCache Cach
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/localcache/LocalCache.java:1201
↓ 3 callers
Method
tasks
Obtains a reference to the {@link ClusteredTaskManager} cache. @return a reference to the {@link ClusteredTaskManager} cache
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredExecutorInfo.java:623
↓ 3 callers
Method
testAndValidateRandomPartitionSets
Validate results for random partitions. @param cPartitionCount partition count to generate for @param nMembers number of members to generate f
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/ArchiverHelperTest.java:283
↓ 3 callers
Method
testAny
Test that the correct type of EvictionPolicy is created. @param sType the eviction type
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/config/builder/EvictionPolicyBuilderTest.java:69
↓ 3 callers
Method
testArrayObjectInputFilter
Test ObjectInputStream deserialization with ObjectInputFilter.
prj/test/functional/io/src/main/java/io/ObjectInputFilterTests.java:541
↓ 3 callers
Method
testBackupPersistence
Test N server restart with backup persistence.
prj/test/functional/persistence/src/main/java/persistence/BerkeleyDBSimplePersistenceTests.java:578
↓ 3 callers
Method
testBasicAuthentication
(String protocol, SSLSocketProvider provider)
prj/test/functional/http/src/main/java/http/AbstractHttpServerTest.java:131
↓ 3 callers
Method
testCompare
Test that two PartitionSet objects are the same. @param sTest a test name @param set1 a PartitionSet @param set2 a PartitionSet
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/partition/PartitionSetTest.java:619
↓ 3 callers
Method
testDataOutput
(int nTest, DataOutput out)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/BufferPerfTest.java:136
↓ 3 callers
Method
testDynamic
(Properties props, String sTest)
prj/test/functional/persistence/src/main/java/persistence/SimpleRecoveryDynamicQuorumTests.java:99
↓ 3 callers
Method
testExternalizableLiteArrayObjectInputFilter
Test ExternalizableLite ReadBuffer deserialization with ObjectInputFilter.
prj/test/functional/io/src/main/java/io/ObjectInputFilterTests.java:490
↓ 3 callers
Method
testExternalizableLiteObjectInputFilter
Test deserialization filter on {@link ReadBuffer.BufferInput}.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:716
↓ 3 callers
Method
testExternalizableLiteObjectInputFilterUsingBinary
Test ExternalizableLite ReadBuffer deserialization with ObjectInputFilter. @param fExternalizableLite serialize class implementing ExternalizableLit
prj/test/functional/io/src/main/java/io/ObjectInputFilterTests.java:408
↓ 3 callers
Method
testGate
(int iGate)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/GateTest.java:64
↓ 3 callers
Method
testGetInternal
(WebTarget webTarget)
prj/test/functional/rest/src/main/java/rest/AbstractRestTests.java:294
↓ 3 callers
Method
testLongArray
Test longArray against the reference implementation. @param longArray the LongArray to test
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/LongArrayTest.java:99
↓ 3 callers
Method
testMultipleRestartsWithClientEnsureCache
Test multiple restarts with ensure cache before storage nodes start.
prj/test/functional/persistence/src/main/java/persistence/BerkeleyDBSimplePersistenceTests.java:333
↓ 3 callers
Method
testObjectInputFilter
Test Object Deserialisation Filters.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:613
↓ 3 callers
Method
testPersistenceWithWriteBehind
Execute the tests for on-demand or active persistence. @param sServer server name @param sPersistenceMode persistence mode @throws IOExcept
prj/test/functional/persistence/src/main/java/persistence/BerkeleyDBWriteBehindPersistenceTests.java:126
↓ 3 callers
Method
testRoundTrip
(Object obj)
prj/plugins/maven/pof-maven-plugin-tests/src/test/java/com/oracle/coherence/maven/pof/PofMavenPluginTest.java:68
↓ 3 callers
Method
testSimpleAccess
Test a basic configuration of a cache configuration. @param sXml the XML cach-config element @param clzClass the expected builder class
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/config/CacheConfigTest.java:206
↓ 3 callers
Method
testValidate
(AccessController controller)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/coherence/component/net/security/StandardTest.java:60
↓ 3 callers
Method
textToNumericFormatV4
Converts IPv4 address in its textual presentation form into its numeric binary form. @param src a String representing an IPv4 address in standard fo
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/internal/IPAddressUtil.java:37
↓ 3 callers
Method
thenComparing
Returns a lexicographic-order comparator with another comparator. If this {@code Comparator} considers two elements equal, i.e. {@code compare(a, b) =
prj/coherence-core/src/main/java/com/tangosol/util/function/Remote.java:2317
↓ 3 callers
Method
thenOnServiceThread
Return a Continuation that ensures the provided Continuation is invoked on the service thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:14657
↓ 3 callers
Method
threadDump
()
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/CoherenceClusterMember.java:464
↓ 3 callers
Method
throwIfFatal
Throws a particular {@code Throwable} only if it belongs to a set of "fatal" error varieties. These varieties are as follows: <ul> <li>{@code VirtualM
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/SafeStreamObserver.java:190
↓ 3 callers
Method
throwing
Throwable logging. @param clz the source {@link Class} @param sMethod the source method @param throwable the {@link Excepti
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/internal/ExecutorTrace.java:216
↓ 3 callers
Method
tick
Mark the passage of time and decay the current rate accordingly.
prj/coherence-core/src/main/java/com/tangosol/internal/net/metrics/EWMA.java:64
↓ 3 callers
Method
toArray
Returns an array with a runtime type is that of the specified array and that contains data from all of the entries in this Map. See the documentation
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:743
↓ 3 callers
Method
toArray
Return a new array containing the bags values. @return an array of the bag's values
prj/coherence-core/src/main/java/com/tangosol/internal/util/IntBag.java:108
↓ 3 callers
Method
toArrayInternal
Apply the specified toArray() action to the entries in the map. The toArray() action is not applied under any segment lock and is expected to accept
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:801
↓ 3 callers
Method
toBinary
Serialize the specified user object (e.g. EntryProcessor, Extractor, etc) into a Binary.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/ViewMap.java:2507
↓ 3 callers
Method
toBinaryKeyAndValue
(Map.Entry<ByteString, ByteString> entry)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/NamedCacheClientChannel_V1.java:602
↓ 3 callers
Method
toBufferSequence
Create a BufferSequence based on the list of ByteBuffers allocated by this adapter. Subsequent modifications to the buffers and buffer positions are n
prj/coherence-core/src/main/java/com/tangosol/internal/io/BufferSequenceWriteBufferPool.java:100
↓ 3 callers
Method
toBufferSequence
Close the stream and return its contents as a BufferSequence. <p> It is the responsibility of the caller to eventually {@link BufferSequence#dispose d
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequenceOutputStream.java:110
↓ 3 callers
Method
toBytes
Convert the specified int into a series of eight bytes, and write them to the specified byte-array in big-endian form (MSB first). @param n the int
prj/coherence-core/src/main/java/com/tangosol/util/BitHelper.java:321
↓ 3 callers
Method
toCollectionOfInt32
Convert an iterable of integers to a {@link CollectionOfInt32}. @param col the iterable to convert @param <C> the type of the iterable @return a {
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/MessageHelper.java:62
↓ 3 callers
Method
toDataHolder
Convert the object to a DataHolder. @param obj the Object to convert to DataHolder @return the object as a DataHolder
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/DefaultRequestHandler.java:620
↓ 3 callers
Method
toDebugString
Obtain a formatting debug string of the Node and its sub-nodes (recursively). @return the output from {@link #print()}
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:1039
↓ 3 callers
Method
toDecoratedBinary
(Object o)
prj/examples/guides/195-bulk-loading-caches/src/test/java/com/oracle/coherence/guides/preload/cachestore/SmartCacheStoreTest.java:173
↓ 3 callers
Method
toExternal
Return immutable external metadata. @return external metadata
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1597
↓ 3 callers
Method
toExternalUnits
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/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:1182
↓ 3 callers
Method
toInt
Return the int represented by the sequence of eight bytes (in big-endian form) in the specified byte-array starting at the given offset. @param ab t
prj/coherence-core/src/main/java/com/tangosol/util/BitHelper.java:394
↓ 3 callers
Method
toInternal
Return a long with the given partition and version encoded. @param iPart the partition to encode @param nVersion the version to encode @return
prj/coherence-core/src/main/java/com/tangosol/net/internal/PartitionVersionExclusionList.java:300
↓ 3 callers
Method
toJarUrl
Based on a {@link File} create a JAR {@link URL}. @param file the JAR file @return a {@link URL} using a jar protocol @throws MalformedURLExceptio
prj/coherence-core/src/main/java/com/tangosol/io/pof/generator/PofConfigGenerator.java:621
↓ 3 callers
Method
toJavaDate
Create a Java Date from the raw time information. @return a Java Date value
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawTime.java:320
↓ 3 callers
Method
toJmxSignature
Translate the JVM signature into the data type as used in the MBeanInfo or passed to the "invoke" method.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/Manageable.java:1191
↓ 3 callers
Method
toListOfEntries
(List<NamedCacheResponse> list, Serializer serializer)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_1/BaseVersionOneGrpcServiceIT.java:85
↓ 3 callers
Method
toMapEntry
Convert a {@link Map.Entry} of {@link ByteString} keys and values to a deserialized map. @param entry the {@link Map.Entry} to convert @param <KOut
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/BaseGrpcClient.java:249
↓ 3 callers
Method
toMapEvents
(ObservableMap<K, V> map, List<MapListenerResponse> responses,
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/version_0/BaseVersionZeroGrpcIT.java:69
↓ 3 callers
Method
toSimpleEvent
(MapEvent<K, V> event)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/BaseGrpcIT.java:552
↓ 3 callers
Method
toSqlDate
Create a JDBC Date from the raw date information. @return a JDBC Date value
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDate.java:165
↓ 3 callers
Method
toString
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/io/ByteArrayReadBuffer.java:178
↓ 3 callers
Method
toString
Return a String representation of the given {@link SocketAddress}. @param address the {@link SocketAddress} @return a String representation of the
prj/coherence-core/src/main/java/com/tangosol/net/internal/SocketAddressHelper.java:34
↓ 3 callers
Method
toString
(Timestamp ts)
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleAdapter.java:2158
↓ 3 callers
Method
toString
Format the XML element and all its contained information into a String in a display format. Note that this overrides the contract of the toString met
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:326
↓ 3 callers
Method
toString
Obtains a {@link String} representation of the {@link MemorySize} using the most appropriate {@link Magnitude} to simplify the representation. <p> Not
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/MemorySize.java:177
↓ 3 callers
Method
toString
()
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ReadWriteLockHolder.java:392
↓ 3 callers
Method
toString
(JsonValue value)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/ext/jsr353/JSR353Bundle.java:194
↓ 3 callers
Method
toStringArray
Build and return an array of strings to display the event statistics. @return an array of strings to display event statistics
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/AbstractEventDispatcher.java:545
↓ 3 callers
Method
toTimestamp
(String sUri)
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleAdapter.java:2134
↓ 3 callers
Method
toTypeStrings
Parse the method signature into discrete return type and parameter signatures as they would appear in Java source. @param sSig the JVM method signatu
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:400
↓ 3 callers
Method
toX509
Converts a {@link Certificate} to X509Certificate @param cert the certificate to convert @return an X509Certificate @throws CertificateException if
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLCertUtility.java:43
↓ 3 callers
Method
touch
Construct a touch processor. @return a touch processor @see TouchProcessor
prj/coherence-core/src/main/java/com/tangosol/util/Processors.java:605
← previous
next →
12,901–13,000 of 78,752, ranked by callers