MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 7 callersMethodreturnOutputBuffer
Returns a BufferObjectDataOutput back to the pool. The implementation is free to not return the instance to the pool but just close it. @param out t
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/bufferpool/BufferPool.java:45
↓ 7 callersMethodrightEquiJoinIndices
The indices of the fields from the right side of a join which are equi-join keys. The indices refer to fields of right table before applying projectio
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/JetJoinInfo.java:108
↓ 7 callersMethodrowTypeElementCoercion
( SqlValidatorScope scope, SqlNode rowElement, RelDataType targetType,
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastTypeCoercion.java:184
↓ 7 callersMethodrunIndexOrPartitionScanQueryOnOwnedPartitions
(Query query)
hazelcast/src/main/java/com/hazelcast/map/impl/query/QueryRunner.java:111
↓ 7 callersMethodrunOnPartitionThread
Executes a {@link Callable} on a specific partition thread and returns a result. <p> This does <b>not</b> check if a given Hazelcast instance owns a s
hazelcast/src/test/java/com/hazelcast/test/TestTaskExecutorUtil.java:60
↓ 7 callersMethodrunSuppressed
Runs the given log action, or ignores it based on the `frequentLogPeriod` and `suppressLimit` parameters. The log action is first called N times up to
hazelcast/src/main/java/com/hazelcast/internal/util/FrequentLogSuppressor.java:69
↓ 7 callersMethodrunUntilOutputMatches
Normally, the {@code complete()} method is run repeatedly until it returns {@code true}. This is suitable for processors processing the input or for b
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:466
↓ 7 callersMethodrunWithNamespace
Runs the provided {@link Runnable} with the {@code Namespace} context of the {@code Namespace} context defined by the provided Namespace name if avail
hazelcast/src/main/java/com/hazelcast/internal/namespace/UserCodeNamespaceService.java:141
↓ 7 callersMethodsampleBigIntegers
()
hazelcast/src/test/java/com/hazelcast/aggregation/TestSamples.java:95
↓ 7 callersMethodsampleStrings
()
hazelcast/src/test/java/com/hazelcast/aggregation/TestSamples.java:104
↓ 7 callersMethodscheduleEvictionIfEmpty
Schedules the queue for destruction if the queue is empty. Destroys the queue immediately if the queue is empty and the {@link QueueConfig#getEmptyQue
hazelcast/src/main/java/com/hazelcast/collection/impl/queue/QueueContainer.java:1128
↓ 7 callersMethodsend400
Prepares a {@link HttpURLConnection#HTTP_BAD_REQUEST} response.
hazelcast/src/main/java/com/hazelcast/internal/ascii/rest/HttpCommand.java:85
↓ 7 callersMethodsendBackups0
(BackupAwareOperation backupAwareOp)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/OperationBackupHandler.java:83
↓ 7 callersMethodsendPartitionRuntimeState
(Address target)
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/InternalPartitionServiceImpl.java:570
↓ 7 callersMethodsendRetryResponse
Send a response to the replica to retry the replica sync
hazelcast/src/main/java/com/hazelcast/internal/partition/operation/PartitionReplicaSyncRequest.java:237
↓ 7 callersMethodserializationService
()
hazelcast/src/main/java/com/hazelcast/jet/impl/ClientJobProxy.java:233
↓ 7 callersMethodserialize
(Object obj, ClassFilter blockList, ClassFilter allowList)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/ReflectiveCompactSerializerTest.java:156
↓ 7 callersMethodserializeAndCheck
(Object original, int expectedClassId)
hazelcast-sql/src/test/java/com/hazelcast/sql/impl/CoreSqlTestSupport.java:54
↓ 7 callersMethodserializeValue
(final Object value)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/expression/json/JsonCreationUtil.java:35
↓ 7 callersMethodserializerFor
(final int typeId)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/AbstractSerializationService.java:558
↓ 7 callersMethodserializerFor
(Object object, boolean includeSchema)
hazelcast/src/main/java/com/hazelcast/jet/impl/serialization/DelegatingSerializationService.java:135
↓ 7 callersMethodset
Set the property to a {@code newValue}. @param propertyName system property to set @param newValue value to set @return instance of the rule
hazelcast/src/test/java/com/hazelcast/test/OverridePropertyRule.java:61
↓ 7 callersMethodsetArrayOfInt16
It is legal to set the field again only when Builder is created with {@link GenericRecord#newBuilderWithClone()}. Otherwise, it is illegal to set to t
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecordBuilder.java:772
↓ 7 callersMethodsetCPMemberPriority
Sets the CP member priority. CP groups' leadership will be transferred to members with higher priorities within the CP group. @param cpMemberPriority
hazelcast/src/main/java/com/hazelcast/config/cp/CPSubsystemConfig.java:594
↓ 7 callersMethodsetCacheLoader
Set classname of a class to be used as {@link javax.cache.integration.CacheLoader}. @param cacheLoader classname to be used as {@link javax.cache.int
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java:355
↓ 7 callersMethodsetCacheWriter
Set classname of a class to be used as {@link javax.cache.integration.CacheWriter}. @param cacheWriter classname to be used as {@link javax.cache.int
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java:403
↓ 7 callersMethodsetCapacity
Sets the capacity of the ringbuffer. @param capacity the capacity @return the updated Config @throws java.lang.IllegalArgumentException if capacity s
hazelcast/src/main/java/com/hazelcast/config/RingbufferConfig.java:173
↓ 7 callersMethodsetCheckExistenceOnEachConnect
If true, the database and collection existence checks will be performed on every reconnection.
extensions/mongodb/src/main/java/com/hazelcast/jet/mongodb/impl/ReadMongoParams.java:218
↓ 7 callersMethodsetClassName
Sets the class name of the Predicate. <p> If an implementation or sql was set, it will be removed. @param className the name of the class of the Pred
hazelcast/src/main/java/com/hazelcast/config/PredicateConfig.java:98
↓ 7 callersMethodsetCloseError
(SupplierEx<? extends Throwable> closeError)
hazelcast/src/test/java/com/hazelcast/jet/core/TestProcessors.java:484
↓ 7 callersMethodsetCloseListener
Configures the {@link CloseListener}. <p/> Can only be configured once. <p/> This call is thread safe. <p/> If the method is called when the socket al
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/net/AbstractAsyncSocket.java:72
↓ 7 callersMethodsetClusterName
Logical name that identifies and provides a namespace for the particular database server/cluster being monitored. The logical name should be unique ac
extensions/cdc-mysql/src/main/java/com/hazelcast/jet/cdc/mysql/MySqlCdcSources.java:159
↓ 7 callersMethodsetClusterName
(String clusterName)
hazelcast/src/main/java/com/hazelcast/internal/management/TimedMemberState.java:77
↓ 7 callersMethodsetCoalesce
Set {@code true} to enable coalescing, otherwise set {@code false}. This setting is only valid if {@code QueryCacheConfig#delaySeconds} is greater tha
hazelcast/src/main/java/com/hazelcast/config/QueryCacheConfig.java:364
↓ 7 callersMethodsetConsistencyCheckStrategy
Sets the strategy for checking consistency of data between source and target cluster. Any inconsistency will not be reconciled, it will be merely repo
hazelcast/src/main/java/com/hazelcast/config/WanSyncConfig.java:62
↓ 7 callersMethodsetConsumerConfig
Sets the {@link WanConsumerConfig WAN consumer configuration} for this WAN replication. The WAN consumer is in charge of consuming (processing) incomi
hazelcast/src/main/java/com/hazelcast/config/WanReplicationConfig.java:102
↓ 7 callersMethodsetCountAsAccess
(boolean countAsAccess)
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/StaticParams.java:196
↓ 7 callersMethodsetDiscoveryPeriodSeconds
Sets the period in seconds in which WAN tries to discover new target endpoints and reestablish connections to failed endpoints. @param discoveryPerio
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:436
↓ 7 callersMethodsetDocumentType
(@Nonnull Class<I> documentType)
extensions/mongodb/src/main/java/com/hazelcast/jet/mongodb/impl/WriteMongoParams.java:130
↓ 7 callersMethodsetEarlyResultsPeriod
Sets the period in milliseconds at which the windowed aggregation stage will emit partial results of all the windows that contain some data, but the w
hazelcast/src/main/java/com/hazelcast/jet/pipeline/WindowDefinition.java:70
↓ 7 callersMethodsetEnabled
Enables or disables the multicast discovery mechanism @param enabled {@code true} to enable, {@code false} to disable @return the updated MulticastCo
hazelcast/src/main/java/com/hazelcast/config/MulticastConfig.java:89
↓ 7 callersMethodsetEncryptionAtRestConfig
Sets the Persistence Encryption at Rest configuration. @param encryptionAtRestConfig the Encryption at Rest configuration @return PersistenceConfig
hazelcast/src/main/java/com/hazelcast/config/PersistenceConfig.java:254
↓ 7 callersMethodsetEventListener
(ManagementCenterEventListener eventListener)
hazelcast/src/main/java/com/hazelcast/internal/management/ManagementCenterService.java:252
↓ 7 callersMethodsetEventType
(CacheEventType eventType)
hazelcast/src/main/java/com/hazelcast/cache/impl/CacheEventContext.java:59
↓ 7 callersMethodsetIcmpFailureDetectorConfig
Sets the {@link IcmpFailureDetectorConfig}. The value can be {@code null} if this detector isn't needed. @param icmpFailureDetectorConfig the IcmpFai
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:379
↓ 7 callersMethodsetIdleMaxParkNs
Sets the maximum duration in nanoseconds that the WAN replication thread will be parked if there are no events to replicate. @param idleMaxParkNs max
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:610
↓ 7 callersMethodsetIdleMinParkNs
Sets the minimum duration in nanoseconds that the WAN replication thread will be parked if there are no events to replicate. @param idleMinParkNs min
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:586
↓ 7 callersMethodsetInitialPublisherState
Sets the initial publisher state. @param initialPublisherState the state @return this configuration
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:414
↓ 7 callersMethodsetIntervalMilliseconds
(int intervalMilliseconds)
hazelcast/src/main/java/com/hazelcast/client/config/ClientIcmpPingConfig.java:109
↓ 7 callersMethodsetItemListenerConfigs
Set the list of item listener configurations for this queue. @param listenerConfigs the list of item listener configurations to set for this queue @r
hazelcast/src/main/java/com/hazelcast/config/QueueConfig.java:298
↓ 7 callersMethodsetMasterAddress
(Address master)
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterServiceImpl.java:651
↓ 7 callersMethodsetMaxAttempts
(int maxAttempts)
hazelcast/src/main/java/com/hazelcast/client/config/ClientIcmpPingConfig.java:136
↓ 7 callersMethodsetMaxConcurrentInvocations
Sets the maximum number of WAN event batches being sent to the target cluster concurrently. <p> Setting this property to anything less than {@code 2}
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:532
↓ 7 callersMethodsetMaxSizeMb
Sets the maximum capacity of the {@link com.hazelcast.cp.CPMap}. @param maxSizeMb capacity of the {@link com.hazelcast.cp.CPMap} in MB @throws Illega
hazelcast/src/main/java/com/hazelcast/config/cp/CPMapConfig.java:102
↓ 7 callersMethodsetMaxTargetEndpoints
Sets the maximum number of endpoints that WAN will connect to when using a discovery mechanism to define endpoints. This property has no effect when s
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:462
↓ 7 callersMethodsetMemcacheEndpointConfig
Sets the server socket endpoint config for {@link ProtocolType#MEMCACHE memcache} protocol. If another {@code ServerSocketEndpointConfig} was previous
hazelcast/src/main/java/com/hazelcast/config/AdvancedNetworkConfig.java:192
↓ 7 callersMethodsetMerkleTreeConfig
Sets the {@code MerkleTreeConfig} for this {@code MapConfig} @param merkleTreeConfig merkle tree config @return this {@code MapConfig} instance
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:760
↓ 7 callersMethodsetMetadataSpacePercentage
Sets the percentage of native memory space to be used to store metadata and internal memory structures by the native memory manager. <p> <strong>This
hazelcast/src/main/java/com/hazelcast/config/NativeMemoryConfig.java:250
↓ 7 callersMethodsetMinBlockSize
Sets the minimum memory block size, in bytes, to be served by native memory manager. Allocation requests smaller than minimum block size are served wi
hazelcast/src/main/java/com/hazelcast/config/NativeMemoryConfig.java:196
↓ 7 callersMethodsetName
(String name)
hazelcast/src/test/java/com/hazelcast/query/impl/extractor/AbstractExtractionTest.java:133
↓ 7 callersMethodsetName
Sets the name of {@code QueryCache}. @param name the name of {@code QueryCache} @return this {@code QueryCacheConfig} instance
hazelcast/src/main/java/com/hazelcast/config/QueryCacheConfig.java:182
↓ 7 callersMethodsetName
Sets the name of this WAN replication config. This name is used by the {@link WanReplicationRef} configuration. @param name the WAN replication confi
hazelcast/src/main/java/com/hazelcast/config/WanReplicationConfig.java:79
↓ 7 callersMethodsetNetworkInterfacesEnumerator
(NetworkInterfacesEnumerator networkInterfacesEnumerator)
hazelcast/src/main/java/com/hazelcast/internal/util/AddressUtil.java:55
↓ 7 callersMethodsetObject
(PreparedStatement ps, Object obj, int j)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/jdbc/TypeResolver.java:28
↓ 7 callersMethodsetObjectName
(String objectName)
hazelcast/src/main/java/com/hazelcast/internal/ascii/rest/RestCallExecution.java:45
↓ 7 callersMethodsetOldValueRequired
If {@code true}, previously assigned values for the affected keys will be sent to this cache entry listener implementation. Setting this attribute to
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleEntryListenerConfig.java:83
↓ 7 callersMethodsetOwnedEntryCount
(long ownedEntryCount)
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/LocalMapStatsImpl.java:215
↓ 7 callersMethodsetPersistWanReplicatedData
@param persistWanReplicatedData set {@code true} to enable persistence of replicated data into backing store, otherwis
hazelcast/src/main/java/com/hazelcast/config/WanConsumerConfig.java:147
↓ 7 callersMethodsetPrincipal
(String principal)
hazelcast/src/main/java/com/hazelcast/config/PermissionConfig.java:299
↓ 7 callersMethodsetProtocolType
(ProtocolType protocolType)
hazelcast/src/main/java/com/hazelcast/config/ServerSocketEndpointConfig.java:194
↓ 7 callersMethodsetReplicaTimestamp
Sets the logical timestamp for the given {@code replicaId}. This method is not thread safe and concurrent access must be synchronized externally. @par
hazelcast/src/main/java/com/hazelcast/cluster/impl/VectorClock.java:68
↓ 7 callersMethodsetScaleUpDelayMillis
Sets the delay after which auto-scaled jobs will restart if a new member is added to the cluster. The default is 10 seconds. Has no effect on jobs wit
hazelcast/src/main/java/com/hazelcast/jet/config/JetConfig.java:170
↓ 7 callersMethodsetSchemaWhitelist
Optional regular expressions that match schema names to be monitored ("schema" is used here to denote logical groups of tables). Any schema name not i
extensions/cdc-postgres/src/main/java/com/hazelcast/jet/cdc/postgres/PostgresCdcSources.java:235
↓ 7 callersMethodsetSecurityConfig
Sets the security configuration for this hazelcast instance. This includes configuration for security interceptors, permissions, etc. @param security
hazelcast/src/main/java/com/hazelcast/config/Config.java:2456
↓ 7 callersMethodsetSnapshotEnabled
Sets if key-based coalescing is configured for this WAN publisher. When enabled, only the latest {@link WanEvent} of a key is sent to target. @return
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:189
↓ 7 callersMethodsetSocketKeepCount
Set the maximum number of TCP keep-alive probes to send before giving up and closing the connection if no response is obtained from the other side. Va
hazelcast/src/main/java/com/hazelcast/config/EndpointConfig.java:452
↓ 7 callersMethodsetSocketKeepIdleSeconds
Set the number of seconds a connection needs to be idle before TCP begins sending out keep-alive probes. Valid values are 1 to 32767. <p/> This option
hazelcast/src/main/java/com/hazelcast/config/EndpointConfig.java:380
↓ 7 callersMethodsetSocketKeepIntervalSeconds
Set the number of seconds between keep-alive probes. Notice that this is the number of seconds between probes after the initial {@link #setSocketKeepI
hazelcast/src/main/java/com/hazelcast/config/EndpointConfig.java:416
↓ 7 callersMethodsetSql
Sets sql string for this config. <p> If a className or implementation was set, it will be removed. @param sql sql string for this config @return this
hazelcast/src/main/java/com/hazelcast/config/PredicateConfig.java:150
↓ 7 callersMethodsetState
(int state)
hazelcast/src/test/java/com/hazelcast/osgi/TestBundle.java:61
↓ 7 callersMethodsetStatisticsEnabled
Set to enable/disable map level statistics for this map. <p> This setting is only for map level stats such as last access time to map, total number of
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:460
↓ 7 callersMethodsetStopExecution
(boolean stopExecution)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/State.java:321
↓ 7 callersMethodsetSynchronous
If {@code true}, this cache entry listener implementation will be called in a synchronous manner. @param synchronous {@code true} to have this cache
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleEntryListenerConfig.java:105
↓ 7 callersMethodsetTableWhitelist
Optional regular expressions that match fully-qualified table identifiers for tables to be monitored; any table not included in the whitelist will be
extensions/cdc-mysql/src/main/java/com/hazelcast/jet/cdc/mysql/MySqlCdcSources.java:212
↓ 7 callersMethodsetTarget
(Object target, Data targetData)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/extract/QueryTarget.java:33
↓ 7 callersMethodsetTenant
Establish this tenant's thread-local context. The implementation can control the details of what kind of context to set and how to establish it. @ret
hazelcast/src/main/java/com/hazelcast/spi/tenantcontrol/TenantControl.java:79
↓ 7 callersMethodsetThisMemberAsMaster
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java:463
↓ 7 callersMethodsetUrl
Sets the path of the resource @param url the path of the resource
hazelcast/src/main/java/com/hazelcast/internal/namespace/ResourceDefinition.java:51
↓ 7 callersMethodsetUseEndpointPrivateAddress
Sets whether the WAN connection manager should connect to the endpoint on the private address returned by the discovery SPI. By default, this property
hazelcast/src/main/java/com/hazelcast/config/WanBatchPublisherConfig.java:562
↓ 7 callersMethodsetUsePublicIp
Decides whether the public or private IP should be used to connect to Hazelcast members. @param usePublicIp {@code true} for public IP, {@code false}
hazelcast/src/main/java/com/hazelcast/config/AliasedDiscoveryConfig.java:127
↓ 7 callersMethodsetWriteCoalescing
Setting {@link #writeCoalescing} is meaningful if you are using write-behind {@link MapStore}. <p> When {@link #writeCoalescing} is {@code true}, only
hazelcast/src/main/java/com/hazelcast/config/MapStoreConfig.java:367
↓ 7 callersMethodsetup
(boolean enableFailOnIndeterminateOperationState)
hazelcast/src/test/java/com/hazelcast/partition/IndeterminateOperationStateExceptionTest.java:77
↓ 7 callersMethodsetupInstances
(IntFunction<MemberSchemaService> spyServiceCreator)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/schema/CompactSchemaReplicationTestBase.java:60
↓ 7 callersMethodshallowCopy
()
hazelcast/src/main/java/com/hazelcast/cache/impl/DeferredValue.java:66
↓ 7 callersMethodshouldHandle
Decides if the OutOfMemoryError thrown will be handled by this OutOfMemoryHandler or not. If <code>true</code> is return, {@link #onOutOfMemory(OutOfM
hazelcast/src/main/java/com/hazelcast/core/OutOfMemoryHandler.java:78
↓ 7 callersMethodshutdown
(final boolean terminate)
hazelcast/src/main/java/com/hazelcast/instance/impl/Node.java:558
↓ 7 callersMethodshutdownAll
Shutdown all instances started by this factory.
hazelcast/src/test/java/com/hazelcast/test/TestHazelcastInstanceFactory.java:492
↓ 7 callersMethodsize
Return the number of partitions in the set.
hazelcast/src/main/java/com/hazelcast/internal/util/collection/PartitionIdSet.java:107
↓ 7 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/internal/util/hashslot/impl/HashSlotArrayBase.java:160
↓ 7 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/MemberSelectingCollection.java:48
← previousnext →8,901–9,000 of 147,315, ranked by callers