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
↓ 4 callers
Method
containsKey
(Object key)
prj/coherence-core/src/main/java/com/oracle/coherence/common/collections/NullableSortedMap.java:162
↓ 4 callers
Method
convertDouble
Convert the value in the specified {@link XmlValue} to a double. If the conversion fails, a warning will be logged. @param xmlValue the element expe
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:4158
↓ 4 callers
Method
convertIntToReadBuffer
Write the given integer to a buffer, returning a read-only view. @param n the integer to convert to a buffer @return a read only buffer
prj/test/functional/persistence/src/main/java/persistence/AbstractPerformancePersistenceTests.java:158
↓ 4 callers
Method
convertToDate
Convert a date, time or date/time value to a Java Date. @param o an Object of type Date, RawDate, RawTime or RawDateTime @return a Java Date Object
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:348
↓ 4 callers
Method
convertValueToInternal
(Object oValue)
prj/coherence-core/src/main/java/com/tangosol/net/internal/SessionLocalBackingMap.java:228
↓ 4 callers
Method
copy
Copy the contents from one BufferSequence to another as space permits. @param bufseqSrc the source sequence @param bufseqDest the destination sequen
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/Buffers.java:447
↓ 4 callers
Method
copyFileIfExists
Copy a file iff it exists. @param fileFrom source file @param fileTo destination file @throws IOException on I/O failure
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:416
↓ 4 callers
Method
count
(Predicate<? super Action> predicate)
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/MutableExecutionPlan.java:163
↓ 4 callers
Method
countBits
(int n)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/MemberSet.java:983
↓ 4 callers
Method
countJournalFiles
Count journal files in the supplied extent directory. @param fileExtent the extent directory @return journal file count
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalPersistentStoreTest.java:1286
↓ 4 callers
Method
create
Creates a populated instance of a VersionablePortablePerson class to be used in tests. @return a populated instance of a VersionablePortablePerson cl
prj/coherence-testing-data/src/main/java/data/pof/VersionablePortablePerson.java:99
↓ 4 callers
Method
create
Create a PartialObject instance. @param oSource object to extract properties from @param propertySet properties to extract @return partial obj
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/PartialObject.java:117
↓ 4 callers
Method
createAccessor
(String name, Field field, Type ofType, Genson genson)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanPropertyFactory.java:30
↓ 4 callers
Method
createAddress
Create an InetAddress. @param sAddr the address in string format @return the InetAddress
prj/test/unit/coherence-tests/src/test/java/com/tangosol/internal/net/cluster/DefaultClusterDependenciesTest.java:383
↓ 4 callers
Method
createAndWriteToFile
Create new file of the specified size. @param file the file to create @param cb the number of bytes to write to the file @throws IOException on
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/FileHelperTest.java:350
↓ 4 callers
Method
createApplicationConsole
()
prj/test/performance/psr/src/test/java/com/tangosol/coherence/performance/PsrPerformanceEnvironment.java:1151
↓ 4 callers
Method
createBaseProperties
(File fileActive, File fileSnapshot, File fileTrash, String sEnvironment)
prj/test/functional/persistence/src/main/java/persistence/JournalMigrationTests.java:198
↓ 4 callers
Method
createBoolean
Create new LiteralBaseToken representing a Boolean with given value @param s the text of the literal @return a LiteralBaseToken for a Double
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/base/LiteralBaseToken.java:188
↓ 4 callers
Method
createBuilder
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/coherence/config/builder/PersistenceEnvironmentParamBuilderTest.java:183
↓ 4 callers
Method
createBytes
Create a byte array of the specified size. The main reason to make this into a separate method is a fact the native OOME comes without any stack trace
prj/coherence-core/src/main/java/com/tangosol/io/ByteArrayWriteBuffer.java:433
↓ 4 callers
Method
createCacheServerOptions
(int clusterPort, String testName, int member, String cacheConfig)
prj/examples/guides/220-performance/src/test/java/com/oracle/coherence/guides/performance/PerformanceOverConsistencyTest.java:247
↓ 4 callers
Method
createConfiguration
Create a {@link TopicDependencies} based on the values contained in this scheme. @param resolver the {@link ParameterResolver} to use to resolve con
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/TopicScheme.java:46
↓ 4 callers
Method
createCreator
(Type ofType, Constructor<?> ctr, String[] resolvedNames, boolean annotated,
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanPropertyFactory.java:34
↓ 4 callers
Method
createCustomer
(String sName, int nId)
prj/test/functional/topics/src/main/java/topics/AbstractNamedTopicTests.java:5061
↓ 4 callers
Method
createDCCF
Create a DefaultConfigurableCacheFactory instance with the cache-schemes referring to the list of XmlElements provided. @param elements list of sche
prj/test/functional/net/src/main/java/net/DefaultCacheServerServiceMonitorTests.java:433
↓ 4 callers
Method
createDeactivationEvent
Helper method to create a new {@link CacheEvent} to signal cache truncation or destruction. @param destroyed {@code true} if this event should repre
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/AsyncNamedCacheClient.java:1182
↓ 4 callers
Method
createDefault
Creates a default scoring model from the classpath. @param name the model name to create @return the configured scoring model
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/model/LocalOnnxScoringModel.java:112
↓ 4 callers
Method
createEraseEntry
Create an ERASE entry. <p> This method is retained for unit-test and parsing scenarios. @param bufKey the key @return a {@link ByteBuffer} ready
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalEntry.java:125
↓ 4 callers
Method
createEventSource
(WebTarget target, Map<String, Integer> mapCounts)
prj/test/functional/rest/src/main/java/rest/AbstractServerSentEventsTests.java:152
↓ 4 callers
Method
createExpressionStatement
Create an ExpressionStatement from the StatementExpression. If the expression is not an expression statement, this method throws a syntax exception.
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Compiler.java:1033
↓ 4 callers
Method
createGetRequest
Create a remote MBeanServer invocation task for getAttribute.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:594
↓ 4 callers
Method
createHttpClient
Create a new HTTP client. @return a new HTTP client
prj/test/functional/http/src/main/java/http/AbstractHttpServerTest.java:282
↓ 4 callers
Method
createIndexInstance
(SpaceName spaceName, int dimensions)
prj/test/functional/hnsw-index/src/main/java/hnswlib/IndexTest.java:26
↓ 4 callers
Method
createInterceptorInfo
Capture all cache related metadata from the target type and method. @param annotatedType target type @param method target method @return th
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/CoherenceExtension.java:255
↓ 4 callers
Method
createMarshaller
Create marshaller instance. @param clzRoot root object class @param sMediaType media type @param clzMarshaller marshaller class @return
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/io/MarshallerRegistry.java:272
↓ 4 callers
Method
createMessageBus
Create a new MessageBus bound to the specified local EndPoint. @param pointLocal the local EndPoint or null for an ephemeral EndPoint @return the M
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/Depot.java:35
↓ 4 callers
Method
createMutator
(String name, Field field, Type ofType, Genson genson)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/reflect/BeanPropertyFactory.java:40
↓ 4 callers
Method
createPersistenceManager
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/AbstractPersistentStoreTest.java:85
↓ 4 callers
Method
createPersistenceProperties
(File fileActive, File fileSnapshot, File fileTrash)
prj/test/functional/persistence/src/main/java/persistence/JournalBackingMapTests.java:265
↓ 4 callers
Method
createPrivilegedExceptionAction
Return a PrivilegedExceptionAction implementation with specified service name and Subject. @param sService the service name @param subject the Sub
prj/test/functional/security/src/main/java/security/ExtendSecurityTests.java:319
↓ 4 callers
Method
createProperty
Create a standard Property. Standard Properties are declared as "inout". A Java field is generated for standard Properties if storage is required.
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:2033
↓ 4 callers
Method
createPublisher
Create a {@link PublisherConnector} that can publish values into this {@link NamedTopic}. @param options the {@link Publisher.Option}s controlling th
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicConnector.java:117
↓ 4 callers
Method
createRemoteConstructor
Create a {@link RemoteConstructor} for a raw {@link Serializable} lambda instance. @param <T> the functional interface @param lambda the raw {@l
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/RemotableSupport.java:75
↓ 4 callers
Method
createResolver
()
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/coherence/config/builder/PersistenceEnvironmentParamBuilderTest.java:200
↓ 4 callers
Method
createSSLSocketProvider
(String fileName)
prj/test/functional/http/src/main/java/http/AbstractHttpServerTest.java:71
↓ 4 callers
Method
createSocketProvider
(String sFile)
prj/test/functional/ssl/src/main/java/ssl/BaseSocketProviderTests.java:88
↓ 4 callers
Method
createStubWithoutDeadline
Create the default {@link NamedCacheServiceGrpc.NamedCacheServiceStub} to use for requests. @return the default {@link NamedCacheServiceGrpc.NamedCac
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v0/NamedCacheGrpcClient.java:645
↓ 4 callers
Method
createSubscriber
Create a {@link SubscriberConnector} to subscribe to this {@link NamedTopic}. @param options the {@link Subscriber.Option}s controlling the {@link Su
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicConnector.java:125
↓ 4 callers
Method
createTransformerFilter
Wrap specified {@link MapEventFilter} with a {@link MapEventTransformerFilter} that will either transform cache value using transformer defined for th
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:1925
↓ 4 callers
Method
deactivateWriter
Relinquish active writer ownership.
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/socketbus/BufferedSocketBus.java:311
↓ 4 callers
Method
decodeAttribute
Decode an attribute value that was quoted. @param sValue the attribute value to decode @return the attribute value in its decoded form
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlHelper.java:931
↓ 4 callers
Method
decodeString
Parse escaped string into a string. @param sUri the escaped string @return a decoded string
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleAdapter.java:171
↓ 4 callers
Method
defaultClass
Get the default class to use for deserialization of the specified {@link ValueType}. @param type the {@code ValueType} to get the default class for
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/Genson.java:735
↓ 4 callers
Method
defaultModel
()
prj/coherence-rag-parent/coherence-rag/src/test/java/com/oracle/coherence/rag/model/AbstractModelSupplierTest.java:360
↓ 4 callers
Method
defineClass
Define the Class for the provided {@link ClassDefinition}. @param definition the definition to define the Class for @return a Class for the specifi
prj/coherence-core/src/main/java/com/tangosol/internal/util/invoke/RemotableSupport.java:179
↓ 4 callers
Method
delayProtocol
Delay the protocol waiting to do the specified operation. The caller must hold the write monitor. @param nInterest the protocol's interest ops @par
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLSocketChannel.java:933
↓ 4 callers
Method
deleteCacheEntry
Delete <code>binEntry</code> key from external resource. @param binEntry the entry to delete
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/processors/AbstractRemoveProcessor.java:55
↓ 4 callers
Method
deleteDir
Delete a directory and eat the exception @param fileDir directory to delete.
prj/test/functional/persistence/src/main/java/persistence/BasicArchiverTests.java:276
↓ 4 callers
Method
deserializePerson
(ObjectInputStream in)
prj/coherence-testing-data/src/main/java/data/pof/Person.java:135
↓ 4 callers
Method
destroyMember
(CoherenceClusterMember member)
prj/examples/guides/220-performance/src/test/java/com/oracle/coherence/guides/performance/PerformanceOverConsistencyTest.java:268
↓ 4 callers
Method
diffPackedInt
Within the two passed POF streams, parse and compare a packed integer value. @param inOld the BufferInput to read from @param inNew the BufferI
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofDeltaCompressor.java:972
↓ 4 callers
Method
directorySupplier
Returns the supplier function for creating Directory instances. The supplier creates a unique directory for each partition. @return the directory sup
prj/coherence-lucene/src/main/java/com/oracle/coherence/lucene/LuceneIndex.java:1063
↓ 4 callers
Method
disassemble
Read the constant information from the stream. Since constants can be inter-related, the dependencies are not derefenced until all constants are disa
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Annotation.java:82
↓ 4 callers
Method
discard
Discard (delete) a file. @param nFileId file id
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1042
↓ 4 callers
Method
discard
Recycle the Block object, discarding any changes, resetting its contents and recycling the object.
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:3793
↓ 4 callers
Method
dispatch
Dispatch this event to the specified listener collection. <p/> This call is equivalent to <pre> dispatch(listeners, true); </pre> @param listeners
prj/coherence-core/src/main/java/com/tangosol/net/topic/NamedTopicEvent.java:126
↓ 4 callers
Method
dispatchEvent
Helper to perform the dispatch of a {@link CoherenceLifecycleEvent} being given its type @param eventType the enum representing the event type
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/CoherenceEventDispatcher.java:87
↓ 4 callers
Method
dispatchEvent
Helper to perform the dispatch of a {@link SessionLifecycleEvent} being given its type @param eventType the enum representing the event type
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/SessionEventDispatcher.java:86
↓ 4 callers
Method
dispatchEvent
Dispatch the passed event. @param evt a CacheEvent object
prj/coherence-core/src/main/java/com/tangosol/util/WrapperObservableMap.java:748
↓ 4 callers
Method
dispatchNotification
Dispatch a notification to subscribers of the specified MBean. <p> Note: unlike a direct call to {@link NotificationManager# trigger(String, String, S
prj/coherence-core/src/main/java/com/tangosol/internal/util/GridComponent.java:36
↓ 4 callers
Method
dispatchServiceEvent
Create and dispatch a new ServiceEvent with the given identifier to the collection of register ServiceListener. @param nId the type of ServiceEvent
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteService.java:331
↓ 4 callers
Method
dispose
Invoked when all resources owned by the implementer can safely be released. <p> Once disposed of the object should no longer be considered to be usabl
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Disposable.java:30
↓ 4 callers
Method
distance
Calculate the distance between the specified vectors. @param v1 the vector to calculate the distance from @param v2 the vector to calculate the dista
prj/coherence-core/src/main/java/com/oracle/coherence/ai/DistanceAlgorithm.java:25
↓ 4 callers
Method
distinctValues
Return an aggregator that calculates the set of distinct values from the entries in a Map. @param <K> the type of the entry's key @param <V> the ty
prj/coherence-core/src/main/java/com/tangosol/util/Aggregators.java:973
↓ 4 callers
Method
doAggregate
(NamedCache cache, DoubleSum agent)
prj/test/functional/aggregator/src/main/java/aggregator/DistEntryAggregatorTests.java:200
↓ 4 callers
Method
doBalancePrimary
Do balancing transfers for primary distribution. @param ctx the analysis context @param memberFrom the member to transfer partitions
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:837
↓ 4 callers
Method
doErrorAction
Poll all the elements from the queue and pass any non-done elements to the consumer. @param action the consumer to process non-done elements @param
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/BatchingOperationsQueue.java:740
↓ 4 callers
Method
doIfSecure
Performs the specified PrivilegedAction with privileges enabled or if the JVM is running without a security manager this method just calls {@link Priv
prj/coherence-core/src/main/java/com/tangosol/net/security/SecurityManagerWrapper.java:68
↓ 4 callers
Method
doPollClose
Notify the service thread to close the poll. @param poll the poll to close
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1068
↓ 4 callers
Method
doSingleServerTest
Run the specified single-server test. @param sTest the name of the test @param runnable the test thunk
prj/test/functional/processor/src/main/java/processor/IndexIntegrityTests.java:147
↓ 4 callers
Method
doStartCacheServer
Starts a {@link CoherenceClusterMember}. @param sName the name @param sCacheConfig the configuration @since 22.06
prj/test/functional/rest/src/main/java/rest/AbstractRestTests.java:1739
↓ 4 callers
Method
doTest
(String sCacheName, String sTestName, Map mapData, boolean fExpiry)
prj/test/functional/partition/src/main/java/partition/ExpiryDelayTests.java:206
↓ 4 callers
Method
doTest
Main test method
prj/test/functional/partition/src/main/java/partition/DeltaTests.java:149
↓ 4 callers
Method
doTest
Helper method for the main test. @param extractorYear the BirthYear extractor @param filterSSN the SSN != null filter
prj/test/functional/extractor/src/main/java/extractor/ConditionalExtractorTests.java:123
↓ 4 callers
Method
drainPermits
Drain permits from the given {@link PermitAcquirer}. @param acquirer the {@link PermitAcquirer} @return the number of permits drained
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/internal/SemaphoreStatus.java:122
↓ 4 callers
Method
dumpExecutorCacheStates
Dump cache states for the specified caches. @param executorInfoCache the {@link ClusteredExecutorInfo} cache @param assignmentCache the {@link Cl
prj/test/functional/executor/src/main/java/executor/common/Utils.java:36
↓ 4 callers
Method
dumpHeldLocks
Debug aid to dump threads holding locks. @since 12.2.1.4.21
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedConcurrentMap.java:491
↓ 4 callers
Method
eatName
Eat a name token. @return the next Token @exception CompilerException If a lexical error is encountered which should stop compilation, l
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlTokenizer.java:773
↓ 4 callers
Method
emitRecoveryEvent
Emit one journal recovery phase event if JFR is recording it. @param sPhase recovery phase @param fCheckpoint {@code true} if checkpoi
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:3398
↓ 4 callers
Method
enableReference
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferWriter.java:3096
↓ 4 callers
Method
enclosingType
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:267
↓ 4 callers
Method
encode
Encode the passed binary data using Base64 encoding. @param ab the array containing the bytes to encode @return the encoded data as a char array
prj/coherence-core/src/main/java/com/tangosol/io/Base64OutputStream.java:269
↓ 4 callers
Method
encodeGeneration
Return the buffer allocation size for a given generation. @param nGenId the generation id = @return the buffer allocation size
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:972
↓ 4 callers
Method
encodeString
Parse escaped string into a string. @param s the escaped string @return a encoded string
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleAdapter.java:236
↓ 4 callers
Method
endKeyProcess
Finish the processing of a single key. @param oKey the key @param status the Status object returned from the call to {@link #begin
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1922
↓ 4 callers
Method
endMapProcess
Release exclusive access for the OverflowMap.
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:2087
↓ 4 callers
Method
ensureArgument
Ensure that the specified object is non-null. @param o the object to ensure @param sName the name of the corresponding parameter @throws Illeg
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/exabus/util/SimpleDepot.java:581
↓ 4 callers
Method
ensureBinaryMap
(String sCacheName, long lCacheId)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:913
↓ 4 callers
Method
ensureCapacity
Increase the capacity of this list instance, if necessary, to ensure that it can hold at least the specified number of elements. @param cMin the min
prj/coherence-core/src/main/java/com/tangosol/util/CircularArrayList.java:158
↓ 4 callers
Method
ensureChannelCount
Ensure the specified topic has at least the required number of channels. @param sName the name of the topic @param cChannel the required channel
prj/coherence-core/src/main/java/com/tangosol/net/TopicService.java:123
← previous
next →
8,101–8,200 of 78,752, ranked by callers