MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 8 callersMethodrunTest
Executes a test based on the provided Class[] of objects ({@literal aclzAppObjects}), the map of previously defined user types ({@literal mapTypes}) a
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/generator/PofConfigGeneratorTest.java:305
↓ 8 callersMethodsave
Store this UID in a stream. This is a custom serialization implementation that is unrelated to the Serializable interface and the Java implementation
prj/coherence-core/src/main/java/com/tangosol/util/UID.java:359
↓ 8 callersMethodsavePosition
Returns an object that can be used to restore the current position in the script. This method is similar to the mark method of the Java stream classe
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/Script.java:84
↓ 8 callersMethodsemaphoreName
Return a test-scoped semaphore name. @param sSuffix the semaphore name suffix @return a test-scoped semaphore name
prj/test/functional/concurrent/src/main/java/concurrent/RemoteSemaphoreTest.java:250
↓ 8 callersMethodserialize
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/ConfigurablePofContext.java:356
↓ 8 callersMethodsetAddress
(Address addr)
prj/coherence-testing-data/src/main/java/data/pof/Person.java:72
↓ 8 callersMethodsetAge
(int age)
prj/test/functional/rest/src/main/java/rest/data/Persona.java:54
↓ 8 callersMethodsetChildren
(Person[] aChildren)
prj/coherence-testing-data/src/main/java/data/pof/Person.java:95
↓ 8 callersMethodsetCookie
Setter for property Cookie.<p> Opaque cookie used to support streaming. See PartialResponse#Cookie.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:8076
↓ 8 callersMethodsetDaemonCount
Setter for property DaemonCount.<p> The number of Daemon threads that exist, if the pool has been started, or the number of Daemon threads that will b
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:2406
↓ 8 callersMethodsetDeliveryState
Setter for property DeliveryState.<p> The delivery state of the packet, only applicable to outgoing packets. Only maintained when flow control is enab
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/MessagePacket.java:806
↓ 8 callersMethodsetException
Setter for property Exception.<p> A deserialization exception caught by the read().
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java:1358
↓ 8 callersMethodsetFirstName
(String firstName)
prj/test/functional/cdi/src/main/java/cdi/data/Person.java:63
↓ 8 callersMethodsetFromManual
Set the manual origin.
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:1827
↓ 8 callersMethodsetFromMember
Setter for property FromMember.<p> The Member that is sending (or that did send) the Message. During the discovery phase (and only for Service 0), thi
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:1434
↓ 8 callersMethodsetInternalService
Setter for property InternalService.<p> The actual (wrapped) Service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:1186
↓ 8 callersMethodsetLocalPort
Set the port number server should listen on. @param nPort the port number
prj/coherence-core/src/main/java/com/tangosol/coherence/http/GenericHttpServer.java:68
↓ 8 callersMethodsetMap
Setter for property Map.<p> Wrapped Map
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperMap.java:246
↓ 8 callersMethodsetMessageFactory
Setter for property MessageFactory.<p> The MessageFactory used create Message objects that may be sent through this Channel. @see com.tangosol.net.me
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:2015
↓ 8 callersMethodsetNext
Set the next entry in the linked list (open hash) @param eNext the next Entry
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedHashMap.java:2211
↓ 8 callersMethodsetNextIdleDaemon
Set the next daemon in the pool-wide idle stack.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:4326
↓ 8 callersMethodsetOldestPendingRequestSUIDCounter
Setter for property OldestPendingRequestSUIDCounter.<p> The AtomicLong backing OldestPendingRequestSUID.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:4667
↓ 8 callersMethodsetOldestPendingSUID
Setter for property OldestPendingSUID.<p> A smallest (oldest) pending SUID issued by the local service member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/RequestContext.java:209
↓ 8 callersMethodsetPageSize
Set the page size (expressed as a number of entries per page). @param cPageSize the page size
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:167
↓ 8 callersMethodsetParallel
Set a flag specifying whether this stream is parallel or sequential. @param fParallel <c>true</c> if parallel, <c>false</c> if sequential
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/AbstractPipeline.java:146
↓ 8 callersMethodsetPriority
Setter for property Priority.<p> The priority or "weight" of the member; used to determine tie-breakers.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:2749
↓ 8 callersMethodsetPrompt
Setter for property Prompt.<p> The prompt that should be output by the Logger.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:8460
↓ 8 callersMethodsetReceiver
Setter for property Receiver.<p> The optional Receiver that processes unsolicited Message objects sent through this Channel. @see com.tangosol.net.me
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:2043
↓ 8 callersMethodsetSchemeName
Set the scheme name, trimming the name of starting and ending whitespace if necessary. @param sName the scheme name
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/AbstractScheme.java:58
↓ 8 callersMethodsetServiceVersion
Setter for property ServiceVersion.<p> @see com.tangosol.net.ServiceInfo#getServiceVersion
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/proxy/ServiceProxy.java:318
↓ 8 callersMethodsetStatsTaskCount
(long cStatsTaskCount)
prj/test/functional/core/src/main/java/com/tangosol/coherence/component/util/DaemonPoolIT.java:945
↓ 8 callersMethodsetStatus
Configure the Status for this Request. @param status the new Status @throws IllegalStateException if the Status has already been configured
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Request.java:56
↓ 8 callersMethodsetStripTrailingZeros
Allows you to set the property to {@code true} to remove trailing zeros from the aggregation result. @param fStripTrailingZeros Defaults to false if n
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/AbstractBigDecimalAggregator.java:269
↓ 8 callersMethodsetSubject
Setter for property Subject.<p> The optional Subject associated with the Channel. @see com.tangosol.net.messaging.Channel#getChannel
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:2096
↓ 8 callersMethodsetSubscriberIds
Setter for property SubscriberIds.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:5398
↓ 8 callersMethodsetTcpRingPort
Setter for property TcpRingPort.<p> The port on which this member is listening for TcpRing connections. Note that when the member is using a configur
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:2913
↓ 8 callersMethodsetTheMember
Setter for property TheMember.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/SingleMemberSet.java:515
↓ 8 callersMethodsetThreadCountMax
Configure the maximum number of daemon threads used by this DaemonPool. @param cThreads the maximum number of daemon threads
prj/coherence-core/src/main/java/com/tangosol/internal/util/DefaultDaemonPoolDependencies.java:126
↓ 8 callersMethodsetTimestamp
Setter for property Timestamp.<p> Date/time value that the Member was born. This is part of the unique identifier of the Member (Timestamp, Address, P
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:2930
↓ 8 callersMethodsetTopicName
Setter for property TopicName.<p> The name of the topic to set the channel count for.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:5427
↓ 8 callersMethodsetTopicService
Setter for property TopicService.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/proxy/serviceProxy/TopicServiceProxy.java:491
↓ 8 callersMethodsetType
Setter for property Type.<p> One of the BACKUP_ , KEY_INDEX or FACTORY_ADAPTER constants.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:12225
↓ 8 callersMethodsetUnitCalculator
Set the UnitCalculator for the cache to use. @param calculator a UnitCalculator
prj/coherence-core/src/main/java/com/tangosol/net/cache/ConfigurableCacheMap.java:380
↓ 8 callersMethodsetVersionCurrent
Setter for property VersionCurrent.<p> The newest protocol version supported by this Protocol. @see com.tangosol.net.messaging.Protocol#getCurrentVer
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Protocol.java:281
↓ 8 callersMethodset_Feed
Setter for property _Feed.<p> Property used by Component Integration. This property is not meant to be designed directly.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/ConcurrentMap.java:132
↓ 8 callersMethodsimplify
(Filter filter)
prj/test/functional/filter/src/main/java/filter/AbstractFilterTests.java:962
↓ 8 callersMethodsizeof
Return the number of bytes retained by this BinaryLongMap. @return the number of bytes retained by this BinaryLongMap
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:284
↓ 8 callersMethodsortedSet
(E... elements)
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/tests/streams/BaseStreamTest.java:564
↓ 8 callersMethodsplitMessage
(int nClient, int cClientCount, M message)
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/RunnerProtocol.java:299
↓ 8 callersMethodstart
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/fsm/NonBlockingFiniteStateMachine.java:179
↓ 8 callersMethodstartServer
(String sTestPrefix, String sMember, File dirActive, File dirTrash, Properties pr
prj/test/functional/persistence/src/main/java/persistence/AbstractRollingPersistenceTests.java:452
↓ 8 callersMethodstop
Hard-stop the Service. Use shutdown() for normal termination.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:2067
↓ 8 callersMethodteleport
(F function)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/util/invoke/RemotableSupportTest.java:727
↓ 8 callersMethodterminate
Terminate this Guardable. <p> This is the final action taken by the Guardian before the Guardable is removed from its responsibility list.
prj/coherence-core/src/main/java/com/tangosol/net/Guardable.java:68
↓ 8 callersMethodtestCacheStoreRemove
(String sCacheName, boolean fUsePutAll)
prj/test/functional/rwbm/src/main/java/rwbm/ReadWriteBackingMapTests.java:1714
↓ 8 callersMethodtestConfigConflict
(String sServer, String sCache, Properties props, boolean fStorage, boolean fJoinExpected)
prj/test/functional/persistence/src/main/java/persistence/AbstractConfigurationPersistenceTests.java:327
↓ 8 callersMethodtestPagedTopicSchemeProcessing
(String sXml)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/config/xml/processor/PagedTopicSchemeProcessorTest.java:304
↓ 8 callersMethodtestRemoveProcessor
Internal helper.
prj/test/functional/rwbm/src/main/java/rwbm/ReadWriteBackingMapTests.java:2916
↓ 8 callersMethodtestShutdown
Test shutdown behavior under various scenarios. @param graceful whether to call shutdown(), or shutdownNow() @param registerExecutors whet
prj/test/functional/executor/src/main/java/executor/common/AbstractTaskExecutorServiceTests.java:1810
↓ 8 callersMethodthrowException
()
prj/test/functional/executor/src/main/java/executor/common/AbstractTaskExecutorServiceTests.java:2284
↓ 8 callersMethodtoArray
Turns an enumeration into an array. @param enmr the enumerator @return an array of the objects from the enumerator
prj/coherence-core/src/main/java/com/tangosol/util/SimpleEnumerator.java:222
↓ 8 callersMethodtoBinary
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/ByteArrayWriteBuffer.java:307
↓ 8 callersMethodtoBinary
(V value)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:4162
↓ 8 callersMethodtoBinary
Encode a ContentKey into a Binary. @return the Binary
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/ContentKey.java:118
↓ 8 callersMethodtoCrc
Calculate a CRC32 value from a byte array. @param ab an array of bytes @return the 32-bit CRC value
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1933
↓ 8 callersMethodtoLongArray
Convert an array of Long objects to a long[].
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:10142
↓ 8 callersMethodtoTypes
Parse the method signature into discrete return type and parameter signatures as they appear in Java .class structures. @param sSig the JVM method si
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:420
↓ 8 callersMethodtokenString
Convert the buffered characters into a String representing a token. @return the String representing the buffered token
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/base/BaseTokenScanner.java:649
↓ 8 callersMethodtopBy
Return the top N entities with the highest values for the specified extractor. @param extractor the extractor to get the values to compare with @par
prj/coherence-core/src/main/java/com/oracle/coherence/repository/AbstractRepository.java:1706
↓ 8 callersMethodtruncate
Truncate a formerly allocated buffer, returning a buffer whose size more closely matches the amount of space used (as indicated by {@link ByteBuffer#r
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferManager.java:93
↓ 8 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-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClientChannel.java:542
↓ 8 callersMethodtruncateString
Truncate a string to the specified character count. @param s the String to be truncated @param cLimit expected character count @return the tr
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1440
↓ 8 callersMethodunlock
Unlock this gate.
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/ThreadGate.java:779
↓ 8 callersMethodunlock
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:1669
↓ 8 callersMethodunregisterCacheObject
Removes registered JCache MBean for a Cache @param cache remove registered JCache MBean for this cache @param objectNameType JCache MBean
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/MBeanServerRegistrationUtility.java:113
↓ 8 callersMethodunregisterEventInterceptor
Unregister an {@link EventInterceptor}, and remove it from all {@link EventDispatcher}s. @param sIdentifier the unique identifier of the interceptor
prj/coherence-core/src/main/java/com/tangosol/net/events/InterceptorRegistry.java:86
↓ 8 callersMethodunwrap
Unwrap the specified element (which could be a {@link UniqueElement wrapped} or an "actual") element. @param o the element to unwrap @return the un
prj/coherence-core/src/main/java/com/tangosol/util/SortedBag.java:377
↓ 8 callersMethodupdate
Update the serialization statistics with the size (in bytes) of a newly serialized object. @param cb the number of bytes used to serialize
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:3713
↓ 8 callersMethodupdateLoadBalancer
Update the load balancing strategy in response to a change in a ProxyService utilization. @param member the Member for which the utilization cha
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ProxyService.java:2453
↓ 8 callersMethoduseClassMetadataWithStaticType
If set to false, during serialization class metadata will be serialized only for types where the runtime type differs from the static one. Ex: <pre>
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/GensonBuilder.java:821
↓ 8 callersMethodvalidate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/DefaultPartitionedServiceDependencies.java:371
↓ 8 callersMethodvalidateCustomizedBundler
Validate the bundler that has customized values. @param bundler the bundler
prj/test/functional/bundler/src/main/java/bundler/BundlingNamedCacheTests.java:602
↓ 8 callersMethodvalidateDefaultBundler
Validate the default bundler. @param bundler the bundler
prj/test/functional/bundler/src/main/java/bundler/BundlingNamedCacheTests.java:589
↓ 8 callersMethodvalidateImportUri
Validate a single import URI. @param sUri the URI string
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/RagSecurity.java:275
↓ 8 callersMethodvalidateNamedTopic
Get the topic and do a simple test to ensure that it works. @param sName the topic name @param sServiceType the expected service type @retu
prj/test/functional/config/src/main/java/config/SchemeSelectionTopicTests.java:332
↓ 8 callersMethodvalues
Return the values that satisfy this query. @param cache cache to be queried (filtered) @param sOrder ordering expression (see
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/query/Query.java:58
↓ 8 callersMethodverifyEvictionPolicy
Verify that the EvictionPolicy is the correct class. @param sCacheName the cache name @param clzEvictionPolicy the eviction policy class
prj/test/functional/cache/src/main/java/cache/MapConfigTests.java:236
↓ 8 callersMethodverifyFeature
Verify that a feature with the specified name has the expected value.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:5303
↓ 8 callersMethodverifyTestAssumptions
Verify the assumptions needed to run tests.
prj/coherence-docker/src/test/java/com/oracle/coherence/docker/ImageNames.java:32
↓ 8 callersMethodvisit
Visit a parsed journal entry. @param nFileId journal file id @param ofEntry byte offset of the entry within the file @param entry parsed entry
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalUtils.java:48
↓ 8 callersMethodvisitEnd
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/ASMCreatorParameterNameResolver.java:254
↓ 8 callersMethodwaitForBalanced
Wait for an extended period compared with {@link AbstractFunctionalTest#waitForBalanced(CacheService)} for the specified (partitioned) cache service t
prj/test/functional/topics/src/main/java/topics/AbstractSimplePersistenceTopicTests.java:802
↓ 8 callersMethodwaitForEvents
Wait to receive a specific event or a timeout, whichever comes first. @param cache Cache in which to add data that will cause
prj/test/functional/extend/src/main/java/extend/ProxyEventTests.java:443
↓ 8 callersMethodwarning
(String msg, Object... params)
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/routeguide/RouteGuideClient.java:283
↓ 8 callersMethodwithNotificationId
Return an option to set the Subscriber's id. <p/> This option should only be used in testing. @param nId the Subscriber's id @return an option to s
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:2823
↓ 8 callersMethodwithoutTypeChecking
Obtains a {@link ValueTypeAssertion} that allows topic to be acquired <strong>without</strong> type-checking, warnings or log messages. @return a {@l
prj/coherence-core/src/main/java/com/tangosol/net/ValueTypeAssertion.java:78
↓ 8 callersMethodwrite
Write the responses on the underlying channel. @return SelectionService's operation-set bit for write operations if there are pending data to
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/server/Connection.java:51
↓ 8 callersMethodwrite
(int b)
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1777
↓ 8 callersMethodwriteDateTimeWithZone
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferWriter.java:1079
↓ 8 callersMethodwriteDateTimeWithZone
Write a <tt>Date</tt> property to the POF stream in ISO8601 format. <p> This method encodes the year, month, day, hour, minute, second, millisecond an
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofWriter.java:676
← previousnext →4,901–5,000 of 78,752, ranked by callers