MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 2 callersMethodgetEventDispatcher
()
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/GrpcCacheLifecycleEventDispatcher.java:215
↓ 2 callersMethodgetEventDispatcher
()
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/topics/GrpcTopicLifecycleEventDispatcher.java:205
↓ 2 callersMethodgetEventDispatcher
Getter for property EventDispatcher.<p> The BackingMapDispatcher for this Storage, used by EventsHelper. See $EventsHelper#registerStorageDispatcher.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3723
↓ 2 callersMethodgetEventDispatcherRegistry
()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:2679
↓ 2 callersMethodgetEventInterceptorBuilders
Obtains the {@link List} of {@link NamedEventInterceptorBuilder}s for this {@link ResourceMapping}. @return an {@link List} over {@link NamedEventInt
prj/coherence-core/src/main/java/com/tangosol/coherence/config/ResourceMapping.java:166
↓ 2 callersMethodgetEventInterceptorBuilders
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/DistributedScheme.java:77
↓ 2 callersMethodgetEventList
Helper method for testInterceptor. @return the received event list
prj/test/functional/rwbm/src/main/java/rwbm/ReadWriteBackingMapTests.java:3609
↓ 2 callersMethodgetEventQueue
Getter for property EventQueue.<p> The queue of $EventHolder object associated with this status that have yet to be processed. EventHolder objects re
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:14797
↓ 2 callersMethodgetEventReceived
Has event been received? @return true if event has been received, false if not
prj/test/functional/extend/src/main/java/extend/ProxyEventTests.java:707
↓ 2 callersMethodgetEventSUID
Getter for property EventSUID.<p> A unique event SUID generated by the event originator.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:519
↓ 2 callersMethodgetEventType
Return the event type. @return the event type
prj/coherence-core/src/main/java/com/tangosol/net/internal/EntryInfo.java:48
↓ 2 callersMethodgetEvictionTask
Getter for property EvictionTask.<p> The task that is sheduled to perform backing map expiry based eviction.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:3747
↓ 2 callersMethodgetEvictionType
Obtains the EvictionPolicy type. @param resolver the {@link ParameterResolver} @return the type of EvictionPolicy
prj/coherence-core/src/main/java/com/tangosol/coherence/config/builder/EvictionPolicyBuilder.java:42
↓ 2 callersMethodgetException
Get the exception which the section guards against. @return the caught exception or null for any
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/GuardedSection.java:276
↓ 2 callersMethodgetException
Getter for property Exception.<p> Exception that occurred while executing a request.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/responseMessage/DistributedPartialResponse.java:147
↓ 2 callersMethodgetExceptionType
Get the data type of the exception which is caught by this clause. @return the exception type caught by this CatchClause
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/CatchClause.java:190
↓ 2 callersMethodgetExecutionTimeoutMillis
Getter for property ExecutionTimeoutMillis.<p> From PriorityTask interface.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/DistributedCacheKeyRequest.java:347
↓ 2 callersMethodgetExecutionTimeoutMillis
Getter for property ExecutionTimeoutMillis.<p> From PriorityTask interface.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/requestMessage/DistributedCacheRequest.java:344
↓ 2 callersMethodgetExecutionUnitCount
Return the total number of execution units for this machine. @return unit count
prj/coherence-core/src/main/java/com/tangosol/license/ProcessorInfo.java:121
↓ 2 callersMethodgetExecutor
Return the {@link Executor}. @return the {@link Executor}
prj/coherence-grpc-proxy-common/src/main/java/com/oracle/coherence/grpc/proxy/common/GrpcServiceDependencies.java:42
↓ 2 callersMethodgetExecutorId
Obtain the unique identity of the executing {@link Executor}. @return the executing {@link Executor}'s identity
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:294
↓ 2 callersMethodgetExecutorService
Get {@link java.util.concurrent.ExecutorService}. @return Executor service associated with this f_container.
prj/coherence-http-netty/src/main/java/com/tangosol/coherence/http/netty/NettyHttpServer.java:582
↓ 2 callersMethodgetExecutorServiceInfo
Obtains the {@link ClusteredExecutorInfo} for the specified {@link Executor} from the {@link TaskExecutorService.ExecutorInfo} {@link NamedCache}. @p
prj/test/functional/executor/src/main/java/executor/AbstractClusteredExecutorServiceTests.java:1516
↓ 2 callersMethodgetExecutorServiceMBeanName
Get the MBean name for the {@code named} executor. @param registry the management registry @param sName the executor name @return the MBean nam
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/ClusteredRegistration.java:1034
↓ 2 callersMethodgetExists
Get the exists flag for this Behavior. For a JCS, a Behavior is EXISTS_NOT if a super or interface declares the method but the method is not present
prj/coherence-core/src/main/java/com/tangosol/dev/component/Behavior.java:2364
↓ 2 callersMethodgetExitMonitor
Getter for property ExitMonitor.<p> Monitor object to coordinate clearing the thread interrupt set by stop prior to running onExit().
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Daemon.java:600
↓ 2 callersMethodgetExpectedValue
()
prj/coherence-rest/src/test/java/com/tangosol/coherence/rest/io/AbstractMarshallerTest.java:29
↓ 2 callersMethodgetExpiry
Determine the expiry for the entry represented by this Status. @return the expiry, or 0L if there is no expiry
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:3949
↓ 2 callersMethodgetExpiryDelay
()
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:614
↓ 2 callersMethodgetExpiryMap
Getter for property ExpiryMap.<p> PollExpiryMap holds the polls that auto-expire, keyed by the expiry time.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:14125
↓ 2 callersMethodgetExpiryPolicy
Get expiryPolicy for current JCache context for cache that this store is associated with. @param binEntry context to lookup expiry policy @return t
prj/coherence-jcache/src/main/java/com/tangosol/coherence/jcache/partitionedcache/PartitionedCacheBinaryEntryStore.java:361
↓ 2 callersMethodgetExpiryTime
Obtains the expiry time in {@link Seconds}. @return the expiry time in {@link Seconds}
prj/test/unit/coherence-tests/src/test/java/com/tangosol/config/xml/SimpleBean.java:237
↓ 2 callersMethodgetExpiryValues
Return expiry values for the specified keys
prj/test/functional/partition/src/main/java/partition/ExpiryDelayTests.java:298
↓ 2 callersMethodgetExpression
Get the source code expression from the method that called the specified method. @param sMethod the first method on the stack after the method whose
prj/coherence-core/src/main/java/com/oracle/coherence/common/base/StackTrace.java:424
↓ 2 callersMethodgetExtentId
()
prj/test/functional/persistence/src/main/java/persistence/JournalBackupMapTests.java:784
↓ 2 callersMethodgetExtractMode
Determine the mode of extraction assuming the passed base Trait were being exctracted from this derived Trait. This method must be overridden by any
prj/coherence-core/src/main/java/com/tangosol/dev/component/Trait.java:1111
↓ 2 callersMethodgetExtractor
Return the ValueExtractor object that is used to extract an indexable Object from a value stored in the cache. @return the ValueExtractor
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/RunnerProtocol.java:1693
↓ 2 callersMethodgetExtractorName
Return a String representation of a {@link ValueExtractor}. @param extractor {@link ValueExtractor} @return a string representation
prj/coherence-core/src/main/java/com/tangosol/internal/util/FilterHelper.java:36
↓ 2 callersMethodgetFactoryInternal
Implementation of {@link #getFactory(String, ClassLoader, ParameterResolver)}.
prj/coherence-core/src/main/java/com/tangosol/net/ScopedCacheFactoryBuilder.java:290
↓ 2 callersMethodgetFailed
Returns true if SnapshotListRequest should retrieve list of failed snapshots.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:31835
↓ 2 callersMethodgetFailedEventPartitions
Return the failed {@link PartitionSet}.
prj/coherence-core/src/main/java/com/tangosol/net/internal/PartitionRecoverInfo.java:125
↓ 2 callersMethodgetFailedSnapshots
The set of names of failed snapshots returned by the SnapshotListRequests.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:32129
↓ 2 callersMethodgetFailureContinuation
Return the continuation to invoke upon failure. @return the failure continuation
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/continuations/AbstractContinuationFrame.java:181
↓ 2 callersMethodgetFailureKeyStore
Return the key that will cause an exception to be thrown by store operations. @return the key that will cause store operations to fail
prj/coherence-testing-support/src/main/java/com/oracle/coherence/testing/AbstractTestStore.java:655
↓ 2 callersMethodgetFieldConstant
Get the field constant. Valid only after pre-compilation @return the field constant for the field access expression
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/FieldAccessExpression.java:366
↓ 2 callersMethodgetFields
Get all Java Class Signature final field names. Some of the fields may have been removed from the map; if so, the getProperty method will return null
prj/coherence-core/src/main/java/com/tangosol/dev/component/Integration.java:1864
↓ 2 callersMethodgetFile
Determine the output file name and create the file. @param sPathTempl the output path template @return the output file for the report
prj/coherence-core/src/main/java/com/tangosol/coherence/reporter/Reporter.java:681
↓ 2 callersMethodgetFile
Obtain the RandomAccessFile that the buffer is constructed on. @return the RandomAccessFile object
prj/coherence-core/src/main/java/com/tangosol/io/nio/MappedBufferManager.java:113
↓ 2 callersMethodgetFileCheckpoint
Return the checkpoint file. @return the checkpoint file
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalPersistenceManager.java:3456
↓ 2 callersMethodgetFileURL
Obtain a URL for an existing file with the specified name. @param sName the name of the file @return the file URL, or null if file does not exist
prj/coherence-core/src/main/java/com/tangosol/util/Resources.java:284
↓ 2 callersMethodgetFilter
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/DefaultGatewayDependencies.java:180
↓ 2 callersMethodgetFilter
Return the Filter used to evaluate whether or not to register a model with the specified name. @return the filter
prj/coherence-core/src/main/java/com/tangosol/internal/net/management/GatewayDependencies.java:68
↓ 2 callersMethodgetFilter
Obtain the Filter whose results are truncated by this filter. @return the filter whose results are truncated by this filter
prj/coherence-core/src/main/java/com/tangosol/util/filter/LimitFilter.java:147
↓ 2 callersMethodgetFilter
Obtain the Filter object used to evaluate the event value(s). @return the filter used to evaluate the event value(s)
prj/coherence-core/src/main/java/com/tangosol/util/filter/MapEventFilter.java:251
↓ 2 callersMethodgetFilter
Getter for property Filter.<p> The Filter associated with this FilterRequest.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/request/namedCacheRequest/FilterRequest.java:122
↓ 2 callersMethodgetFilter
Getter for property Filter.<p> The filter that remained to be evaluated.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:11224
↓ 2 callersMethodgetFilter
Getter for property Filter.<p> The filter used by the corresponding query. This property is most commonly null, except for non-IndexAware filters.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:16524
↓ 2 callersMethodgetFilter
Getter for property Filter.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:5193
↓ 2 callersMethodgetFilterBuilder
Return a {@link ParameterizedBuilder builder} that can create a {@link Filter} to be used by a {@link ContinuousQueryCache}. @return the builder that
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/DefaultViewDependencies.java:42
↓ 2 callersMethodgetFilterId
Return the unique positivie identifier that the specified Filter was registered with or 0 if the specified Filter has not been registered. Note: all
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/RemoteNamedCache.java:2022
↓ 2 callersMethodgetFilterId
Getter for property FilterId.<p> If positive, identifies the Filter that caused the MapEvent to be raised. @deprecated Since NamedCacheProtocol versi
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/NamedCacheFactory.java:5971
↓ 2 callersMethodgetFilterId
Getter for property FilterId.<p> An array of Filter Ids that were responsible for raising this event.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/message/MapEventMessage.java:540
↓ 2 callersMethodgetFilterOriginal
Getter for property FilterOriginal.<p> The filter used by the corresponding query.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:11234
↓ 2 callersMethodgetFilterRemaining
Return the filter that still needs to be evaluated. @return the filter that still needs to be evaluated.
prj/coherence-core/src/main/java/com/tangosol/internal/util/QueryResult.java:168
↓ 2 callersMethodgetFinallyBlock
Get the finally block. @return the statement which is the finally block
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/FinallyClause.java:130
↓ 2 callersMethodgetFirstId
Return the lowest member id contained in this member set, or 0 if empty.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/LiteSingleMemberSet.java:242
↓ 2 callersMethodgetFirstIndex
Determine the first index that exists in the LongArray. @return the lowest long value that exists in this LongArray, or NOT_FOUND if the Long
prj/test/unit/coherence-tests/src/test/java/com/tangosol/util/LongArrayTest.java:897
↓ 2 callersMethodgetFirstIndex
Getter for property FirstIndex.<p> The FirstIndex property provides the lowest [virtual] index into the WindowedArray that can be set and which may re
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/windowedArray/ConcurrentWindowedArray.java:431
↓ 2 callersMethodgetFirstNameExtractor
()
prj/test/functional/cdi/src/main/java/cdi/ValueExtractorProducerIT.java:301
↓ 2 callersMethodgetFirstSafeBuffer
Return a view of the first ByteBuffer which has it's position and limit set to their original values. @return a view of the ByteBuffer
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/TripleBufferSequence.java:257
↓ 2 callersMethodgetFirstSafeBuffer
Return a view of the first ByteBuffer which has it's position and limit set to their original values. @return a view of the ByteBuffer
prj/coherence-core/src/main/java/com/oracle/coherence/common/io/DoubleBufferSequence.java:236
↓ 2 callersMethodgetFirstSlot
Get the first available variable slot. @return the first available variable slot
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/Jsr.java:166
↓ 2 callersMethodgetFlushPendingService
Getter for property FlushPendingService.<p> Service which must be flushed prior to the receiver entering a blocking state.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketReceiver.java:498
↓ 2 callersMethodgetFormat
Getter for property Format.<p> The log message format template.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Logger.java:751
↓ 2 callersMethodgetFormattedTags
Returns the metric tags with keys in dot delimited format. @return the metric tags with keys in dot delimited format
prj/coherence-core/src/main/java/com/tangosol/net/metrics/MBeanMetric.java:238
↓ 2 callersMethodgetFreeListCount
Determine the number of free lists (ie the number of size codes). @return the number of free lists
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2418
↓ 2 callersMethodgetFreeVisitedList
prj/coherence-hnsw/src/main/cpp/hnswlib/visited_list_pool.h:69
↓ 2 callersMethodgetFromInternalCache
Get the value for a given key. If the entry is present in the internal cache and refresh-ahead is configured, check if a reload operation needs to be
prj/coherence-core/src/main/java/com/tangosol/net/cache/ReadWriteBackingMap.java:1647
↓ 2 callersMethodgetFromMessageId
Getter for property FromMessageId.<p> The Message number assigned to this Message by the sender of the Message. Set by the PacketPublisher.InQueue for
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Message.java:575
↓ 2 callersMethodgetFullIterator
Getter for property FullIterator.<p> The iterator of the full set.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:30806
↓ 2 callersMethodgetFullStackTrace
Return an array of Strings containing the full representation of the stack trace. The first element of the stack represents the exception's point of
prj/coherence-core/src/main/java/com/tangosol/io/pof/PortableException.java:166
↓ 2 callersMethodgetFunction
Getter for property Function.<p> The result of invocation from getAttribute(), setAttribute() or invoke(). It can also be an exception thrown by the r
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:3470
↓ 2 callersMethodgetFunctor
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/termtrees/AtomicTerm.java:62
↓ 2 callersMethodgetFuture
Return the {@link CompletableFuture} that will be completed with the value received by the call to {@link #onNext(Message)}. @return the {@link Compl
prj/coherence-grpc-client-common/src/main/java/com/oracle/coherence/grpc/client/common/v1/GrpcConnectionV1.java:757
↓ 2 callersMethodgetGenerationId
Get the current number of generations for this pool. @return the number of generations for this pool
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/io/SegmentedBufferManager.java:678
↓ 2 callersMethodgetGenericCache
()
prj/test/functional/cdi/src/main/java/cdi/NamedMapProducerIT.java:301
↓ 2 callersMethodgetGenericCache
()
prj/test/functional/cdi/src/main/java/cdi/NamedMapProducerIT.java:347
↓ 2 callersMethodgetGenericCache
()
prj/test/functional/cdi/src/main/java/cdi/NamedCacheProducerIT.java:305
↓ 2 callersMethodgetGenericCache
()
prj/test/functional/cdi/src/main/java/cdi/NamedCacheProducerIT.java:351
↓ 2 callersMethodgetGenericKeys
()
prj/test/functional/cdi/src/main/java/cdi/NamedMapProducerIT.java:306
↓ 2 callersMethodgetGenericKeys
()
prj/test/functional/cdi/src/main/java/cdi/NamedMapProducerIT.java:352
↓ 2 callersMethodgetGenericKeys
()
prj/test/functional/cdi/src/main/java/cdi/NamedCacheProducerIT.java:310
↓ 2 callersMethodgetGenericKeys
()
prj/test/functional/cdi/src/main/java/cdi/NamedCacheProducerIT.java:356
↓ 2 callersMethodgetGenericTopic
()
prj/test/functional/cdi/src/main/java/cdi/NamedTopicProducerIT.java:321
↓ 2 callersMethodgetGenericTypeId
For user types that are not registered in the POF configuration used by this PofContext, determine if the user type can be serialized using POF, other
prj/coherence-core/src/main/java/com/tangosol/io/pof/SafeConfigurablePofContext.java:263
↓ 2 callersMethodgetGenericValues
()
prj/test/functional/cdi/src/main/java/cdi/NamedMapProducerIT.java:311
↓ 2 callersMethodgetGenericValues
()
prj/test/functional/cdi/src/main/java/cdi/NamedMapProducerIT.java:357
↓ 2 callersMethodgetGenericValues
()
prj/test/functional/cdi/src/main/java/cdi/NamedTopicProducerIT.java:326
↓ 2 callersMethodgetGenericValues
()
prj/test/functional/cdi/src/main/java/cdi/NamedCacheProducerIT.java:315
↓ 2 callersMethodgetGenericValues
()
prj/test/functional/cdi/src/main/java/cdi/NamedCacheProducerIT.java:361
← previousnext →14,801–14,900 of 78,752, ranked by callers