MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 11 callersMethodextendedSqlTokenTable
Return an initialized TokenTable for the full CoherenceQueryLanguage. @return a TokenTable for the CoherenceQueryLanguage
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/CoherenceQueryLanguage.java:193
↓ 11 callersMethodextents
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/persistence/AbstractPersistenceManager.java:1386
↓ 11 callersMethodextract
Extract from target using reflection. <p> @param oTarget the target @return value extracted from target
prj/coherence-core/src/main/java/com/tangosol/util/extractor/ReflectionExtractor.java:107
↓ 11 callersMethodfinalizeResolve
Complete the resolve processing for this Component and its sub-traits. @param loader the Loader object for JCS, CIM, and CD dependencies @param er
prj/coherence-core/src/main/java/com/tangosol/dev/component/Component.java:2275
↓ 11 callersMethodfindCacheMapping
Attempts to find the {@link CacheMapping} that matches the specified name and type. <p> The matching algorithm first attempts to find an exact match o
prj/coherence-core/src/main/java/com/tangosol/coherence/config/ResourceMappingRegistry.java:53
↓ 11 callersMethodformatStats
@return a human-readible description of the Service statistics
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:1188
↓ 11 callersMethodfromBinary
Returns a {@link PageElement} from a binary serialized element. @param binary the binary representation of the {@link PageElement} @param serial
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/PageElement.java:263
↓ 11 callersMethodfromJson
Helper method to allow creating a {@link JsonObject} from a {@link String}. Useful for inserting JSON values from CohQL. <p> Example in CohQL: <code>i
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/JsonSerializer.java:444
↓ 11 callersMethodfromXml
Populate the DefaultGatewayDependencies object from the XML configuration. @param xml the <{@code <management-config>} XML element @param deps the
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/LegacyXmlGatewayHelper.java:45
↓ 11 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. A return value of <tt
prj/coherence-core/src/main/java/com/tangosol/util/ConcurrentMap.java:155
↓ 11 callersMethodgetAccess
Determine the current accessibility of the Property. @return either ACCESS_PUBLIC, ACCESS_PROTECTED, or ACCESS_PRIVATE @see com.tangosol.dev.compone
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:4231
↓ 11 callersMethodgetAccessController
Return the AccessController. @return the AccessController
prj/coherence-core/src/main/java/com/tangosol/internal/net/security/StandardDependencies.java:28
↓ 11 callersMethodgetAction
Obtains the proposed {@link ExecutionPlan.Action} for the specified {@link Executor}. @param sId the {@link Executor} id @return an {@link Executio
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ExecutionPlan.java:36
↓ 11 callersMethodgetBackingConfigurableCache
Getter for property BackingConfigurableCache.<p> A ConfigurableCacheMap. It refers to the same reference as the backing map if the backing map is a Co
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3379
↓ 11 callersMethodgetBatchSize
Return the number of entries to load in a single batch. @return the number of entries to load in a single batch
prj/examples/guides/195-bulk-loading-caches/src/main/java/com/oracle/coherence/guides/preload/loaders/StreamingPreloadTask.java:114
↓ 11 callersMethodgetBeanDescriptorProvider
()
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/genson/Genson.java:712
↓ 11 callersMethodgetBucketOffset
Get the first Entry block in the linked list of Entry blocks that fall into a certain hash bucket. @param nBucket the bucket number @return the off
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2557
↓ 11 callersMethodgetBuffer
Obtain the specified buffer. @param iBuffer an index <tt>0 &lt;= iBuffer &lt; getBufferCount()</tt> @return the specified ReadBuffer
prj/coherence-core/src/main/java/com/tangosol/io/MultiBufferReadBuffer.java:1095
↓ 11 callersMethodgetBufferPoolOut
Getter for property BufferPoolOut.<p> A pool of WriteBuffers used to write outgoing Messages.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:585
↓ 11 callersMethodgetByteBuffer
Obtain the ByteBuffer that this WriteBuffer is based on. @return the underlying ByteBuffer
prj/coherence-core/src/main/java/com/tangosol/io/nio/ByteBufferWriteBuffer.java:73
↓ 11 callersMethodgetByteBuffer
Obtain the ByteBuffer that this ReadBuffer is based on. @return the underlying ByteBuffer
prj/coherence-core/src/main/java/com/tangosol/io/nio/ByteBufferReadBuffer.java:69
↓ 11 callersMethodgetCacheStore
Determine the store used by this OldLocalCache, if any. @return the CacheStore used by this OldLocalCache, or null if none
prj/test/unit/coherence-tests/src/test/java/com/tangosol/net/cache/OldLocalCache.java:518
↓ 11 callersMethodgetChannel
(int nId)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Connection.java:868
↓ 11 callersMethodgetClassPath
()
prj/test/distribution/topics-compatibility/topics-14.1.1.2206.3/src/test/java/topics/Version.java:32
↓ 11 callersMethodgetCompletableFuture
Get the CompletableFuture. @return CompletableFuture
prj/coherence-core/src/main/java/com/tangosol/util/AsynchronousAgent.java:363
↓ 11 callersMethodgetConfigurableCacheFactory
Return the default ConfigurableCacheFactory for a given class loader. @param loader class loader for which the configuration should be
prj/coherence-core/src/main/java/com/tangosol/net/CacheFactoryBuilder.java:39
↓ 11 callersMethodgetConnectionManager
Return the ConnectionManager that created or accepted this Connection. @return the ConnectionManager
prj/coherence-core/src/main/java/com/tangosol/net/messaging/Connection.java:70
↓ 11 callersMethodgetConnectionManager
Getter for property ConnectionManager.<p> The ConnectionManager that created or accepted this Connection. @volatile @see com.tangosol.net.messaging.C
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Connection.java:952
↓ 11 callersMethodgetConnectionManager
Return the ConnectionManager that created this Channel or null if the Channel has been closed. @return the ConnectionManager
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:941
↓ 11 callersMethodgetContinuations
Getter for property Continuations.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:2825
↓ 11 callersMethodgetCpuCount
Getter for property CpuCount.<p> Number of CPU cores for the machine this Member is running on.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1154
↓ 11 callersMethodgetDecoration
Extract and return the specified decoration from the passed Binary. <p> Note: This method can only be used against Binary values that result from seri
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:5105
↓ 11 callersMethodgetDeleteMap
Getter for property DeleteMap.<p> Map containing the removed items
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java:565
↓ 11 callersMethodgetDependencies
Get SocketProviderDependencies object @return SocketProviderDependencies
prj/coherence-core/src/main/java/com/tangosol/net/SocketProviderFactory.java:79
↓ 11 callersMethodgetEffectiveMax
Return the effective maximum thread count. @return the effective maximum thread count
prj/coherence-core/src/main/java/com/tangosol/internal/util/DaemonPoolSizing.java:237
↓ 11 callersMethodgetElementCounter
Getter for property ElementCounter.<p> A counter for maintaining the size of the queue.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/queue/ConcurrentQueue.java:393
↓ 11 callersMethodgetElementType
Get the data type of the elements of an array. @return the element data type
prj/coherence-core/src/main/java/com/tangosol/dev/component/DataType.java:534
↓ 11 callersMethodgetEntity
Return the entity object, @return the entity object
prj/coherence-core/src/main/java/com/tangosol/internal/management/EntityMBeanResponse.java:76
↓ 11 callersMethodgetEntryMap
Return a map of items queued to be written. @return the map of items queued to be written
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:4363
↓ 11 callersMethodgetEntrySize
()
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournal.java:1343
↓ 11 callersMethodgetEventType
Getter for property EventType.<p> The event type (one of the MapEvent.ENTRY_ constants) further decorated with the EVT_ flags.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:530
↓ 11 callersMethodgetFailureCount
Return the number of failed operations performed by the test. @return the number of failed operations
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/TestResult.java:307
↓ 11 callersMethodgetFilters
Getter for property Filters.<p> Filters keyed by their names. Used in filter and list commands.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:3765
↓ 11 callersMethodgetFragment
Get the nested fragment extracted from the specified attribute. @param extractor an attribute to extract a nested fragment from @param <E> th
prj/coherence-core/src/main/java/com/tangosol/util/Fragment.java:93
↓ 11 callersMethodgetHeaders
Return the response headers. @return the response headers
prj/coherence-core/src/main/java/com/tangosol/internal/http/Response.java:67
↓ 11 callersMethodgetId
Returns the user's identifier. @return the user's identifier
prj/examples/guides/910-multi-cluster-client/multi-cluster-client/src/main/java/com/oracle/coherence/guides/client/model/User.java:76
↓ 11 callersMethodgetIndex
The index used to order the attributes when iterated by the containing {@link TypeMetadata} class. @return index to identify this attribute's positio
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/internal/TypeMetadata.java:140
↓ 11 callersMethodgetIndexContents
(int nPart)
prj/coherence-core/src/main/java/com/tangosol/internal/util/PartitionedIndexMap.java:877
↓ 11 callersMethodgetIndexExtractorMap
Getter for property IndexExtractorMap.<p> The Map<ValueExtractor, Comparator> containing the indexed extractors on this cache. Each extractor is asso
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3781
↓ 11 callersMethodgetIndexMap
Return a map of indexes defined for all partitions of the {@link NamedCache cache} that this BackingMapContext is associated with. The returned map m
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapContext.java:74
↓ 11 callersMethodgetInsertMap
Getter for property InsertMap.<p> Map containing the inserted items
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java:622
↓ 11 callersMethodgetInternalMap
Return the internal sorted-map holding the bag contents. @return the internal sorted map holding the bag contents
prj/coherence-core/src/main/java/com/tangosol/util/SortedBag.java:66
↓ 11 callersMethodgetInternalValueDecoration
Obtain a decoration from the specified value in the internal form. If the specified value is decorated with the specified decoration id, a value in a
prj/coherence-core/src/main/java/com/tangosol/net/BackingMapManagerContext.java:239
↓ 11 callersMethodgetKey
Return the key or {@code null} for {@link #TYPE_ERASE_EXTENT}. @return the key or {@code null}
prj/coherence-core/src/main/java/com/tangosol/io/journal2/JournalEntry.java:313
↓ 11 callersMethodgetKeyAssociator
Determine the key associator that this service has been configured to use. Information provided by this KeyAssociator will be used to place all associ
prj/coherence-core/src/main/java/com/tangosol/net/PartitionedService.java:72
↓ 11 callersMethodgetKeyPEMNoPassURI
Returns the URI of the unencrypted private key in PEM format. @return the URI of the unencrypted private key file in PEM format
prj/examples/guides/210-ssl/src/test/java/com/oracle/coherence/guides/ssl/KeyTool.java:398
↓ 11 callersMethodgetKeystoreURI
Returns the JKS key store URI. @return the JKS key store URI
prj/examples/guides/210-ssl/src/test/java/com/oracle/coherence/guides/ssl/KeyTool.java:448
↓ 11 callersMethodgetLanguage
Returns the language that this handler handles. @return the language that this handler handles
prj/coherence-core/src/main/java/com/tangosol/internal/util/graal/ScriptHandler.java:27
↓ 11 callersMethodgetLastAnalysisContext
Return the last AnalysisContext. @return the last AnalysisContext
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:98
↓ 11 callersMethodgetLastIndex
Getter for property LastIndex.<p> The LastIndex property provides the current highest legal index into the WindowedArray. As elements are added to the
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/WindowedArray.java:505
↓ 11 callersMethodgetLocalRegistry
Getter for property LocalRegistry.<p> A cache (Map<<String>, <LocalModel>>) of managed Model objects registered by this node with any of the available
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:965
↓ 11 callersMethodgetMBean
(String sService)
prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/persistence/journal/JournalPersistenceMBeanRegistryTest.java:350
↓ 11 callersMethodgetMBeanAttribute
Get attribute value for MBean {@code objectName}. @param server MBean server @param objectName MBean object name @param sAttribute MBean attri
prj/test/functional/near/src/main/java/near/NearCacheTests.java:1239
↓ 11 callersMethodgetMBeanName
(String sType, String sName)
prj/test/functional/core/src/main/java/com/tangosol/internal/metrics/MetricsSupportTests.java:933
↓ 11 callersMethodgetMap
Return the <tt>Map</tt> which this PofValue represents. @param map the optional Map to use to store the values @return the <tt>Map</tt> value
prj/coherence-core/src/main/java/com/tangosol/io/pof/reflect/PofValue.java:321
↓ 11 callersMethodgetMarshaller
Return the marshaller for the specified root class and media type. @param clzRoot root object class @param mediaType media type @return marshall
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/io/MarshallerRegistry.java:101
↓ 11 callersMethodgetMember
Get the member by UID.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/actualMemberSet/serviceMemberSet/MasterMemberSet.java:382
↓ 11 callersMethodgetMemberId
Getter for property MemberId.<p> The mini-id of the singleton member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/LiteSingleMemberSet.java:272
↓ 11 callersMethodgetMemberName
Getter for property MemberName.<p> A configured name that must be unique for every Member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1414
↓ 11 callersMethodgetMessage
()
prj/coherence-grpc/src/main/java/com/oracle/coherence/grpc/internal/extend/message/response/EmptyResponse.java:30
↓ 11 callersMethodgetMethodName
Determine the name of the method that this extractor is configured to invoke. @return method name, property name or key
prj/coherence-core/src/main/java/com/tangosol/util/extractor/ReflectionExtractor.java:261
↓ 11 callersMethodgetMethodName
Return the method name that this extractor is configured to invoke. If a reflection-based method extractor, {@link #isMethodExtractor()}, return the m
prj/coherence-core/src/main/java/com/tangosol/util/extractor/UniversalExtractor.java:340
↓ 11 callersMethodgetModelOwner
Getter for property ModelOwner.<p> (Transient) The cluster Member that holds (owns) the corresponding local model.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/RemoteModel.java:670
↓ 11 callersMethodgetName
Return the name of the {@link com.tangosol.net.Session} instance that this {@link SessionDispatcher} is associated with. @return the name of the {@l
prj/coherence-core/src/main/java/com/tangosol/net/events/SessionDispatcher.java:28
↓ 11 callersMethodgetNamedCache
Return the underlying NamedCache. @return the underlying NamedCache
prj/coherence-core/src/main/java/com/tangosol/util/ConverterCollections.java:3477
↓ 11 callersMethodgetNamedTopic
Getter for property NamedTopic.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/proxy/NamedTopicProxy.java:231
↓ 11 callersMethodgetOrderId
()
prj/coherence-core/src/main/java/com/tangosol/net/topic/Publisher.java:477
↓ 11 callersMethodgetOut
Obtain the underlying BufferOutput. @return the underlying BufferOutput
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/OldMultiBufferWriteBuffer.java:731
↓ 11 callersMethodgetOutgoingQueue
Getter for property OutgoingQueue.<p> A Queue of encoded Message objects (stored as a MultiBufferWriteBuffer of one or more ByteArrayWriteBuffer objec
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:4054
↓ 11 callersMethodgetOwnedPartitions
Return the set of partitions for which the specified member owns the specified storage index (replica). @param member the member to determine the ow
prj/coherence-core/src/main/java/com/tangosol/net/partition/DistributionManager.java:82
↓ 11 callersMethodgetOwnershipVersion
Getter for property OwnershipVersion.<p> The current "ownership version" of each partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:3346
↓ 11 callersMethodgetPage
Return the page id. @return the page id
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/ContentKey.java:68
↓ 11 callersMethodgetPageSize
Obtain the page size (expressed as a number of entries per page). @return the page size
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:157
↓ 11 callersMethodgetPartitionAwareBackingMap
Getter for property PartitionAwareBackingMap.<p> Returns the backing map as a PartitionAwareBackingMap if the backing map is partition-aware; null oth
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3912
↓ 11 callersMethodgetPartitionCount
Return the number of partitions represented by this PartitionSet. @return the total partition count
prj/coherence-core/src/main/java/com/tangosol/net/partition/PartitionSet.java:1071
↓ 11 callersMethodgetPartitionIndexMap
Return an index map for a specified partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:4002
↓ 11 callersMethodgetPartitionState
Getter for property PartitionState.<p> General-purpose bit-vector used to describe the state of the associated partition. Currently this is used for
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:22475
↓ 11 callersMethodgetPartitionedKeyIndex
Getter for property PartitionedKeyIndex.<p> PartitionAwareBackingMap used as a key partition index. Used iff the ResourceMap itself is not partition a
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3994
↓ 11 callersMethodgetPort
Getter for property Port.<p> The port of the member's DatagramSocket for point-to-point communication. This is part of the unique identifier of the Me
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:1532
↓ 11 callersMethodgetPreFilterKeySetSize
Get the size of the key set prior to evaluating the filter or applying an index. This value can be used together with {@link #getPostFilterKeySetSize
prj/coherence-core/src/main/java/com/tangosol/util/QueryRecord.java:120
↓ 11 callersMethodgetProtocol
Getter for property Protocol.<p> "Protocol" portion of the URL.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/URL.java:341
↓ 11 callersMethodgetQueryEngine
Return a query engine for the specified name. <p> If none found, the default query engine will be returned.</p> @param sName name of the query engin
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/query/QueryEngineRegistry.java:96
↓ 11 callersMethodgetQueryEngineName
Return the name of the query engine responsible to execute this query. @return query engine name
prj/coherence-rest/src/main/java/com/tangosol/coherence/rest/config/NamedQuery.java:67
↓ 11 callersMethodgetQuorumControl
Getter for property QuorumControl.<p> The QuorumControl manages the state and decision logic relating to quorum-based membership decisions.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:2596
↓ 11 callersMethodgetRedirectGateway
Getter for property RedirectGateway.<p> This property could be not null only in the case of "dynamic" management when this nodes is promoted to become
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/gateway/Remote.java:504
↓ 11 callersMethodgetReferenceCount
Returns this {@link Page pages} reference count. @return this {@link Page pages} reference count
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Page.java:334
↓ 11 callersMethodgetRegisteredHealthChecks
Getter for property RegisteredHealthChecks.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1121
↓ 11 callersMethodgetRemoved
Determine what items were removed from the delta set. @return an immutable set of removed items
prj/coherence-core/src/main/java/com/tangosol/util/DeltaSet.java:83
↓ 11 callersMethodgetRequestTimeoutMillis
()
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/topics/GrpcSubscriberConnector.java:599
↓ 11 callersMethodgetResource
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/util/SimpleResourceRegistry.java:111
← previousnext →3,401–3,500 of 78,752, ranked by callers