MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethodfindBinaryKeysForBucket
A helper method that will return the {@link Set} of {@link Binary} keys for the elements that are contained in the specified bucket from the given bac
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/Bucket.java:412
↓ 2 callersMethodfindCachingScheme
Return the {@link CachingScheme} for a given cache name. If the caching scheme is a near cache then return the back scheme. @param sName the cache
prj/coherence-core/src/main/java/com/tangosol/net/ExtensibleConfigurableCacheFactory.java:2320
↓ 2 callersMethodfindChunks
Finds document chunks across all stores matching the search criteria. <p/> This method performs parallel searches across all configured stores and agg
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/api/Kb.java:388
↓ 2 callersMethodfindClass
(String name)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/generator/PortableTypeGeneratorTest.java:308
↓ 2 callersMethodfindClassNames
Based on the provided Annotation Class scan the resources this ClassAnnotationSeeker is scoped by its {@link Dependencies} and return a {@link List} o
prj/coherence-core/src/main/java/com/tangosol/dev/introspect/ClassAnnotationSeeker.java:78
↓ 2 callersMethodfindDeadMember
Find a dead (recycled) member with the specified Id and UID.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/actualMemberSet/serviceMemberSet/MasterMemberSet.java:324
↓ 2 callersMethodfindEntryFile
Return a File representing the PackagerEntry by searching the CLASSPATH for a directory that contains the entry by pathname. Note: we use this ONLY t
prj/coherence-core/src/main/java/com/tangosol/dev/packager/PackagerBaseEntry.java:114
↓ 2 callersMethodfindInsertionPoint
Find the point at which a Node with the specified index would be inserted. <p> If the tree is empty then null is returned. If the index already exists
prj/coherence-core/src/main/java/com/tangosol/util/AbstractSparseArray.java:751
↓ 2 callersMethodfindKeyOwnedBy
(DistributedCacheService service, int nMemberId, boolean fPrimary)
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:466
↓ 2 callersMethodfindMBeanServerMember
Find a cluster member that is running the MBeanServer. @param proxy the {@link MBeanServerProxy}. @return the member id of a cluster member that i
prj/test/functional/jmx/src/main/java/jmx/MBeanServerProxyNotificationFailureTests.java:130
↓ 2 callersMethodfindMatchingOPToken
Return the {@link OPToken} mapped to the next token in the {@link OPParser}'s token stream. @param parser the OPParser providing the token stream @
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/PeekOPToken.java:215
↓ 2 callersMethodfindMemberState
(Map<Integer, MemberState> mapMembers, Member member)
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:408
↓ 2 callersMethodfindMethod
Find method with the specified name and description. @param sName method name @param sDesc method description @return method with the specified na
prj/coherence-core/src/main/java/com/tangosol/io/pof/generator/PortableTypeGenerator.java:1436
↓ 2 callersMethodfindMinSlotSharingQueue
Find a queue that is associated with the smallest number of WorkSlots and is different from the specified queue. This method should only be called whi
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:987
↓ 2 callersMethodfindNode
Given the passed key, determine if this Node or a child Node matches that key, and if so then return the associated Node. @param binKey the key to m
prj/coherence-core/src/main/java/com/tangosol/util/BinaryRadixTree.java:393
↓ 2 callersMethodfindPort
(String sScope)
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/callables/FindGrpcProxyPort.java:52
↓ 2 callersMethodfindPort
(String sServiceName)
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/callables/FindExtendProxyPort.java:54
↓ 2 callersMethodfindPrimaryOwner
(List<PartitionAssignment> listAssignments, int iPartition)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/net/partition/SimpleAssignmentStrategyTest.java:91
↓ 2 callersMethodfindSessionsByScope
Find the {@link Session} instances with the given scope name across all {@link Coherence} instances. @param sScope the scope name of the {@link Sess
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:697
↓ 2 callersMethodfindSpan
Return the current active span, or try to find the span in the current {@link Context}. @return the current active span, or try to find the span in t
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/TracingDaemonPool.java:166
↓ 2 callersMethodfindViewFor
(Type type, List<Class<? extends BeanView<?>>> views)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/convert/BeanViewConverter.java:71
↓ 2 callersMethodfindWeakestMember
Search the supplied member set and return the member which this member has the most issues communicating with or null if everyone is perfect.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:994
↓ 2 callersMethodfinish
Mark myself as finished.
prj/test/functional/near/src/main/java/near/NearCacheTests.java:862
↓ 2 callersMethodfinishStarting
Wait for the specified worker to finish starting. This method is called while the daemon is in the STARTING state. The caller must be synchronized on
prj/coherence-core/src/main/java/com/tangosol/util/Daemon.java:527
↓ 2 callersMethodfinishUse
Decrement the use count for this block and check if it is now zero.
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3709
↓ 2 callersMethodfinishable
A {@link Predicate} to determine if a result container can be finished early avoiding further accumulation of results using the container. <p> Should
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:184
↓ 2 callersMethodfireAttributeChange
Fire the vetoable change event for an attribute. Assumption is that most of the time there are zero listeners, occasionally there may be one listener
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2739
↓ 2 callersMethodfirstLetterToUppercase
Add a transformer that converts first letter of the input string to uppercase to the chain. @return this {@code NameTransformerChain}
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/util/NameTransformerChain.java:122
↓ 2 callersMethodfixedClient
Create a default {@link Coherence} client instance, creating it if it does not already exist. <p> If using the default Coherence cache configuration f
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:336
↓ 2 callersMethodfixedClientBuilder
Returns a {@link Builder} instance that can build a {@link Coherence} instance using the specified {@link CoherenceConfiguration}. <p> The {@link Cohe
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:451
↓ 2 callersMethodflatMap
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the prov
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteDoubleStream.java:223
↓ 2 callersMethodflatMap
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the prov
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteLongStream.java:224
↓ 2 callersMethodflatMap
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the prov
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteIntStream.java:224
↓ 2 callersMethodflatten
Create a single dimensional array containing all elements of the specified array of arrays. @param aaoFrom an array of arrays to copy from @param cT
prj/coherence-core/src/main/java/com/tangosol/util/ImmutableMultiList.java:541
↓ 2 callersMethodflush
Flush the response. It may or may not be sent to the client immediately depending upon if there are pending responses ahead of this response. @param
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/server/Task.java:342
↓ 2 callersMethodflush
Obtain a {@link CompletableFuture} that will be complete when all the currently outstanding operations complete. The returned {@link CompletableFuture
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/BatchingOperationsQueue.java:195
↓ 2 callersMethodflush
Called once the Ack has reached its capacity. When an Ack is flushed, some tracking information associated with the recipient member is added to the
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/notifyPacket/Ack.java:323
↓ 2 callersMethodflushAccumulator
Flushes the bytes accumulated by the write(int) method. @exception IOException if an I/O error occurs
prj/coherence-core/src/main/java/com/tangosol/io/Base64OutputStream.java:196
↓ 2 callersMethodflushComponentCache
Determine which cached entries are impacted by the updated jcs and remove them from the cache. We have to walk each cached entry's class hierarchy to
prj/coherence-core/src/main/java/com/tangosol/dev/component/CacheStorage.java:209
↓ 2 callersMethodflushCooperativeNotifiersAfterMailboxDrain
Flush cooperative poll notifications as a keyed-mailbox drainer reaches its idle boundary.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4318
↓ 2 callersMethodflushCooperativeNotifiersAfterTask
Flush cooperative poll notifications after a direct one-shot task or, when configured, after every wrapper execution.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4304
↓ 2 callersMethodflushEvents
Flush the event collector.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/AbstractSocketBus.java:926
↓ 2 callersMethodflushExceptionally
(String sReason)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicPublisherChannel.java:248
↓ 2 callersMethodflushInternal
Obtain a {@link CompletableFuture} that will be complete when all the currently outstanding add operations complete. <p> If this method is called in r
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:2663
↓ 2 callersMethodforEach
Apply a function across each element in the bag. @param consumer the consumer
prj/coherence-core/src/main/java/com/tangosol/internal/util/IntBag.java:84
↓ 2 callersMethodforEach
(BiConsumer action)
prj/coherence-core/src/main/java/com/tangosol/util/SafeSortedMap.java:303
↓ 2 callersMethodforEach
Performs an action for each element of this stream. <p> This is a <em>terminal operation</em>. @param action a non-interfering action to perform on t
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1077
↓ 2 callersMethodforEachRemaining
(Consumer<? super T> action)
prj/coherence-core/src/main/java/com/tangosol/internal/util/stream/ReferencePipeline.java:564
↓ 2 callersMethodforServiceLoader
Returns a {@link Comparator} that can sort {@link ServiceLoader.Provider} instances based on whether the class they provide is annotated with the {@li
prj/coherence-core/src/main/java/com/tangosol/util/comparator/PriorityComparator.java:55
↓ 2 callersMethodforceSync
Indicate the future write operations must be synchronous.
prj/coherence-core/src/main/java/com/tangosol/io/AsyncBinaryStore.java:461
↓ 2 callersMethodforkJoinPool
Returns a shared, Coherence-managed {@link ForkJoinPool} instance. <p> Parallelism (the number of FJP worker threads) defaults to the number of availa
prj/coherence-core/src/main/java/com/tangosol/internal/util/Daemons.java:71
↓ 2 callersMethodformat
Produce a label name. @return the label name
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Label.java:102
↓ 2 callersMethodformatAllFields
Format all of the fields of an object into a human readable string. This method is called recursively to format nested objects. @param oTarget the o
prj/coherence-core/src/main/java/com/tangosol/internal/util/ObjectFormatter.java:269
↓ 2 callersMethodformatCacheName
Helper method used for reporting.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Lease.java:461
↓ 2 callersMethodformatClusterString
Helper method for cluster name logging. @return a String containing a word 'cluster' optionally followed by the ClusterName property
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:1901
↓ 2 callersMethodformatDeliveryState
(int nDeliveryState)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/MessagePacket.java:445
↓ 2 callersMethodformatErrorList
(String sName, ErrorList errlist, boolean fFinalize)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Resolver.java:367
↓ 2 callersMethodformatFailure
()
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/common/JfrPinnedThreadParser.java:192
↓ 2 callersMethodformatKeys
Generate a log message containing the keys from the specified set of entries. @param setBinEntries set of {@link Entry Entries} @param sHeader
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:6377
↓ 2 callersMethodformatName
Create the formatted metric name @param sName the name to format @return the formatted metric name
prj/coherence-core/src/main/java/com/tangosol/net/metrics/MBeanMetric.java:331
↓ 2 callersMethodformatOffsetArray
Format an array of offsets to be readable in a dump. @param an the array of offsets @return a String containing the offsets in a readable fashion
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2280
↓ 2 callersMethodformatOneField
Format a single field, recursing if the object doesn't declare toString() in the object itself (i.e. toString in all super objects is not checked). @
prj/coherence-core/src/main/java/com/tangosol/internal/util/ObjectFormatter.java:391
↓ 2 callersMethodformatOpHeader
@param ach format into this char array @param nOffset the code offset being displayed @param cDecDigits the number of digits to display t
prj/coherence-core/src/main/java/com/tangosol/dev/disassembler/Method.java:607
↓ 2 callersMethodformatRefreshPolicy
Convert the specified refresh policy value to a human-readable string. @param nPolicy refresh policy in integer format @return converted refresh po
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultConnectorDependencies.java:153
↓ 2 callersMethodformatServiceStateName
@return a human-readible description of the given Service state
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:614
↓ 2 callersMethodformatStateName
(int nState)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:1912
↓ 2 callersMethodformatStats
Return flow control statistics for communication between the local Member and the parent Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:3385
↓ 2 callersMethodformatStatus
(int nStatus)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/TransactionCache.java:413
↓ 2 callersMethodformatStatusName
Return a human readable name for the specified status value. @param iStatus the status value to format @return a human readable status name
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBundler.java:764
↓ 2 callersMethodformatSummaryDetails
(String sSummary)
prj/test/functional/persistence/src/main/java/persistence/JournalVsBdbComparisonTests.java:850
↓ 2 callersMethodformatUTF
Format the passed String as UTF-8 into the passed byte array. @param s the String to format @param ab the byte array to format into @param of the of
prj/coherence-core/src/main/java/com/tangosol/io/AbstractWriteBuffer.java:1065
↓ 2 callersMethodformatVirtualThreadName
Return the virtual-thread name prefix for a new worker.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4080
↓ 2 callersMethodfree
Free this Entry block. Note that this has the effect of closing the block.
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:4628
↓ 2 callersMethodfrom
Create RawDateTime from the specified object. @param o an object to create RawDateTime from. @return a RawDateTime value @throws IllegalArgumentEx
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDateTime.java:90
↓ 2 callersMethodfromArgs
(String[] asArg)
prj/test/performance/benchmarks/src/main/java/com/tangosol/coherence/performance/benchmarks/daemonpool/MultiMemberBenchmarkLauncher.java:219
↓ 2 callersMethodfromBase64
Converts a byte array into a Base64 decoded string. @param ab byte array to decode @return Base64 decoding of buffer
prj/coherence-core/src/main/java/com/tangosol/coherence/http/AbstractGenericHttpServer.java:412
↓ 2 callersMethodfromBinary
Translate the passed Binary object into an Object object. @param bin the Binary object to deserialize @return the deserialized object
prj/coherence-core/src/main/java/com/tangosol/net/cache/BinaryStoreCacheStore.java:162
↓ 2 callersMethodfromBits
Convert the specified number of bits to units of this {@link Rate}. @param cBits The number of bits. @return The number of units of this {@link Ra
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Bandwidth.java:457
↓ 2 callersMethodfromProtoBufPublishResult
Create a {@link PublishResult} from a protobuf publish result. @param response the {@link TopicServiceResponse} containing the result @param seria
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/TopicHelper.java:202
↓ 2 callersMethodfromProtobufSubscriberId
Create a {@link SubscriberId} from a {@link EnsureSubscriberResponse}. @param response the {@link EnsureSubscriberResponse} to obtain the subscriber
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/TopicHelper.java:486
↓ 2 callersMethodfromRestName
Convert a name from a REST standards compatible name to attribute name. @param sName the service name to be normalized @return the REST compatible
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/AbstractManagementResource.java:1671
↓ 2 callersMethodfromXml
Populate the DefaultPeerDependencies object from the given XML configuration. @param xml the XML parent element that contains the child Peer elem
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/LegacyXmlPeerHelper.java:47
↓ 2 callersMethodfromXml
Populate the {@link TracingShim.Dependencies} object from the XML configuration. @param xml the {@code <tracing-config>} XML element @param deps t
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/LegacyXmlTracingHelper.java:45
↓ 2 callersMethodgenerate
Executes the various phases of generating a POF Configuration file. The following phases describe the lifecycle of this class: <ol> <li><b>ensureC
prj/coherence-core/src/main/java/com/tangosol/io/pof/generator/PofConfigGenerator.java:117
↓ 2 callersMethodgenerateCacheEventsForStringValue
(NamedCache<String, String> cache)
prj/test/functional/grpc-client-tck/src/main/java/grpc/client/AbstractGrpcClientIT.java:1974
↓ 2 callersMethodgenerateChannelId
Generate a new unique Channel identifier. If the ConnectionManager that created this Channel is a ConnectionAcceptor, the returned value will be in t
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Connection.java:849
↓ 2 callersMethodgenerateFullPath
For a given schema file name, return the full path the file will reside in. This method uses forward slash (/) as a path separator. @param sFileName
tools/ant-tangosol/src/com/xtangosol/tools/ant/XsdProcessTask.java:265
↓ 2 callersMethodgenerateHomeAddress
()
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/persistence/DataGenerator.java:247
↓ 2 callersMethodgenerateName
Generates a unique name for the interceptor. The unique name will be generated by appending a {@code '$'} following by an increasing integer. @return
prj/coherence-core/src/main/java/com/tangosol/net/events/NamedEventInterceptor.java:349
↓ 2 callersMethodgenerateRandomBinaryArray
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:988
↓ 2 callersMethodgenerateUniquePorts
Return the specified number of unique ports for this machine. @param cPort the number of unique ports to generate; must be <= 1 @return the specifi
tools/ant-tangosol/src/com/xtangosol/tools/ant/AntUtils.java:83
↓ 2 callersMethodgenerateWorkAddress
()
prj/examples/tutorials/210-archiver/src/main/java/com/oracle/coherence/tutorials/archiver/persistence/DataGenerator.java:253
↓ 2 callersMethodget
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/InvocationStrategies.java:83
↓ 2 callersMethodget
Returns the value to which this map maps the specified key. Returns <tt>null</tt> if the map contains no mapping for this key. @param oKey key whos
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:369
↓ 2 callersMethodget
Return the state for a service. @param sService the service name @return the service state, or {@code null}
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistry.java:547
↓ 2 callersMethodget
Return the value stored at the specified index. @param lIndex a long index value @return the object stored at the specified index, or null
prj/coherence-core/src/main/java/com/tangosol/util/SimpleLongArray.java:69
↓ 2 callersMethodget
Find the specified key in the map and return the value associated with it. @param binKey a Binary key @return the value associated with the specifi
prj/coherence-core/src/main/java/com/tangosol/util/BinaryLongMap.java:31
↓ 2 callersMethodget
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/BinaryLongMap.java:275
↓ 2 callersMethodget
()
prj/coherence-core/src/main/java/com/tangosol/util/AsynchronousAgent.java:149
↓ 2 callersMethodget
(Object key)
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/NamedCacheClient.java:182
← previousnext →14,201–14,300 of 78,752, ranked by callers