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
↓ 2 callers
Method
importType
Import specified type into the schema. @param type the internal type to populate and import @param source the external source to read type metada
prj/coherence-core/src/main/java/com/oracle/coherence/common/schema/TypeHandler.java:55
↓ 2 callers
Method
incrDecr
Handle increment/decrement request. @param request Request @param response Response @param fIncr Flag to indicate if its an increment operatio
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/DefaultRequestHandler.java:508
↓ 2 callers
Method
incrDecrComplete
Handle incr or decr response from the Async EntryProcessor. @param request Request @param response Response @param oReturn Object returned from
prj/coherence-core/src/main/java/com/tangosol/coherence/memcached/DefaultRequestHandler.java:529
↓ 2 callers
Method
incrementAndGet
Increment the long and return the new value. @return the new value
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/MutableLong.java:66
↓ 2 callers
Method
incrementAudioSales
Increment the audiobook sales. @param amount the amount to increment audiobook sales
prj/examples/guides/906-partition-level-transactions/src/main/java/com/oracle/coherence/guides/partitions/books/BookSales.java:105
↓ 2 callers
Method
incrementEBookSales
Increment the E-Book sales. @param amount the amount to increment E-Book sales
prj/examples/guides/906-partition-level-transactions/src/main/java/com/oracle/coherence/guides/partitions/books/BookSales.java:78
↓ 2 callers
Method
incrementHeadPollVersion
Increment the current head poll version
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/QueueVersionInfo.java:93
↓ 2 callers
Method
incrementPaperSales
Increment the paper book sales. @param amount the amount to increment paper book sales
prj/examples/guides/906-partition-level-transactions/src/main/java/com/oracle/coherence/guides/partitions/books/BookSales.java:132
↓ 2 callers
Method
incrementTailOfferVersion
Increment the current tail offer version
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/QueueVersionInfo.java:70
↓ 2 callers
Method
incrementTriggers
Increment the trigger count for a cache. @param sCacheName the cache to increment for
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceStatistics.java:104
↓ 2 callers
Method
incrementVersion
Increment value's version. @param oKey the key @param oValue the value
prj/coherence-core/src/main/java/com/tangosol/net/cache/VersionedNearCache.java:225
↓ 2 callers
Method
indent
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonWriter.java:230
↓ 2 callers
Method
indentString
Indent the passed multi-line string. @param sText the string to indent @param sIndent a string used to indent each line @return the string, indente
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/Formatting.java:379
↓ 2 callers
Method
indexOf
Locate a listener in the specified array of listeners. @param aListener the array of listeners to search @param listener the EventListener to sear
prj/coherence-core/src/main/java/com/tangosol/util/Listeners.java:276
↓ 2 callers
Method
indexOfExtension
Returns the index of the last extension separator character, which is a dot. <p> This method also checks that there is no directory separator after th
prj/coherence-core/src/main/java/com/tangosol/io/FileHelper.java:632
↓ 2 callers
Method
indexOfMatchingPropertyClose
Return the offset within string <code>sValue</code> for property close for property starting at <code>ofPropertyStart</code>. @param sValue
prj/coherence-core/src/main/java/com/tangosol/config/expression/ValueMacroExpression.java:248
↓ 2 callers
Method
induct
Inducting a member assigns a mini-id and adds the member to the member set. @param memberNew a Member object to induct @param service the ClusterSe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/actualMemberSet/serviceMemberSet/MasterMemberSet.java:444
↓ 2 callers
Method
init
Initialize the VersionedBackingMap. @param mapVersionTransient (optional) a replicated cache of versions of the cached d
prj/coherence-core/src/main/java/com/tangosol/net/cache/VersionedBackingMap.java:184
↓ 2 callers
Method
init
Private initialization.
prj/coherence-core/src/main/java/com/tangosol/util/BinaryWriteBuffer.java:58
↓ 2 callers
Method
init
Parse the property name and initialize necessary extractor and updator.
prj/coherence-core/src/main/java/com/tangosol/util/processor/PropertyManipulator.java:127
↓ 2 callers
Method
init
Initialize this filter. @param chEscape the escape character for escaping '%' and '_' @param fIgnoreCase true to be case-insensitive
prj/coherence-core/src/main/java/com/tangosol/util/filter/LikeFilter.java:140
↓ 2 callers
Method
init
Initialize the fields of the StackFrame object. @param sFile the source file name (e.g. Test.java) @param sClass the fully qualified class name (e
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/StackTrace.java:286
↓ 2 callers
Method
init
Initialise this protocol. @param service the parent {@link GrpcService} @param request the init request to use to initialise the protocol @
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/GrpcServiceProtocol.java:92
↓ 2 callers
Method
initClasses
Given the specified ClassLoader, load all the XmlBean classes that have been specified to be serialization-optimized. @param loader the ClassLoader
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:7376
↓ 2 callers
Method
initOptions
Specify the tokenizer options. @param propOpts a java.util.Properties object containing options
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Tokenizer.java:112
↓ 2 callers
Method
initUri
Initializes a new {@link URI} based on the provided <code>host</code> and <code>port</code>. @param sHost the {@link URI}'s target host @param nPort
prj/coherence-http-netty/src/main/java/com/tangosol/coherence/http/netty/NettyHttpServer.java:220
↓ 2 callers
Method
initialStartServices
Setup any necessary resources and start all services. @param cWaitMillis the interval, in milliseconds, to monitor services
prj/coherence-core/src/main/java/com/tangosol/net/DefaultCacheServer.java:503
↓ 2 callers
Method
initialize
Initialize the state of the script object.
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/UnicodeScript.java:451
↓ 2 callers
Method
initialize
Bind the ConfigurablePofContext to a ClassLoader, resolving all class names, etc.
prj/coherence-core/src/main/java/com/tangosol/io/pof/ConfigurablePofContext.java:865
↓ 2 callers
Method
initialize
Initialize ensures both accessors are not null and if private that accessibility can be set. @param methGetter the get accessor @param methSetter t
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/InvocationStrategies.java:309
↓ 2 callers
Method
initialize
Initialize the {@link Tracer}, if not already initialized. @param dependencies the tracing {@link TracingShim.Dependencies dependencies} @return a
prj/coherence-core/src/main/java/com/tangosol/internal/tracing/TracingHelper.java:75
↓ 2 callers
Method
initialize
Initialize this instance with the relevant metadata for the entity being stored. @param sEntityName the JPA name of the entity @param sEntityCla
prj/coherence-jpa/src/main/java/com/oracle/coherence/jpa/JpaCacheLoader.java:123
↓ 2 callers
Method
initializeBuckets
Create an initial array of hash buckets.
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2454
↓ 2 callers
Method
initializeChannels
(int cChannel)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:777
↓ 2 callers
Method
initializeDatagramSocket
Set up the specified java.net.DatagramSocket.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/socket/UdpSocket.java:489
↓ 2 callers
Method
initializeExtract
Initialized the extraction of the Property trait. This call is performed by the Component at the first extract level if there was not a base Property
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:2579
↓ 2 callers
Method
initializeExtractComplexValue
Initialize the extract process for a complex property value. @param oValue the complex property value to use @param loader the Loader object for J
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:2619
↓ 2 callers
Method
initializeFunctionMap
Creates the Map holding CohQL functions and populates it with the default functions available in CohQL. CohQL functions are elements such as sum(), av
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/CoherenceQueryLanguage.java:327
↓ 2 callers
Method
initializeSUID
Initialized the SID related data.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:2201
↓ 2 callers
Method
initializeSocket
(java.net.Socket socket)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/socket/TcpSocket.java:322
↓ 2 callers
Method
initializeSubscription
(ConnectedSubscriber<V> subscriber, boolean fForceReconnect)
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/PagedTopicSubscriberConnector.java:426
↓ 2 callers
Method
initializeSystemSession
Ensure that the singleton system {@link Session} exists and is started. <p> The System session only applies to certain environments, so we may not act
prj/coherence-core/src/main/java/com/tangosol/net/Coherence.java:1890
↓ 2 callers
Method
inputStream
Provides an input stream for reading the document content. @return the input stream for the S3 object content
prj/coherence-rag-parent/loaders/coherence-rag-aws-s3-loader/src/main/java/com/oracle/coherence/rag/loader/aws/s3/AwsS3DocumentLoader.java:113
↓ 2 callers
Method
inputStreamFor
Gets an input stream for a model file from the classpath. @param name the model name @param fileName the file name @return the input stream fo
prj/coherence-rag-parent/coherence-rag/src/main/java/com/oracle/coherence/rag/model/LocalOnnxScoringModel.java:354
↓ 2 callers
Method
insertPrimaryData
Insert the cache entries represented in the specified Iterator<Map.Entry> into the primary storage and the persistent store (if this cache is persiste
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:4861
↓ 2 callers
Method
insertPrimaryKeyListeners
Insert the cache listeners represented in the specified Iterator<Map.Entry> into the primary storage and the persistent store (if this cache is persis
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:5001
↓ 2 callers
Method
insertPrimaryLeases
Insert the cache listeners represented in the specified Iterator<Map.Entry> into the primary storage and the persistent store (if this cache is persis
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:5094
↓ 2 callers
Method
insertUpdateWithArray
Internal method called by test methods to test insert/update of a Object array in a SimpleMapIndex. Verify the following : 1) the index contains the
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/SimpleMapIndexTest.java:668
↓ 2 callers
Method
insertUpdateWithCollection
Internal method called by test methods to test insert/update of a Collection in a SimpleMapIndex. Verify the following : 1) the index contains the ne
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/SimpleMapIndexTest.java:525
↓ 2 callers
Method
inspectMachine
Inspect this machine and determine its CPU descriptors.
prj/coherence-core/src/main/java/com/tangosol/license/ProcessorInfo.java:617
↓ 2 callers
Method
instance
()
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/extractor/QueueKeyExtractor.java:141
↓ 2 callers
Method
instance
()
prj/test/functional/grpc-proxy-tck/src/main/java/grpc/proxy/GetEntryExpiry.java:49
↓ 2 callers
Method
instant
Create a {@link SeekRequest}. @param map the map of channel to {@link Instant} to use to reposition the subscriber
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/NamedTopicSubscriber.java:3779
↓ 2 callers
Method
instantiate
(java.util.Set set, java.util.Map map)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/wrapperSet/KeySet.java:144
↓ 2 callers
Method
instantiate
(java.util.Set set, java.util.Map map)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/wrapperSet/EntrySet.java:153
↓ 2 callers
Method
instantiateAnalysisContext
Factory method. @return a new AnalysisContext
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2079
↓ 2 callers
Method
instantiateAsyncAggregator
Create and/or configure AsynchronousAggregator that should be executed. @param aggregator the EntryAggregator to use @return a fully configured Asy
prj/coherence-core/src/main/java/com/tangosol/internal/util/DefaultAsyncNamedCache.java:279
↓ 2 callers
Method
instantiateAsyncBinaryStoreManager
Construct an AsyncBinaryStoreManager using the specified parameters. @param storeMgr the BinaryStoreManager to make asynchronous @param cbMaxAsync
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:3074
↓ 2 callers
Method
instantiateAttribute
Instantiate an XmlValue implementation for an attribute value. @return a new XmlValue to be used as an attribute value
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleElement.java:924
↓ 2 callers
Method
instantiateBackingMap
(com.tangosol.net.BackingMapManager manager, String sName)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:1122
↓ 2 callers
Method
instantiateBackupMap
Called on the Service thread only.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:5366
↓ 2 callers
Method
instantiateBinaryStoreManager
Create a BinaryStoreManager using the specified XML configuration. The given XML configuration must contain a valid child BinaryStoreManager element:
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:2917
↓ 2 callers
Method
instantiateBundle
Instantiate a new Bundle object. @return a new Bundle object
prj/coherence-core/src/main/java/com/tangosol/net/cache/AbstractBundler.java:429
↓ 2 callers
Method
instantiateCacheResourceInternal
Create an instance of {@link CacheResource} for the specified resource configuration. <p> This is an internal method and is not intended to be overrid
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/DefaultRootResource.java:79
↓ 2 callers
Method
instantiateCallback
(Consumer<? super Entry<? extends TK, ? extends R>> callback)
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:3638
↓ 2 callers
Method
instantiateConnection
Factory method: create a new Connection. Implementations must configure the Connection with a reference to this ConnectionManager (see Connection#set
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:855
↓ 2 callers
Method
instantiateContext
Instantiate a context appropriate for applying SizeAction to count the number of entries in the map. @param fEmptyCheck if true, only test for empti
prj/coherence-core/src/main/java/com/tangosol/util/SegmentedConcurrentMap.java:855
↓ 2 callers
Method
instantiateControlMap
Factory pattern: Create the concurrency control map for this backing map. @return a new concurrency control map
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:2678
↓ 2 callers
Method
instantiateControlMap
()
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/ReadWriteBackingMapTest.java:367
↓ 2 callers
Method
instantiateConverterFromInternal
(ClassLoader loader)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/SimpleCache.java:738
↓ 2 callers
Method
instantiateConverterMap
Provides out-bound conversion (i.e. conversion to values clients expect) of internal values. @param map the {@link Map} to wrap @return the {@link
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:2968
↓ 2 callers
Method
instantiateConverterToInternal
(ClassLoader loader)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/SimpleCache.java:748
↓ 2 callers
Method
instantiateDatagramSocket
Instantiate an underlying java.net.DatagramSocket.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/socket/UdpSocket.java:561
↓ 2 callers
Method
instantiateDefaultProps
Instantiate a Map to be used for configuration parameters that act as defaults across all containers. Typically this configuration aids the container'
prj/test/distribution/osgi/src/test/java/com/tangosol/coherence/osgi/AbstractContainer.java:395
↓ 2 callers
Method
instantiateEntry
Factory pattern: instantiate a Map.Entry object for the specified key. @param oKey the key @return a Map.Entry for the specified key
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:2171
↓ 2 callers
Method
instantiateEntry
Instantiate an Entry instance. This method permits inheriting classes to easily override the implementation of Entity. @param oKey the key @param o
prj/coherence-core/src/main/java/com/tangosol/run/xml/SimpleElement.java:1702
↓ 2 callers
Method
instantiateEntryMap
Instantiate and return a Map to hold the entries for this request. @param cEntries the size of the map
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/distributedCacheRequest/MapRequest.java:243
↓ 2 callers
Method
instantiateEventQueue
Create a self-processing event queue. @return a {@link TaskDaemon} onto which events can be placed in order to be dispatched asynchronously
prj/coherence-core/src/main/java/com/tangosol/net/cache/ContinuousQueryCache.java:2594
↓ 2 callers
Method
instantiateEventsVisitor
Create a {@link PersistentStore.Visitor} that can read a PersistentStore and populate the provided {@code mapEvents} with events that are larger than
prj/coherence-core/src/main/java/com/tangosol/persistence/CachePersistenceHelper.java:1669
↓ 2 callers
Method
instantiateFinalizeAssignPrimaries
Return a Continuation to finalize assigning (empty) primaries (#onFinalizeAssignPrimary).
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:14566
↓ 2 callers
Method
instantiateIterator
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/OpenHashMap.java:459
↓ 2 callers
Method
instantiateKeySet
(int cKeys)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/distributedCacheRequest/KeySetRequest.java:246
↓ 2 callers
Method
instantiateLazyKeySet
Instantiates a new $LazyKeySet which will collect all the primary keys belonging to the passed in partitions. @param parts the PartitionSet to collec
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:5519
↓ 2 callers
Method
instantiateListIterator
Create a Converter ListIterator. @param iter the underlying ListIterator @param convUp the Converter to view the underlying ListIterator
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:1818
↓ 2 callers
Method
instantiateLoadCalculator
Instantiate the load calculator. @param fPrimary true iff the load calculator will be used for primary partition load; backup other
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2042
↓ 2 callers
Method
instantiateMap
(Factory pattern) Instantiate a Map object to store entries in once the "lite" threshold has been exceeded. This method permits inheriting classes to
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/util/OldLiteMap.java:788
↓ 2 callers
Method
instantiateMapEvent
Factory pattern
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java:795
↓ 2 callers
Method
instantiateMemberSet
(int[] anMember)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/net/MemberSetTest.java:99
↓ 2 callers
Method
instantiateMessage
Instantiate a new Message for the specified packet. If the corresponding service has terminated, make a "serviceless" packet to be discarded later. @
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketReceiver.java:627
↓ 2 callers
Method
instantiateMultiEntryAsyncProcessor
Create and/or configure AsynchronousProcessor that should be executed. @param processor the EntryProcessor to use @return a fully configured Asynch
prj/coherence-core/src/main/java/com/tangosol/internal/util/DefaultAsyncNamedCache.java:243
↓ 2 callers
Method
instantiateNode
Instantiate a Node. (Factory pattern.) This method is over-ridden by inheriting implementations if the inheriting implementation extends the inner N
prj/coherence-core/src/main/java/com/tangosol/util/SafeLinkedList.java:762
↓ 2 callers
Method
instantiatePartitionFilter
Helper to instantiate a $PartitionFilter. @param nPartition the partition-id to instantiate a $PartitionFilter for
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3959
↓ 2 callers
Method
instantiatePersistentServicesQuery
MBean query to retrieve PersistenceController for the given service as a param. @param request the request @param sService service name @return
prj/coherence-core/src/main/java/com/tangosol/internal/management/resources/ServicesResource.java:329
↓ 2 callers
Method
instantiatePersistentStore
Factory method for PersistentStore implementations managed by this PersistenceManager. @param sId the identifier of the store to create @return a n
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:1125
↓ 2 callers
Method
instantiatePile
()
prj/test/functional/util/src/main/java/util/AssociationPileTests.java:54
↓ 2 callers
Method
instantiatePofValue
Creates a PofValue instance. @param valueParent parent POF value @param nType type identifier of this POF value @param bufValue POF-encod
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValueParser.java:173
↓ 2 callers
Method
instantiateQueue
Create a queue for this DaemonPool.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:1858
↓ 2 callers
Method
instantiateReadWriteBackingMap
Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element. @param info the cache info @param xmlRWBM "read-write-
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:1855
↓ 2 callers
Method
instantiateReadWriteSplittingBackingMap
Construct a ReadWriteSplittingBackingMap using the specified parameters. <p> This method exposes a corresponding ReadWriteSplittingBackingMap {@link R
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:2052
↓ 2 callers
Method
instantiateSafeService
Instantiate an instance of SafeService for a given service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeCluster.java:1125
← previous
next →
16,201–16,300 of 78,752, ranked by callers