MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethodtoArray
()
prj/coherence-core/src/main/java/com/tangosol/internal/util/UnsafeSubSet.java:172
↓ 2 callersMethodtoArray
Returns an array containing all of the elements in this Set. Obeys the general contract of Collection.toArray. @return an Object array containing all
prj/coherence-core/src/main/java/com/tangosol/util/DeltaSet.java:261
↓ 2 callersMethodtoArray
Returns an array containing all of the elements in this Set. Obeys the general contract of the <tt>Set.toArray</tt> method. @return an array containi
prj/coherence-core/src/main/java/com/tangosol/util/LiteSet.java:291
↓ 2 callersMethodtoArray
Return the contents of the passed Enumeration as a sorted array. @param enmr an Enumeration of potentially unsorted objects @return an array of so
prj/coherence-core/src/main/java/com/tangosol/util/SortedEnumerator.java:57
↓ 2 callersMethodtoArray
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/CircularArrayList.java:257
↓ 2 callersMethodtoArray
Returns an array containing all of the elements in this Collection. Obeys the general contract of the <tt>Collection.toArray</tt> method. @return an
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/OldLiteSet.java:290
↓ 2 callersMethodtoArrayInternal
(Object[] ao)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/BaseNamedMapQueue.java:295
↓ 2 callersMethodtoArrayInternal
(Object[] ao)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/BaseBinaryNamedMapQueue.java:293
↓ 2 callersMethodtoBandwidthString
Format the passed bandwidth (in bytes per second) as a String that can be parsed by {@link #parseBandwidth} such that <tt>cb==parseBandwidth(toBandwid
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1549
↓ 2 callersMethodtoBandwidthString
Format the passed bandwidth (in bytes per second) as a String that can be parsed by {@link #parseBandwidth} such that <tt>cb==parseBandwidth(toBandwid
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:1539
↓ 2 callersMethodtoBinary
Returns a new Binary object that holds the complete contents of this WriteBuffer. <p> This method is functionally equivalent to the following code: <p
prj/coherence-core/src/main/java/com/tangosol/io/WriteBuffer.java:467
↓ 2 callersMethodtoBinary
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/Binary.java:894
↓ 2 callersMethodtoBooleanArray
@param s the stringed boolean array @return the corresponding boolean array
prj/coherence-core/src/main/java/com/tangosol/run/xml/PrimitiveArrayAdapter.java:665
↓ 2 callersMethodtoBufferOffset
Convert file offset to in-buffer offset. @param of file offset @return in-buffer offset
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalUtils.java:832
↓ 2 callersMethodtoByteArray
Returns a new byte array that holds the complete contents of this WriteBuffer. <p> This method is functionally equivalent to the following code: <pre>
prj/coherence-core/src/main/java/com/tangosol/io/WriteBuffer.java:454
↓ 2 callersMethodtoByteString
A utility method to serialize an Object to {@link ByteString}. @param obj the object to convert to {@link ByteString}. @return the {@link ByteStrin
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/BaseClientChannel.java:115
↓ 2 callersMethodtoBytes
Converts a String address into an array of bytes. @param address the address to convert @return the address as an array of bytes.
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/internal/InetAddressConverter.java:86
↓ 2 callersMethodtoChar
Create a char (unsigned short) representing two unsigned bytes (type_path_kind and type_argument_index). @param nPathKind the type_path_kind value;
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/TypeAnnotation.java:1672
↓ 2 callersMethodtoConcurrentMap
Returns a concurrent {@code Collector} that accumulates elements into a {@code ConcurrentMap} whose keys and values are the result of applying the pro
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:1184
↓ 2 callersMethodtoEntry
Convert a {@link Map.Entry} of {@link Binary} key and value serialized in the cache's serialization format into an {@link Entry} with a key and value
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/RequestHolder.java:286
↓ 2 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/oracle/coherence/caffeine/CaffeineCache.java:306
↓ 2 callersMethodtoHex
Convert a byte to the hex sequence of 2 hex digits. @param b the byte @return the hex sequence
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:883
↓ 2 callersMethodtoHexDump
Convert a byte array to a hex dump. <p> This is a replacement for Text.toString(byte[] ab, int cBytesPerLine). @param ab the byte array to
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:1019
↓ 2 callersMethodtoInt
Convert an RecordType to an integer. @return the integer
prj/coherence-core/src/main/java/com/tangosol/util/aggregator/QueryRecorder.java:212
↓ 2 callersMethodtoIntStream
Convert stream of numbers into {@link RemoteIntStream}. @param <T> the type of input stream elements @param stream the stream of numbers @retur
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:1752
↓ 2 callersMethodtoInterfaceString
Formats interface information for debug output purposes. @param clz the interface Class to print information for @param sIndent the indentation t
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Classes.java:944
↓ 2 callersMethodtoInternalUnits
Convert from an external 32-bit unit value to an internal 64-bit unit value using the configured units factor. @param cUnits an external 32-bit uni
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:1166
↓ 2 callersMethodtoNumber
Convert the given string into a number. @param sNumber number as a string @return numeric representation of the string
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/processor/NumberMultiplierFactory.java:81
↓ 2 callersMethodtoNumber
Convert the given string into a number. @param sNumber number as a string @return numeric representation of the string
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/processor/NumberIncrementorFactory.java:81
↓ 2 callersMethodtoOffsetDateTime
Create an OffsetDateTime from the raw date/time information. @return an OffsetDateTime value @throws IllegalStateException if this RawDateTime does
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDateTime.java:178
↓ 2 callersMethodtoOptionalValue
Convert a {@link Binary} serialized with the cache's serializer to an {@link OptionalValue} containing an optional {@link Binary} serialized with the
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/RequestHolder.java:320
↓ 2 callersMethodtoPageIndex
Translate a page number to an index into the PageArray. @param nPage the page number @return an index into the PageArray, or -1 if the page number
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationPagedCache.java:1396
↓ 2 callersMethodtoPem
(File fileKey, File filePEM, String sKeyPass)
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/KeyTool.java:369
↓ 2 callersMethodtoPem
(File fileKey, File filePEM, String sKeyPass)
prj/examples/guides/210-ssl/src/test/java/com/oracle/coherence/guides/ssl/KeyTool.java:231
↓ 2 callersMethodtoPem
(File fileKey, File filePEM, String sKeyPass)
prj/examples/guides/810-custom-access-controller/src/test/java/com/oracle/coherence/guides/security/KeyTool.java:359
↓ 2 callersMethodtoPredicate
Create a {@link Predicate} from a specified {@link Filter}. @param filter a {@code Filter} to create a {@code Predicate} from @return the {@code Pr
prj/coherence-core/src/main/java/com/tangosol/internal/util/OrderedView.java:97
↓ 2 callersMethodtoProtobufChannelAndPosition
Convert a map of channel keys to positions into a {@link MapOfChannelAndPosition}. @param map the map to convert @return the {@link MapOfChannelAnd
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/TopicHelper.java:566
↓ 2 callersMethodtoProtobufTopicElement
Convert a {@link Subscriber.Element} into a {@link TopicElement}. @param element the {@link Subscriber.Element} to convert @return a {@link TopicEl
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/TopicHelper.java:650
↓ 2 callersMethodtoReadBuffer
Convert a {@link ByteString} to a {@link ReadBuffer}. <p> The {@link ByteString} is converted to a list of {@link java.nio.ByteBuffer}s which are then
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/BinaryHelper.java:107
↓ 2 callersMethodtoResult
(com.tangosol.util.Binary binary)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/BinaryPagedNamedQueue.java:173
↓ 2 callersMethodtoResult
(Binary binary)
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/PagedNamedQueue.java:153
↓ 2 callersMethodtoSimpleSignature
(Type type)
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:7615
↓ 2 callersMethodtoStdErr
Obtains a {@link Logging} for the stderr. @return a {@link Logging} for the stderr
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/options/Logging.java:78
↓ 2 callersMethodtoString
Produce a human-readable string describing the method. @return a string describing the method
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Method.java:292
↓ 2 callersMethodtoString
()
prj/coherence-core/src/main/java/com/tangosol/dev/disassembler/Method.java:128
↓ 2 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/ChainStorage.java:787
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/DefaultPeerDependencies.java:228
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/DefaultTcpAcceptorDependencies.java:514
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/acceptor/DefaultHttpAcceptorDependencies.java:225
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/DefaultGridDependencies.java:172
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/DefaultPartitionedServiceDependencies.java:388
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/remote/DefaultRemoteCacheServiceDependencies.java:88
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/remote/DefaultRemoteServiceDependencies.java:154
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/proxy/DefaultServiceProxyDependencies.java:113
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/extend/proxy/DefaultCacheServiceProxyDependencies.java:130
↓ 2 callersMethodtoString
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/NotificationKey.java:89
↓ 2 callersMethodtoString
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultGatewayDependencies.java:392
↓ 2 callersMethodtoString
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultClusterDependencies.java:769
↓ 2 callersMethodtoString
Return a human readable report on the tracked data. @return a human readable report
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:1931
↓ 2 callersMethodtoString
Return a human-readable description for this PartitionBackingMap. @return a String description of the PartitionBackingMap
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSplittingBackingMap.java:566
↓ 2 callersMethodtoString
Convert the UUID to a printable String. @return the UUID data as a 0x-prefixed hex string.
prj/coherence-core/src/main/java/com/tangosol/util/UUID.java:455
↓ 2 callersMethodtoString
Convert the UID to a printable String. @return the UID data as a 0x-prefixed hex string.
prj/coherence-core/src/main/java/com/tangosol/util/UID.java:230
↓ 2 callersMethodtoString
@param af the boolean array @return the corresponding stringed boolean array
prj/coherence-core/src/main/java/com/tangosol/run/xml/PrimitiveArrayAdapter.java:681
↓ 2 callersMethodtoString
Obtains a {@link String} representation of the {@link Duration} using the most appropriate {@link Magnitude} to simplify the representation. <p> Note:
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Duration.java:206
↓ 2 callersMethodtoString
Obtains a {@link String} representation of the {@link Bandwidth} (in {@link Rate#BITS}). @param fExact Indicates an <strong>exact</strong> value is
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Bandwidth.java:137
↓ 2 callersMethodtoString
()
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/internal/ExclusiveLockHolder.java:188
↓ 2 callersMethodtoString
()
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/AnnotationInstance.java:89
↓ 2 callersMethodtoString
()
prj/test/functional/extend/src/main/java/extend/Coh20246Tests.java:146
↓ 2 callersMethodtoString
()
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/config/StoreConfig.java:216
↓ 2 callersMethodtoString
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Poll.java:946
↓ 2 callersMethodtoString
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Lease.java:983
↓ 2 callersMethodtoStringTree
Returns the {@link String} representation (as a tree) of this node and any children it may have. @return {@link String} representation (as a tree) of
prj/test/functional/tracing/opentelemetry/core/src/main/java/opentelemetry/core/TestingUtils.java:536
↓ 2 callersMethodtoStringValue
Return the string representation of the value. @return the string representation of the value
prj/coherence-core/src/main/java/com/tangosol/util/filter/ComparisonFilter.java:116
↓ 2 callersMethodtoTypeString
Provide the internal DataType String representation for the specified Type. @param type a Type object @return the DataType type string for the spec
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:694
↓ 2 callersMethodtoURLs
Return an Enumeration of URLs based on the provided Collection of URIs. @param colURI a collection of URIs @return an Enumeration of URLs
prj/coherence-core/src/main/java/com/tangosol/dev/introspect/AbstractFilteredResourceDiscoverer.java:168
↓ 2 callersMethodtoUnmodifiableMap
Returns a {@code Collector} that accumulates elements into an <em>unmodifiable Map</em> whose keys and values are the result of applying the provided
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteCollectors.java:1014
↓ 2 callersMethodtoVersionString
Create a string representation of the specified version in internal encoding.
prj/coherence-core/src/main/java/com/tangosol/internal/util/VersionHelper.java:245
↓ 2 callersMethodtoolResults
Converts tool execution result message to Cohere tool results. @param message the tool execution result message @return list of CohereToolResult ins
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/OciGenAiStreamingChatModel.java:391
↓ 2 callersMethodtoolResults
Converts tool execution result message to Cohere tool results. @param message the tool execution result message @return list of CohereToolResult ins
prj/coherence-rag-parent/models/coherence-rag-oci/src/main/java/com/oracle/coherence/rag/model/oci/OciGenAiChatModel.java:301
↓ 2 callersMethodtouch
Touch an object to pop it to the top of the LRU @param oKey the key of the object to touch
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationCache.java:716
↓ 2 callersMethodtouch
Called each time the entry is accessed or modified.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldCache.java:2263
↓ 2 callersMethodtouch
Called each time the entry is accessed or modified.
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldOldCache.java:1882
↓ 2 callersMethodtrace
Display the value of a boolean expression. @param fVal the boolean value
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:151
↓ 2 callersMethodtrace
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/filter/AbstractQueryRecorderFilter.java:49
↓ 2 callersMethodtrackArrival
Track the arrival of a new packet. @param nCurrent packet number @param cBytes packet size in bytes
prj/coherence-core/src/main/java/com/tangosol/net/DatagramTest.java:1672
↓ 2 callersMethodtrackWrites
Track bytes and mutation count written for periodic checkpoints. @param cbWritten total bytes written @param cWrites total writes applied
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:2534
↓ 2 callersMethodtransfer
Transfers all entries from src to dest tables
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/WeakIdentityHashMap.java:428
↓ 2 callersMethodtransferBytes
Transfer bytes from the source to the destination buffer based on their limits. @param buffSrc the source buffer @param buffDst the destination buf
prj/coherence-core/src/main/java/com/tangosol/net/TcpDatagramSocket.java:1451
↓ 2 callersMethodtransferPartition
Transfer the specified partition according to TransferControl. Called on the service thread only. @param iPartition the partition to transfe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:10412
↓ 2 callersMethodtranslateLevel
Translate the given Logger level to an equivalent object appropriate for the underlying logging mechanism.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/logOutput/Jdk.java:329
↓ 2 callersMethodtranslateValue
Translate the field value, filtering out the fields that should be hidden. @param oTarget the target object @param oValue the value to translate
prj/coherence-core/src/main/java/com/tangosol/internal/util/ObjectFormatter.java:515
↓ 2 callersMethodtrimIdleDaemonStack
Trim stale idle-daemon entries from the stack head.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:1154
↓ 2 callersMethodtruncate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/cache/NearCache.java:207
↓ 2 callersMethodtruncateString
Truncate a string to the specified character count. @param s the String to be truncated @param cLimit expected character count @return the trunc
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:758
↓ 2 callersMethodtryAcquireShared
(final int acquires)
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/RemoteSemaphore.java:487
↓ 2 callersMethodtryConvertToList
Attempt to convert the object into a list. @param oValue the input object @return a list if the Object is an array, otherwise return the input obje
prj/coherence-core/src/main/java/com/tangosol/internal/util/ObjectFormatter.java:620
↓ 2 callersMethodtryReadLock
Performs tryLock for read.
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/locks/RemoteReadWriteLock.java:367
↓ 2 callersMethodtryUnlock
Try to unlock the directory. @return true if a lock is released, false if the directory was not locked by this DirectoryLock @throws I
prj/coherence-core/src/main/java/com/tangosol/io/bdb/DatabaseFactory.java:980
↓ 2 callersMethodtxEnd
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:6973
↓ 2 callersMethodtype
The type being extracted. @return the type being extracted
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/PofExtractor.java:230
← previousnext →18,701–18,800 of 78,752, ranked by callers