MCPcopy Create free account

hub / github.com/oracle/coherence / functions

Functions78,752 in github.com/oracle/coherence

↓ 3 callersMethodsendBackupAnnounce
Send a backup ANNOUNCE for the specified partition backup index to the specified member. @param iPartition the partition @param iStore
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:33637
↓ 3 callersMethodsendDiagnosticPacket
Send an out of band diagnostic packet. This method may be called on threads other then the publisher.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/packetProcessor/PacketPublisher.java:2889
↓ 3 callersMethodsendPingRequest
Helper method to issue a "PingRequest" to the specified member, with the specified continuation.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:4378
↓ 3 callersMethodsendResponse
Send the response in a serialization safe way (see COH-3227). Called on either service or worker thread.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java:504
↓ 3 callersMethodsequentially
Specify that the {@link Task} should be executed sequentially on its assigned {@link Executor}s. @return the {@link Orchestration} to permit fluent-s
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/Task.java:484
↓ 3 callersMethodserBigInt
(BigInteger bigint)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/io/pof/PofHandlerTest.java:176
↓ 3 callersMethodserialize
(WriteBuffer.BufferOutput bufferOutput, Object oValue)
prj/coherence-json/src/main/java/com/oracle/coherence/io/json/JsonSerializer.java:242
↓ 3 callersMethodserializeIdentityToken
Serialize an identity token. @param oToken the identity token object to serialize @return the serialized token @throws SecurityException on a seri
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Peer.java:2508
↓ 3 callersMethodserializeInternal
Serialize the passed object into a buffer created for that purpose. @param serializer the serializer to use @param o the object to write @
prj/coherence-core/src/main/java/com/tangosol/util/ExternalizableHelper.java:3254
↓ 3 callersMethodserializeMessage
Serialize the specified message. @return the message size
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:4395
↓ 3 callersMethodsessionProvider
Return the {@link SessionProvider} to use to create a session. @return the {@link SessionProvider} to use to create a session
prj/coherence-core/src/main/java/com/tangosol/net/SessionConfiguration.java:157
↓ 3 callersMethodset
(PofBufferReader reader, int nId)
prj/coherence-core/src/main/java/com/tangosol/io/pof/PofBufferReader.java:4493
↓ 3 callersMethodset
Add the passed item to the LongArray at the specified index. <p> If the index is already used, the passed value will replace the current value stored
prj/coherence-core/src/main/java/com/tangosol/util/SimpleLongArray.java:147
↓ 3 callersMethodsetAcceptingClients
Setter for property AcceptingClients.<p> Set to true when the Service has advanced to the state at which it can accept requests from client threads.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:1715
↓ 3 callersMethodsetAcceptingConnections
Setter for property AcceptingConnections.<p> If true, this Acceptor will accept new connections; otherwise, new connection attempts will be denied. @
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/Acceptor.java:653
↓ 3 callersMethodsetAcceptingOffers
Set the flag indicating whether this bucket can accept offers. @param acceptingOffers true if this bucket can accept offers, otherwise false
prj/coherence-core/src/main/java/com/tangosol/internal/net/queue/paged/Bucket.java:219
↓ 3 callersMethodsetAccessAdapter
Setter for property AccessAdapter.<p> AccessAdapter is an internal, environment-specific component which knows how to execute PrivilegedActions.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:1891
↓ 3 callersMethodsetAccessController
Set the security AccessController. @param accessController the access controller @return this object
prj/coherence-core/src/main/java/com/tangosol/internal/net/security/DefaultStandardDependencies.java:70
↓ 3 callersMethodsetAcknowledged
Setter for property Acknowledged.<p> If true, the ConfigRequest has been received by the config coordinator and corresponding ConfigUpdate has been se
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java:6401
↓ 3 callersMethodsetAction
Setter for property Action.<p> One of ACTION_ constants.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Connector.java:5347
↓ 3 callersMethodsetActive
Setter for property Active.<p> Indicates whether or not the slot is being served by an associated daemon. If the slot is not active, tasks still can b
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:7401
↓ 3 callersMethodsetAddress
(Address address)
prj/test/functional/topics/src/main/java/topics/data/Customer.java:51
↓ 3 callersMethodsetAddress
(Address address)
prj/test/functional/filter/src/main/java/filter/QueryRecordReporterTests.java:442
↓ 3 callersMethodsetAdjustPartitionSize
Setter for property AdjustPartitionSize.<p> If true, it is the responsibility of the storage to update the partition size as data change. Otherwise BM
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:9247
↓ 3 callersMethodsetAnalysisDelay
Set the number of milliseconds the analysis should be delayed; {@code 0L} suggests immediate analysis. @param cDelay the number of milliseconds the
prj/coherence-core/src/main/java/com/tangosol/net/partition/SimpleAssignmentStrategy.java:2267
↓ 3 callersMethodsetArchive
Setter for property Archive.<p> If true, archive a snapshot; otherwise retrieve it.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:31444
↓ 3 callersMethodsetArea
(int area)
prj/coherence-testing-data/src/main/java/data/collectionExtractor/Country.java:58
↓ 3 callersMethodsetArgument
Setter for property Argument.<p> Command-line arguments. The property is static so that it can be accessed before an application is instantiated. On
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/Application.java:1201
↓ 3 callersMethodsetAssignee
Specify that this variable expression is an assignee. @param fAssignee if this variable expression is being assigned to
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/VariableExpression.java:252
↓ 3 callersMethodsetAssignments
Setter for property Assignments.<p> The partition-assignments, as known to the responding member.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:19355
↓ 3 callersMethodsetAttributes
Sets the map of attribute names to attribute values to be used by the PackagerSet.
prj/coherence-core/src/main/java/com/tangosol/dev/packager/PackagerSet.java:48
↓ 3 callersMethodsetAuthMethod
Set the client authentication method to use. <p> Valid values <b>basic</b> for HTTP basic authentication, <b>cert</b> for client certificate authentic
prj/coherence-core/src/main/java/com/tangosol/coherence/http/GenericHttpServer.java:47
↓ 3 callersMethodsetBackMapListener
Specify the MapListener for the back map. <p> The caller is required to manage all of the thread concurrency issues associated with modifying the list
prj/coherence-core/src/main/java/com/tangosol/net/cache/OverflowMap.java:1676
↓ 3 callersMethodsetBackingConfigurableCache
Setter 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:9260
↓ 3 callersMethodsetBackingInternalCache
Setter for property BackingInternalCache.<p> If the backing map is a ReadWriteBackingMap, it refers to the backing map's internal cache. It allows us
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java:9278
↓ 3 callersMethodsetBackingMapScheme
Set the {@link BackingMapScheme} which builds the backing map for the clustered scheme. @param scheme the scheme builder
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/DistributedScheme.java:123
↓ 3 callersMethodsetBackup
Configure this map to resolve the backup store rather than the active store. This selector must only be set before the map resolves a store from the s
prj/coherence-core/src/main/java/com/tangosol/persistence/journal/JournalBackingMap.java:211
↓ 3 callersMethodsetBackupCount
Setter for property BackupCount.<p> Specifies the number of backups for each partition.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:9367
↓ 3 callersMethodsetBackupCountAfterWriteBehind
Set the backup after write-behind count. @param cBackups the backup after write-behind value
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/grid/DefaultPartitionedCacheDependencies.java:77
↓ 3 callersMethodsetBackupMapForTest
(Map mapBackup)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/PartitionedCachePersistentBackupGuardTest.java:187
↓ 3 callersMethodsetBehaviorParameterType
Set the specified Behavior's return type to the specified Data Type. @param nAccessor the accessor Behavior enumerated id (PA_) @param behOld th
prj/coherence-core/src/main/java/com/tangosol/dev/component/Property.java:5594
↓ 3 callersMethodsetBinaryStore
Configures the BinaryStore that this CacheStore will use for its storage. @param store the BinaryStore to use
prj/coherence-core/src/main/java/com/tangosol/net/cache/BinaryStoreCacheStore.java:188
↓ 3 callersMethodsetBinaryStore
Configures the BinaryStore that this map will use for its storage. @param store the BinaryStore to use
prj/coherence-core/src/main/java/com/tangosol/net/cache/SerializationMap.java:300
↓ 3 callersMethodsetBinaryStore
Configures the BinaryStore that this map will use for its storage. @param store the BinaryStore to use
prj/coherence-core/src/main/java/com/tangosol/net/cache/SimpleSerializationMap.java:341
↓ 3 callersMethodsetBindingPower
Set The binding precedence that this token will use for binding to the right. @param nBp the power power for this token
prj/coherence-core/src/main/java/com/tangosol/coherence/dsltools/precedence/OPToken.java:302
↓ 3 callersMethodsetBroadcastCounter
Setter for property BroadcastCounter.<p> BroadcastCounter is the "try" number for broadcasting an "announce" or "request" Message while trying to join
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:4812
↓ 3 callersMethodsetBucketOffset
Set the head of the hash bucket linked list for a certain bucket. @param nBucket the bucket number @param ofBlock the offset of the first Entry blo
prj/coherence-core/src/main/java/com/tangosol/io/nio/BinaryMap.java:2569
↓ 3 callersMethodsetBufferSize
Setter for property BufferSize.<p> The size (in bytes) of newly allocated ByteBuffer objects.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:1871
↓ 3 callersMethodsetBufferType
Setter for property BufferType.<p> The type of newly allocated ByteBuffer objects. Must be one of: TYPE_DIRECT TYPE_HEAP
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/acceptor/TcpAcceptor.java:1885
↓ 3 callersMethodsetBufferedAppendThreshold
Set the maximum aligned entry size that should use the buffered single-write append path. @param cbThreshold buffered append threshold in bytes @re
prj/coherence-core/src/main/java/com/tangosol/io/journal2/PartitionJournalConfig.java:363
↓ 3 callersMethodsetByteCount
Set the total number of bytes transfered by the test. @param cb the total number of bytes transfered
prj/test/performance/psr/src/main/java/com/tangosol/coherence/performance/psr/TestResult.java:383
↓ 3 callersMethodsetByteSize
Set the page size in bytes. @param cb the current byte size of this page
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/impl/paged/model/Page.java:138
↓ 3 callersMethodsetByteValue
Set the Byte value associated with this TestValue object. @param value the new Byte value
prj/test/functional/processor/src/main/java/processor/AbstractEntryProcessorTests.java:2782
↓ 3 callersMethodsetBytes
Supply the class structure as a byte array. @param abClazz the .class structure in the form of a byte array
prj/coherence-core/src/main/java/com/tangosol/dev/assembler/ClassFile.java:1050
↓ 3 callersMethodsetCacheConfiguration
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/net/SingletonCacheFactoryBuilder.java:78
↓ 3 callersMethodsetCacheLoader
Specify the loader used by this LocalCache. @param loader loader to use, or null
prj/coherence-core/src/main/java/com/tangosol/net/cache/LocalCache.java:744
↓ 3 callersMethodsetCacheName
Setter for property CacheName.<p> The name of the target NamedCache.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/message/request/CacheServiceRequest.java:228
↓ 3 callersMethodsetCanRemove
Setter for property CanRemove.<p> Set to <code>true</code> when the next element has been retrieved and the element can be removed. Set to <code>false
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/Iterator.java:298
↓ 3 callersMethodsetCapacity
Set the capacity of the current ByteBuffer. This does not actually allocate a new buffer. @param cb the capacity of the managed ByteBuffer
prj/coherence-core/src/main/java/com/tangosol/io/nio/AbstractBufferManager.java:91
↓ 3 callersMethodsetCatchClause
Set the first catch clause. @param stmtCatch the first catch clause
prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/TryStatement.java:441
↓ 3 callersMethodsetChannelHeadIfHigher
Set the head position for a channel. @param nChannel the channel identifier @param head the new head position
prj/coherence-core/src/main/java/com/tangosol/internal/net/topic/SubscriberConnector.java:476
↓ 3 callersMethodsetChildren
(List<String> listChildren)
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/internal/EvolvableHandlerTest.java:234
↓ 3 callersMethodsetChildren
(List<String> children)
prj/coherence-json/src/test/java/com/oracle/coherence/io/json/genson/reflect/UnknownPropertyHandlerTest.java:178
↓ 3 callersMethodsetCity
(String city)
prj/test/functional/topics/src/main/java/topics/data/Address.java:52
↓ 3 callersMethodsetClientAuth
Specify the client authentication mode. @param mode the client authentication mode @return this object
prj/coherence-core/src/main/java/com/oracle/coherence/common/net/SSLSettings.java:101
↓ 3 callersMethodsetCloseOnExit
Setter for property CloseOnExit.<p> If true, the Thread that is currently executing within the Channel should close it immedately upon exiting the Cha
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/Channel.java:1933
↓ 3 callersMethodsetCluster
Setter for property Cluster.<p> Cluster this management gateway is associated with.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/Gateway.java:1876
↓ 3 callersMethodsetClusterName
Set the cluster name. @param sClusterName the cluster name @return this object
prj/coherence-core/src/main/java/com/tangosol/internal/net/cluster/DefaultMemberIdentity.java:92
↓ 3 callersMethodsetCoherenceQueryLanguage
Set the {@link CoherenceQueryLanguage} that will be used by commands. @param language the CoherenceQueryLanguage to be used by commands
prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/ExecutionContext.java:195
↓ 3 callersMethodsetCollection
Setter for property Collection.<p> Wrapped Collection
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/collections/WrapperCollection.java:248
↓ 3 callersMethodsetCollocatedMembersMap
Setter for property CollocatedMembersMap.<p> Cached map of InetAddress to MemberSet located at that address; it reflects current ClusterMemberSet. @v
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/IpMonitor.java:787
↓ 3 callersMethodsetCommandHistory
Setter for property CommandHistory.<p> History of recently executed commands
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java:6555
↓ 3 callersMethodsetComment
Set the text of this element's comment. This interface allows a single comment to be associated with the element. The XML specification does not all
prj/coherence-core/src/main/java/com/tangosol/run/xml/XmlElement.java:305
↓ 3 callersMethodsetCompleteOnEmpty
(boolean fCompleteOnEmpty)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/extend/messageFactory/TopicServiceFactory.java:684
↓ 3 callersMethodsetConfig
Specify the factory configuration XML. @param xmlConfig the configuration XML
prj/coherence-core/src/main/java/com/tangosol/net/DefaultConfigurableCacheFactory.java:266
↓ 3 callersMethodsetConflictCount
Setter for property ConflictCount.<p> A number of partition ownership conflicts discovered during the OwnershipRequest poll. Value of -1 indicates tha
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java:19109
↓ 3 callersMethodsetConnectTimeout
Setter for property ConnectTimeout.<p> The maximum amount of time (in milliseconds) that the Initiator will wait for a new Connection to be establishe
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/Initiator.java:535
↓ 3 callersMethodsetConnectTimeoutMillis
Set the connect timeout. @param cMillis the connect timeout
prj/coherence-core/src/main/java/com/tangosol/internal/net/service/peer/initiator/DefaultInitiatorDependencies.java:76
↓ 3 callersMethodsetConnection
Setter for property Connection.<p> The Connection managed by this Initiator. @see com.tangosol.net.messaging.ConnectionInitiator#ensureConnection
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/peer/Initiator.java:522
↓ 3 callersMethodsetConnection
Setter for property Connection.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ProxyService.java:3514
↓ 3 callersMethodsetContextClassLoader
Setter for property ContextClassLoader.<p> The context ClassLoader for this service.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/SafeService.java:1147
↓ 3 callersMethodsetContiguousFromMessageId
Setter for property ContiguousFromMessageId.<p> The last (based on numerical comparision) contiguous message ID (in trint form) to have been received.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/notifyPacket/Ack.java:614
↓ 3 callersMethodsetContiguousFromMessagePartIndex
Setter for property ContiguousFromMessagePartIndex.<p> The message part index corresponding to ContiguousFromMessageId. @see ContiguousFromMessageId
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/packet/notifyPacket/Ack.java:627
↓ 3 callersMethodsetContinuation
Setter for property Continuation.<p> Continuation action to perform when this response is received.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java:14419
↓ 3 callersMethodsetConverter
Setter for property Converter.<p>
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java:5333
↓ 3 callersMethodsetConverterFromInternal
Setter for property ConverterFromInternal.<p> A converter that takes service specific "transmittable" serializable objects and converts them via deser
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:2226
↓ 3 callersMethodsetCoordinator
Set the coordinator. @param coordinator coordinator
prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/subscribers/internal/FutureSubscriber.java:52
↓ 3 callersMethodsetCount
Setter for property Count.<p> The number of Members in the MemberSet. @volatile for use in size()
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/memberSet/ActualMemberSet.java:249
↓ 3 callersMethodsetCustomBuilder
{@inheritDoc}
prj/coherence-core/src/main/java/com/tangosol/coherence/config/scheme/CacheStoreScheme.java:160
↓ 3 callersMethodsetDaemonCount
(int cThreads)
prj/test/unit/coherence-tests/src/test/java/com/tangosol/coherence/component/util/DaemonPoolComponentTest.java:139
↓ 3 callersMethodsetDaemonCount
(int cDaemons)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4156
↓ 3 callersMethodsetDaemonCountMax
(int cDaemons)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4162
↓ 3 callersMethodsetDaemonCountMin
(int cDaemons)
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java:4168
↓ 3 callersMethodsetDaemonType
Setter for property DaemonType.<p> One of the $Module.DAEMON_ constants.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DaemonPool.java:4280
↓ 3 callersMethodsetDataReadyOps
Set SelectionKey ops which apply to the SSLSelectableChannel but not necessarily to the delegate channel. @param nOps the SelectionKey ops
prj/coherence-core/src/main/java/com/oracle/coherence/common/internal/net/ssl/SSLSocketChannel.java:1301
↓ 3 callersMethodsetDataVersion
Set the version associated with the data stream with which this object is being deserialized. @param nVersion the version of the data in the data st
prj/coherence-core/src/main/java/com/tangosol/io/Evolvable.java:83
↓ 3 callersMethodsetDataVersion
(int nVersion)
prj/coherence-testing-data/src/main/java/data/pof/EvolvablePortablePerson.java:45
↓ 3 callersMethodsetDeactivationListeners
Setter for property DeactivationListeners.<p> Registered NamedCacheDeactivationListeners.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/CacheHandler.java:2247
↓ 3 callersMethodsetDeactivationListeners
Setter for property DeactivationListeners.<p> Registered NamedCacheDeactivationListeners.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/ViewMap.java:2320
↓ 3 callersMethodsetDead
Setter for property Dead.<p> Set to true when the Member is determined to be dead.
prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Member.java:2277
← previousnext →12,401–12,500 of 78,752, ranked by callers