MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 5 callersMethodsetEventTimePolicy
(@Nonnull EventTimePolicy<? super T> eventTimePolicy)
hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/transform/TimestampTransform.java:70
↓ 5 callersMethodsetEvictionConfig
Sets the {@link EvictionConfig} instance for eviction configuration for this {@link com.hazelcast.cache.ICache}. @param evictionConfig the {@link Evi
hazelcast/src/main/java/com/hazelcast/config/CacheConfig.java:376
↓ 5 callersMethodsetExecutor
()
hazelcast/src/test/java/com/hazelcast/config/ReliableTopicConfigTest.java:172
↓ 5 callersMethodsetFailOnIndeterminateOperationState
Overrides {@link com.hazelcast.spi.properties.ClusterProperty#FAIL_ON_INDETERMINATE_OPERATION_STATE} for this {@link IMap} proxy instance. <p> This se
hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxySupport.java:410
↓ 5 callersMethodsetFinalResult
(Throwable failure)
hazelcast/src/main/java/com/hazelcast/jet/impl/MasterJobContext.java:678
↓ 5 callersMethodsetFormatPattern
Sets the pattern used to render the contents of the instance tracking file. It may contain placeholders for properties listed in the {@link InstanceTr
hazelcast/src/main/java/com/hazelcast/config/InstanceTrackingConfig.java:165
↓ 5 callersMethodsetHandlerFile
Sets the Python handler file. It must contain the {@linkplain #setHandlerFunction handler function}. If your Python work is in more than one file, cal
extensions/python/src/main/java/com/hazelcast/jet/python/PythonServiceConfig.java:215
↓ 5 callersMethodsetId
(long itemId)
hazelcast/src/main/java/com/hazelcast/collection/impl/queue/QueueContainer.java:1233
↓ 5 callersMethodsetInMemoryFormat
(InMemoryFormat inMemoryFormat)
hazelcast/src/main/java/com/hazelcast/internal/config/MapConfigReadOnly.java:282
↓ 5 callersMethodsetInMemoryFormat
Sets memory format of values of entries in {@code QueryCache}. <p> Default value is binary. @param inMemoryFormat the memory format @return this {@co
hazelcast/src/main/java/com/hazelcast/config/QueryCacheConfig.java:288
↓ 5 callersMethodsetInitialSnapshotName
Sets the {@linkplain Job#exportSnapshot(String) exported state snapshot} name to restore the initial job state from. This state will be used for initi
hazelcast/src/main/java/com/hazelcast/jet/config/JobConfig.java:1268
↓ 5 callersMethodsetInstanceMetadataAvailable
(Boolean instanceMetadataAvailable)
hazelcast/src/main/java/com/hazelcast/azure/AzureConfig.java:127
↓ 5 callersMethodsetInvocationTimeoutMillis
(long invocationTimeoutMillis)
hazelcast/src/main/java/com/hazelcast/client/impl/spi/impl/ClientInvocation.java:239
↓ 5 callersMethodsetJumpingClock
(long offset)
hazelcast/src/test/java/com/hazelcast/internal/util/AbstractClockTest.java:90
↓ 5 callersMethodsetKey
(Data key)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/State.java:156
↓ 5 callersMethodsetKeys
(Collection<Integer> keys)
hazelcast/src/test/java/com/hazelcast/internal/adapter/DataStructureLoader.java:23
↓ 5 callersMethodsetKeytabFile
Allows (together with the {@link #setPrincipal(String)}) simplification of security realm configuration. For basic scenarios you don't need to use {@l
hazelcast/src/main/java/com/hazelcast/config/security/KerberosIdentityConfig.java:85
↓ 5 callersMethodsetLastAccessTime
Sets the access time of this {@link Evictable} in milliseconds. @param time the latest access time of this {@link Evictable} in milliseconds
hazelcast/src/main/java/com/hazelcast/cache/impl/record/CacheRecord.java:56
↓ 5 callersMethodsetLoad
(boolean load)
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/StaticParams.java:146
↓ 5 callersMethodsetLoader
(DataStructureLoader loader)
hazelcast/src/test/java/com/hazelcast/internal/nearcache/impl/NearCacheTestContextBuilder.java:108
↓ 5 callersMethodsetLocalProcessorIndex
Set the local processor index
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestProcessorContext.java:65
↓ 5 callersMethodsetLockedEntryCount
(long lockedEntryCount)
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/LocalMapStatsImpl.java:314
↓ 5 callersMethodsetLong
Sets the {@code long} value.
hazelcast/src/main/java/com/hazelcast/jet/accumulator/LongDoubleAccumulator.java:53
↓ 5 callersMethodsetMaxBackoffMillis
When backoff reaches this upper bound, it does not increase anymore. @param maxBackoffMillis upper bound on backoff @return updated ConnectionRetryCo
hazelcast/src/main/java/com/hazelcast/client/config/ConnectionRetryConfig.java:96
↓ 5 callersMethodsetMaxIdleSeconds
Set the maximum number of seconds each entry can stay in the Near Cache as untouched (not-read). <p> Entries that are not read (touched) more than {@c
hazelcast/src/main/java/com/hazelcast/config/NearCacheConfig.java:296
↓ 5 callersMethodsetMemberCacheManager
(HazelcastServerCacheManager memberCacheManager)
hazelcast/src/test/java/com/hazelcast/internal/nearcache/impl/NearCacheTestContextBuilder.java:98
↓ 5 callersMethodsetMemcacheProtocolConfig
(MemcacheProtocolConfig memcacheProtocolConfig)
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:415
↓ 5 callersMethodsetMessageType
(int messageType)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/ClientMessage.java:197
↓ 5 callersMethodsetMigrating
Sets migrating flag if it's not set already. @return true if migrating flag is updated, false otherwise
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/InternalPartitionImpl.java:60
↓ 5 callersMethodsetMulticastGroup
Sets the multicast group. @param multicastGroup the multicastGroup to set @return the updated MulticastConfig @throws IllegalArgumentException if mul
hazelcast/src/main/java/com/hazelcast/config/MulticastConfig.java:112
↓ 5 callersMethodsetMulticastTimeToLive
Sets the time to live for the multicast package; a value between 0..255. <p> See this <a href="http://www.tldp.org/HOWTO/Multicast-HOWTO-2.html">link<
hazelcast/src/main/java/com/hazelcast/config/MulticastConfig.java:239
↓ 5 callersMethodsetMultiplier
@param multiplier factor with which to multiply backoff after a failed retry @return updated ConnectionRetryConfig
hazelcast/src/main/java/com/hazelcast/client/config/ConnectionRetryConfig.java:115
↓ 5 callersMethodsetName
Sets name of the index. @param name Name of the index or {@code null} if index name should be generated automatically. @return This instance for chai
hazelcast/src/main/java/com/hazelcast/config/IndexConfig.java:121
↓ 5 callersMethodsetNetworkConfig
Sets the network configuration for this hazelcast instance. The network configuration defines how a member will interact with other members or clients
hazelcast/src/main/java/com/hazelcast/config/Config.java:719
↓ 5 callersMethodsetNodeHash
(int nodeOrder, int hash)
hazelcast/src/main/java/com/hazelcast/wan/impl/merkletree/AbstractMerkleTreeView.java:43
↓ 5 callersMethodsetObjectName
(Map<String, String> properties)
hazelcast/src/main/java/com/hazelcast/internal/jmx/HazelcastMBean.java:129
↓ 5 callersMethodsetPartitioningStrategyClass
(String partitionStrategyClass)
hazelcast/src/main/java/com/hazelcast/config/PartitioningStrategyConfig.java:56
↓ 5 callersMethodsetPollingInterval
Sets the polling interval (in seconds) for checking for changes in Vault. The value 0 (default) disables polling. @param pollingInterval the polling
hazelcast/src/main/java/com/hazelcast/config/VaultSecureStoreConfig.java:158
↓ 5 callersMethodsetPortCount
The maximum number of ports allowed to use. @param portCount the maximum number of ports allowed to use @return this configuration @see #setPortAutoI
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:134
↓ 5 callersMethodsetPrefetchValidityMillis
Sets for how long the pre-fetched IDs can be used. If this time elapses, a new batch of IDs will be fetched. Time unit is milliseconds, default is 600
hazelcast/src/main/java/com/hazelcast/config/FlakeIdGeneratorConfig.java:180
↓ 5 callersMethodsetProperties
Sets the properties @param properties the properties to be set @return this MapStoreConfig
hazelcast/src/main/java/com/hazelcast/config/MapStoreConfig.java:315
↓ 5 callersMethodsetPublisherId
(@Nonnull String publisherId)
hazelcast/src/main/java/com/hazelcast/config/WanCustomPublisherConfig.java:51
↓ 5 callersMethodsetQueryCount
Sets the query count of this stats to the given query count value. @param queryCount the query count value to set.
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/LocalMapStatsImpl.java:457
↓ 5 callersMethodsetRealm
Defines Kerberos realm name (e.g. "ACME.COM").
hazelcast/src/main/java/com/hazelcast/config/security/KerberosIdentityConfig.java:69
↓ 5 callersMethodsetRemoteAddress
Sets the {@link Address} of the other side of this Connection. @param remoteAddress the remote address.
hazelcast/src/main/java/com/hazelcast/internal/nio/Connection.java:103
↓ 5 callersMethodsetRemoteAddress
(Address remoteAddress)
hazelcast/src/main/java/com/hazelcast/internal/server/tcp/TcpServerConnection.java:208
↓ 5 callersMethodsetRepairingTask
(RepairingTask repairingTask)
hazelcast/src/test/java/com/hazelcast/internal/nearcache/impl/NearCacheTestContextBuilder.java:113
↓ 5 callersMethodsetRepublishingEnabled
Sets if incoming WAN events to this member should be republished (forwarded) to this WAN replication reference. The default state for republishing is
hazelcast/src/main/java/com/hazelcast/config/WanReplicationRef.java:170
↓ 5 callersMethodsetResubmissionMode
Sets the resubmission mode for failing SQL queries. See {@link ClientSqlResubmissionMode}. The default value is {@link ClientSqlResubmissionMode#NEVER
hazelcast/src/main/java/com/hazelcast/client/config/ClientSqlConfig.java:51
↓ 5 callersMethodsetRight
(DualPathGraph right)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/type/RecurrentStructuresNestedFieldsTest.java:411
↓ 5 callersMethodsetRingbufferStoreConfig
()
hazelcast/src/test/java/com/hazelcast/config/RingbufferConfigTest.java:224
↓ 5 callersMethodsetRingbufferStoreConfig
Set the RingbufferStore (load and store ringbuffer items from/to a database) configuration. @param ringbufferStoreConfig set the RingbufferStore conf
hazelcast/src/main/java/com/hazelcast/config/RingbufferConfig.java:346
↓ 5 callersMethodsetSecurityRealm
Sets the name of the Rest security realm. @param securityRealm the name of the realm. This should be an already defined valid security realm.
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:633
↓ 5 callersMethodsetSentConnection
(ClientConnection connection)
hazelcast/src/main/java/com/hazelcast/client/impl/spi/impl/ClientInvocation.java:393
↓ 5 callersMethodsetServiceNamePrefix
Defines prefix of the Service Principal name. It's default value is {@code "hz/"}. By default, the member's principal name (for which this credentials
hazelcast/src/main/java/com/hazelcast/config/security/KerberosIdentityConfig.java:57
↓ 5 callersMethodsetSha256Hex
(String sha256Hex)
hazelcast/src/main/java/com/hazelcast/jet/impl/submitjob/memberside/JobMetaDataParameterObject.java:72
↓ 5 callersMethodsetSpn
Allows to configure static service principal name (SPN). It's meant for use cases where all members share a single Kerberos identity.
hazelcast/src/main/java/com/hazelcast/config/security/KerberosIdentityConfig.java:43
↓ 5 callersMethodsetSymmetricEncryptionConfig
Sets the {@link SymmetricEncryptionConfig}. The value can be {@code null} if no symmetric encryption should be used. @param symmetricEncryptionConfig
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:323
↓ 5 callersMethodsetTarget
(Object target, Data targetData)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/extract/JsonQueryTarget.java:36
↓ 5 callersMethodsetThreadAffinity
(ThreadAffinity threadAffinity)
hazelcast/src/main/java/com/hazelcast/internal/util/executor/HazelcastManagedThread.java:53
↓ 5 callersMethodsetThreadLocalTestMethodName
(String methodName)
hazelcast/src/test/java/com/hazelcast/test/TestLoggingUtils.java:46
↓ 5 callersMethodsetTieredStoreConfig
Sets the {@code TieredStoreConfig} for this {@code MapConfig} @param tieredStoreConfig tiered-store config @return this {@code MapConfig} instance
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:801
↓ 5 callersMethodsetTimeToLiveSeconds
Returns the maximum number of seconds for each entry to stay in the Near Cache (time to live). <p> Entries that are older than {@code timeToLiveSecond
hazelcast/src/main/java/com/hazelcast/config/NearCacheConfig.java:268
↓ 5 callersMethodsetTokenIdentityConfig
(TokenIdentityConfig identityConfig)
hazelcast/src/main/java/com/hazelcast/config/security/RealmConfig.java:105
↓ 5 callersMethodsetTxnId
(UUID txnId)
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/writebehind/entry/DelayedEntry.java:52
↓ 5 callersMethodsetUserCodeDeploymentConfig
Set User Code Deployment configuration @param userCodeDeploymentConfig the user code deployment configuration @return this config instance @since 3.8
hazelcast/src/main/java/com/hazelcast/config/Config.java:2971
↓ 5 callersMethodsetValidationTimeoutSeconds
Sets validation timeout for persistence restart process, includes validating cluster members expected to join and partition table on all cluster. @pa
hazelcast/src/main/java/com/hazelcast/config/PersistenceConfig.java:193
↓ 5 callersMethodsetVectorCollectionConfigs
Set the list of vector collection configurations. @param vectorConfigs the list of vector configuration to set @return this config instance @since 5.
hazelcast/src/main/java/com/hazelcast/config/Config.java:3097
↓ 5 callersMethodsetVersion
(int version)
hazelcast/src/main/java/com/hazelcast/map/impl/record/Record.java:51
↓ 5 callersMethodsetWanProtocolVersion
Sets the WAN protocol version. This method is similar to {@link VersionAware#setVersion(Version)} but is used in WAN replication, not in message excha
hazelcast/src/main/java/com/hazelcast/nio/WanProtocolVersionAware.java:45
↓ 5 callersMethodsetWanReplicationRef
Sets the WAN target replication reference. @param wanReplicationRef the WAN target replication reference @return this configuration
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java:580
↓ 5 callersMethodsetupImapForEntryProcessorWithIndex
()
hazelcast/src/test/java/com/hazelcast/map/EntryProcessorTest.java:2045
↓ 5 callersMethodsetupInstance
(Config config)
hazelcast/src/test/java/com/hazelcast/internal/cluster/impl/ClusterVersionInitTest.java:102
↓ 5 callersMethodsetupListener
(int clusterSize)
hazelcast/src/test/java/com/hazelcast/client/listeners/AbstractListenersOnReconnectTest.java:286
↓ 5 callersMethodsharedDataConnectionConfig
(String clusterName)
hazelcast/src/test/java/com/hazelcast/dataconnection/HazelcastDataConnectionTest.java:213
↓ 5 callersMethodshouldCheckUrgentInvocations
Returns {@code true} if we need to check the urgent invocations, by examining the local registry of the schema service.
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/HazelcastClientInstanceImpl.java:942
↓ 5 callersMethodshouldRetry
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/AbstractJoiner.java:149
↓ 5 callersMethodshutdownNodes
(int count)
hazelcast/src/test/java/com/hazelcast/internal/partition/AbstractGracefulShutdownCorrectnessTest.java:159
↓ 5 callersMethodshutdownOperationService
(HazelcastInstance instance)
hazelcast/src/test/java/com/hazelcast/spi/impl/operationexecutor/slowoperationdetector/SlowOperationDetectorAbstractTest.java:78
↓ 5 callersMethodsimpleVectorCollectionBackupCountConfig
(int count)
hazelcast/src/test/java/com/hazelcast/config/YamlConfigBuilderTest.java:5745
↓ 5 callersMethodsimpleVectorCollectionBackupCountConfig
(int count)
hazelcast/src/test/java/com/hazelcast/config/XMLConfigBuilderTest.java:5298
↓ 5 callersMethodsingleAttribute
()
hazelcast/src/test/java/com/hazelcast/projection/impl/SingleAttributeProjectionTest.java:64
↓ 5 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/RingbufferContainer.java:244
↓ 5 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/internal/adapter/DataStructureAdapter.java:38
↓ 5 callersMethodsize
@return size of iterable
hazelcast/src/main/java/com/hazelcast/internal/util/IterableUtil.java:123
↓ 5 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/internal/util/collection/IntHashSet.java:162
↓ 5 callersMethodsize
{@inheritDoc}
hazelcast/src/main/java/com/hazelcast/internal/util/collection/LongHashSet.java:181
↓ 5 callersMethodskip
(DataInputStream dis, int toSkip)
hazelcast/src/test/java/com/hazelcast/spi/utils/RestClientTest.java:410
↓ 5 callersMethodskipBytes
(ByteBuffer buffer, int toSkip)
hazelcast/src/main/java/com/hazelcast/jet/impl/util/ReflectionUtils.java:444
↓ 5 callersMethodsleep
()
hazelcast/src/main/java/com/hazelcast/map/impl/LocalMapStatsProvider.java:324
↓ 5 callersMethodsnapshotId
()
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/SnapshotBarrier.java:35
↓ 5 callersMethodsnapshots
()
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/PartitionStateManager.java:141
↓ 5 callersMethodsocketReader
(int port)
hazelcast/src/test/java/com/hazelcast/jet/pipeline/SourceBuilderTest.java:592
↓ 5 callersMethodsourceVertex
()
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/init/EdgeDef.java:86
↓ 5 callersMethodsql
(Object operand1, Object... operand2)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/RoundFunctionIntegrationTest.java:361
↓ 5 callersMethodsql
(Object operand1, Object... operand2)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/TruncateFunctionIntegrationTest.java:352
↓ 5 callersMethodsrcStage2
()
hazelcast/src/test/java/com/hazelcast/jet/pipeline/BatchAggregateTest.java:401
↓ 5 callersMethodstart
()
hazelcast/src/main/java/com/hazelcast/client/impl/connection/tcp/TcpClientConnectionManager.java:378
↓ 5 callersMethodstart
The <code>start</code> method is called on system startup to implement simple lifecycle management. This method is expected to call {@link DiscoverySt
hazelcast/src/main/java/com/hazelcast/spi/discovery/integration/DiscoveryService.java:56
↓ 5 callersMethodstartAtTimestamp
(Map<String, String> options)
extensions/mongodb/src/main/java/com/hazelcast/jet/sql/impl/connector/mongodb/Options.java:87
← previousnext →11,201–11,300 of 147,315, ranked by callers