MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 39 callersMethodreadUTF
Read a variable-length encoded UTF packed String. The major difference between this implementation and DataInputStream is that this is not limited to
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:1350
↓ 39 callersMethodresolveScheme
In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements. The retur
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:734
↓ 39 callersMethodsetDefaultGuardTimeout
Setter for property DefaultGuardTimeout.<p> Default timeout interval for guardables manged by this Daemon.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Daemon.java:1341
↓ 39 callersMethodskipUniformValue
Within the POF stream, skip the next POF value of the specified type. @param in the BufferInput containing the POF stream @param nType the type of
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofHelper.java:1169
↓ 39 callersMethodtryLock
Lock the keys in the given set without blocking. @param setKeys keys to lock in the control map @return Set of keys that were successfully locked
prj/coherence-core/src/main/java/com/tangosol/net/cache/CachingMap.java:909
↓ 38 callersMethodcheckRange
Check the range of a value. @param lValue the value to check @param lFrom the lower limit of the range (inclusive) @param lTo the upper limit
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:2262
↓ 38 callersMethodclear
Free the memory allocated for this index in the native context. <p> NOTE: Once the index is cleared, it cannot be initialized or used again.
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Index.java:363
↓ 38 callersMethodcontainsMacro
Check if this contains a macro. @return true iff this contains a macro
prj/coherence-core/src/main/java/com/tangosol/config/expression/ValueMacroExpression.java:211
↓ 38 callersMethoddeserialize
Deserializes fromSource String into an instance of toClass. @param fromSource source from which to deserialize. @param toClass type into which to
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/Genson.java:356
↓ 38 callersMethodenter
Wait to enter the gate. @return an AutoCloseable which can be used with a try-with-resource block to perform the corresponding {@link #exit}.
prj/coherence-core/src/main/java/com/oracle/coherence/common/util/Gate.java:53
↓ 38 callersMethodevaluate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/config/expression/ValueMacroExpression.java:87
↓ 38 callersMethodextract
Extract the value from the passed object. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper
prj/coherence-core/src/main/java/com/tangosol/util/ValueExtractor.java:70
↓ 38 callersMethodextractFromEntry
Extract a value from the specified entry using the specified extractor. @param extractor the extractor to use @param entry the entry to extract
prj/coherence-core/src/main/java/com/tangosol/util/InvocableMapHelper.java:600
↓ 38 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/RemoteStream.java:373
↓ 38 callersMethodget
Return a {@link Snapshot} which represents the archived snapshot with the given identifier. @param sSnapshot the identifier of the archived snapshot
prj/coherence-core/src/main/java/com/tangosol/persistence/SnapshotArchiver.java:41
↓ 38 callersMethodgetMessage
Return the detail message string of this PortableException. @return the detail message string (may be {@code null})
prj/coherence-core/src/main/java/com/tangosol/io/pof/PortableException.java:226
↓ 38 callersMethodgetProtocol
The Protocol understood by the Receiver. <p> Only Channel objects with the specified Protocol can be registered with this Receiver. @return the Proto
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Channel.java:292
↓ 38 callersMethodgetSafeAttribute
Get an attribute value, and return a temporary value if the attribute does not exist. This is a convenience method. Attributes are accessed and mani
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:280
↓ 38 callersMethodgetState
Getter for property State.<p> A combination of flags reflecting the state of this BinaryEntry. The reason we keep it as a single value is to decrease
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:13329
↓ 38 callersMethodgetYear
Determine the date's year value. @return the year number as defined by ISO8601; note the difference with the Java Date class, whose year is r
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawDate.java:59
↓ 38 callersMethodget_CLASS
Getter for property _CLASS.<p> Property with auto-generated accessor that returns the Class object for a given component.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/SimpleCache.java:219
↓ 38 callersMethodget_ServiceImpl
Getter for property _ServiceImpl.<p> Underlying "real" Service object.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/ServiceModel.java:338
↓ 38 callersMethodinitialize
This method initializes the index with the default values for the parameters m, efConstruction, randomSeed and sets the maxNumberOfElements to 1_000_0
prj/coherence-hnsw/src/main/java/com/oracle/coherence/hnswlib/Index.java:118
↓ 38 callersMethodinstantiatePartitionSet
Helper to instantiate a partition set (with the service's partition-count) containing the specified partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3976
↓ 38 callersMethodisReadOnly
Return if management is to be read-only.
prj/test/functional/management/src/main/java/management/BaseManagementInfoResourceTests.java:5302
↓ 38 callersMethodmapToDouble
Returns a {@code DoubleStream} consisting of the results of applying the given function to the elements of this stream. <p> This is an <em>intermediat
prj/coherence-core/src/main/java/com/tangosol/util/stream/RemoteStream.java:322
↓ 38 callersMethodonNext
(MapListenerRequest request)
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/v0/MapListenerProxy.java:119
↓ 38 callersMethodor
Return a composed predicate that represents a short-circuiting logical OR of this predicate and another. When evaluating the composed predicate, if t
prj/coherence-core/src/main/java/com/tangosol/util/Filter.java:98
↓ 38 callersMethodrunAsync
Return a {@link CompletionStage} that will complete with a value of a {@link RequestHolder} with a result value that is the result of the completion o
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/CacheRequestHolder.java:213
↓ 38 callersMethodsetDaemon
Set the daemon for the Reporter task. @param daemon the daemon the Reporter is executing
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/ReportControl.java:80
↓ 38 callersMethodsetDaemonState
Change the daemon's state to the specified state iff the new state is greater then the current state. Despite this property being @volatile, this set
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Daemon.java:1317
↓ 38 callersMethodsetState
Set the state of the reporter. @param sState the state of the reporter
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/ReportControl.java:122
↓ 38 callersMethodtoBinary
Convert a {@link BytesValue} to a {@link Binary}. <p> The {@link BytesValue} is converted to a list of {@link java.nio.ByteBuffer}s which are then con
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/BinaryHelper.java:71
↓ 38 callersMethodtoJson
Return the entity state as a map to be converted to json. @return the entity state as a map to be converted to json
prj/coherence-core/src/main/java/com/tangosol/internal/http/HttpResponse.java:192
↓ 38 callersMethodtoPathString
Provide a short human-readable hierarchical path to the trait. @return a human-readable description of this trait
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:2477
↓ 38 callersMethodttl
Obtains a {@link Multicast} for a specified value. @param value the ttl for the {@link Multicast} @return a {@link Multicast} for the specified name
prj/coherence-bedrock/coherence-bedrock/src/main/java/com/oracle/bedrock/runtime/coherence/options/Multicast.java:51
↓ 38 callersMethodvalue
The name used to identify a specific resource. @return the name used to identify a specific resource
prj/coherence-cdi/src/main/java/com/oracle/coherence/cdi/Name.java:92
↓ 38 callersMethodvalueAsString
@return the current value as a String. It will try to convert the actual value to String if its not of that type. @throws JsonStreamException
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:218
↓ 38 callersMethodwithTypes
Obtains a {@link TypeAssertion} that asserts the specified types are configured for a cache. @param <K> the key type @param <V> the value
prj/coherence-core/src/main/java/com/tangosol/net/cache/TypeAssertion.java:80
↓ 37 callersMethodassertIdentical
Compare two binaries for equality. @param buf1 the first binary @param buf2 the second binary @throws RuntimeException if they are different
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/ExternalizableHelperTest.java:1060
↓ 37 callersMethodclose
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectWriter.java:333
↓ 37 callersMethodevaluate
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/config/expression/Parameter.java:110
↓ 37 callersMethodfindCacheServer
Return the Member that represents the cache server with the given name. @param sServer the cache server name @return the Member that represents the
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestInfrastructure.java:389
↓ 37 callersMethodget
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SimpleMapIndex.java:162
↓ 37 callersMethodgetCacheManager
Provide a means for other implementation of jcache to inject implementation specific properties. @param uri should be one of the getURI methods from
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/JcacheTestContext.java:36
↓ 37 callersMethodgetCachingProvider
()
prj/test/functional/jcache/src/main/java/com/tangosol/coherence/jcachetesting/CoherenceCacheProviderTests.java:153
↓ 37 callersMethodgetFirstQueryParameter
Returns the first query parameter value for the specified name, or {@code null} if no parameter matched the name. @param sName the name of the query
prj/coherence-core/src/main/java/com/tangosol/internal/http/HttpRequest.java:80
↓ 37 callersMethodgetPartition
Return the partition this event represents or -1 if the event source is not partition aware. @return the partition this event represents or -1 if the
prj/coherence-core/src/main/java/com/tangosol/util/CollectionEvent.java:49
↓ 37 callersMethodgetServiceMembers
Return a Set of Member objects, one for each Member that has registered this Service. @return Set of cluster members for this service (could be empty
prj/coherence-core/src/main/java/com/tangosol/net/ServiceInfo.java:50
↓ 37 callersMethodgetType
Returns keystore type, defaults to JKS. @return get key-store type
prj/coherence-core/src/main/java/com/tangosol/internal/net/ssl/KeystoreDependencies.java:29
↓ 37 callersMethodgetTypeName
(int nType)
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofConstants.java:197
↓ 37 callersMethodgetValue
Returns the cache value for a given published value. <p> This implementation returns the published value, but subclasses can override this method to d
prj/examples/guides/195-bulk-loading-caches/src/main/java/com/oracle/coherence/guides/preload/loaders/StreamingPreloadTask.java:104
↓ 37 callersMethodhasNext
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/JsonReader.java:361
↓ 37 callersMethodincrementAndGet
Atomically increments the current value. <p>Equivalent to {@code addAndGet(1)}. @return the updated value
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/atomic/AtomicInteger.java:108
↓ 37 callersMethodisConstant
Determine if the expression has a constant value. Note: This question is only valid after the expression is pre-compiled. @return true if the expres
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/Expression.java:269
↓ 37 callersMethodlistSnapshots
Return the identifiers of the snapshots known to this environment. @return a list of the known snapshot identifiers
prj/coherence-core/src/main/java/com/oracle/coherence/persistence/PersistenceEnvironment.java:103
↓ 37 callersMethodparseDelimitedString
Parse a character-delimited String into an array of Strings. @param s character-delimited String to parse @param chDelim character delimiter
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1363
↓ 37 callersMethodpoll
Asynchronously Send a {@link NamedCacheRequest}. @param type the request message type to send @return a {@link CompletableFuture} that will complet
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/NamedCacheClientChannel_V1.java:738
↓ 37 callersMethodpreprocess
Pre-process the specified {@link XmlElement} using the provided {@link ElementPreprocessor}. @param context the {@link ProcessingContext} in wh
prj/coherence-core/src/main/java/com/tangosol/config/xml/DocumentElementPreprocessor.java:63
↓ 37 callersMethodrealize
Realizes (creates if necessary) an instance of a object of type T, using the provided {@link ParameterResolver} to resolve values any referenced {@lin
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/ParameterizedBuilder.java:43
↓ 37 callersMethodrun
Run the test body logic. @throws Exception if the test throws an unexpected exception
prj/test/functional/tracing/common/src/main/java/tracing/AbstractTracingIT.java:285
↓ 37 callersMethodsetMaximumFileSize
Set the maximum journal file size. @param cbMaxFile maximum file size in bytes @return this config
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:70
↓ 37 callersMethodsetPosition
Set the read position for this partition's active page. @param nPosition the position
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Subscription.java:121
↓ 37 callersMethodstorageDisabledMember
Constructs a {@link SessionBuilder} for a Storage Disabled Member. @return a {@link SessionBuilder}
prj/coherence-bedrock/coherence-bedrock-testing-support/src/main/java/com/oracle/bedrock/junit/SessionBuilders.java:19
↓ 37 callersMethodtoInternal
Converts a value to an internal representation. @param value the value to convert @return an internal representation of the value
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/common/InternalConverter.java:32
↓ 36 callersMethodbeginArray
Starts reading an array. Arrays contain only values. Call {@link #endArray()} when the array contains no more values. @return a reference to the read
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:126
↓ 36 callersMethodchannel
()
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/WrapperSelector.java:208
↓ 36 callersMethodcheckPosition
Validate the specified value position in the POF stream. @param iPos the position that a value is reported at
prj/coherence-core/src/main/java/com/tangosol/io/pof/ValidatingPofHandler.java:491
↓ 36 callersMethodclear
Clear the set. @return this PartitionSet
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:473
↓ 36 callersMethodclose
Close this publisher connector.
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/PublisherConnector.java:53
↓ 36 callersMethoddelegate
Return the internal LongArray. @return the internal LongArray
prj/coherence-core/src/main/java/com/tangosol/util/CopyOnWriteLongArray.java:95
↓ 36 callersMethoddoPrivileged
(PrivilegedAction<T> action)
prj/coherence-core/src/main/java/com/tangosol/net/security/SecurityHelper.java:85
↓ 36 callersMethodendArray
Ends the array. If you were not in an array or the array contains more data, an exception will be thrown. @return a reference to the reader. @throws
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/stream/ObjectReader.java:135
↓ 36 callersMethodensureScope
Ensure the scope value is not null. @param scope the scope value to check @return the scope value if not null otherwise the default scope value
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/v0/Requests.java:1189
↓ 36 callersMethodensureSubscriberGroup
Ensure that the specified subscriber group exists for this topic. @param sName the name of the subscriber group @throws IllegalStateException if th
prj/coherence-core/src/main/java/com/tangosol/net/topic/NamedTopic.java:115
↓ 36 callersMethodequalsDeep
Deeply compare two references for equality. This dives down into arrays, including nested arrays. @param o1 an object @param o2 an object to be com
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1918
↓ 36 callersMethodfromBytesValue
A utility method to deserialize a {@link BytesValue} to an Object. @param bytes the {@link BytesValue} to deserialize an Object. @param seriali
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/BinaryHelper.java:192
↓ 36 callersMethodgetContext
Return the context this entry operates within. <p> Note: This method is a shortcut for the {@link BackingMapContext#getManagerContext() getBackingMapC
prj/coherence-core/src/main/java/com/tangosol/util/BinaryEntry.java:60
↓ 36 callersMethodgetLength
Return the byte length of the sequence. @return the byte length of the sequence
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/BufferSequence.java:36
↓ 36 callersMethodgetLocalAddress
Retrieve the running or configured listening address. @return the running or configured listening address @since 12.2.1
prj/coherence-core/src/main/java/com/tangosol/net/NameService.java:58
↓ 36 callersMethodgetNano
Determine the time's nanosecond value. @return the nanosecond value between 0 and 999999999 inclusive
prj/coherence-core/src/main/java/com/tangosol/io/pof/RawTime.java:135
↓ 36 callersMethodgetPermits
Returns the current number of permits available. @return the number of permits available
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/internal/SemaphoreStatus.java:165
↓ 36 callersMethodgetProcessor
Returns a processor instance. @param asArgs processor configuration arguments @return a processor instance
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/util/processor/ProcessorFactory.java:29
↓ 36 callersMethodgetService
Getter for property Service.<p> The Service that is managing the poll.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Poll.java:451
↓ 36 callersMethodgetStorageMap
Return the ObservableMap used by the TestCacheStore to load, store, and erase persisted objects. @return the ObservableMap used to load, store, and e
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/CacheStoreTest.java:302
↓ 36 callersMethodgetType
Return the requested data type, creating it if necessary. @param sType the internal specification for the data type @return the requested data type
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:305
↓ 36 callersMethodgetWrappedServer
Obtain the wrapped MBeanServer. @return the wrapped MBeanServer
prj/coherence-core/src/main/java/com/tangosol/net/management/jmx/WrapperMBeanServer.java:443
↓ 36 callersMethodget_CLASS
Getter for property _CLASS.<p> Property with auto-generated accessor that returns the Class object for a given component.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java:196
↓ 36 callersMethodisEmpty
Checks whether or not this MapListenerSupport object contains any listeners. @return true iff there are no listeners encapsulated by this Map
prj/coherence-core/src/main/java/com/tangosol/util/MapListenerSupport.java:405
↓ 36 callersMethodisInterface
Determine if this type is an interface type. @return true if this is an interface
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/TypeInfo.java:44
↓ 36 callersMethodisOwnershipEnabled
Getter for property OwnershipEnabled.<p> Specifies whether or not the local ownership is enabled for this Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:4201
↓ 36 callersMethodisSignature
Determine if this is a Java Class Signature (JCS). This class (Component) is used for Component Definitions, complex Property values, and Java Class
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:3910
↓ 36 callersMethodless
Return a filter that tests if the extracted value is less than the specified value. @param extractor the ValueExtractor to use @param value the
prj/coherence-core/src/main/java/com/tangosol/util/Filters.java:263
↓ 36 callersMethodlookupIdentity
Look up the specified identity and return the object to which it refers. @param nId the identity @return the object registered under that identity
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:3131
↓ 36 callersMethodregisterEventInterceptor
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/events/internal/Registry.java:59
↓ 36 callersMethodsetAcceptor
Set the parent {@link GrpcAcceptor}. @param acceptor the parent {@link GrpcAcceptor}
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/GrpcServiceDependencies.java:250
↓ 36 callersMethodsetEnableAutoTypeDiscovery
If portable type discovery is enabled, and we were unable to retrieve indexed classes, shall we try to auto-discover portable type annotated classes f
prj/coherence-core/src/main/java/com/tangosol/io/pof/ConfigurablePofContext.java:794
↓ 36 callersMethodsetVersion
Set the version @param version the version
prj/test/functional/processor/src/main/java/processor/AbstractEntryProcessorTests.java:2940
↓ 36 callersMethodsocket
()
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/MultiplexedSocketProvider.java:917
↓ 36 callersMethodtoHexString
Format the passed integer as a fixed-length hex string. @param n the value @param cDigits the length of the resulting hex string @return the
prj/coherence-core/src/main/java/com/tangosol/util/Base.java:1007
← previousnext →1,001–1,100 of 78,752, ranked by callers