MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 3 callersMethodremoveKeyFromExpirySystem
(Data key)
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/DefaultRecordStore.java:644
↓ 3 callersMethodremoveMembershipListener
@param registrationId The registrationId of the listener to be removed. @return true if successfully removed, false otherwise.
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientClusterService.java:97
↓ 3 callersMethodremovePartitionLostListener
Removes a PartitionLostListener. <p> If the same PartitionLostListener is registered multiple times, it needs to be removed multiple times. <p> This m
hazelcast/src/main/java/com/hazelcast/partition/PartitionService.java:115
↓ 3 callersMethodremovePartitionLostListener
(UUID registrationId)
hazelcast/src/main/java/com/hazelcast/internal/partition/IPartitionService.java:150
↓ 3 callersMethodremovePartitionLostListenerAsync
(UUID registrationId)
hazelcast/src/main/java/com/hazelcast/internal/partition/IPartitionService.java:152
↓ 3 callersMethodremovePartitioningStrategyFromCache
(String mapName)
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:210
↓ 3 callersMethodremoveProxyListener
(UUID registrationId)
hazelcast/src/main/java/com/hazelcast/spi/impl/proxyservice/ProxyService.java:61
↓ 3 callersMethodremoveRecord
Removes the record for a key. @param key the key to the entry. @return the removed record if one exists.
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheRecordStore.java:436
↓ 3 callersMethodremoveRecord
(Data dataKey, @Nonnull R record)
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/Storage.java:88
↓ 3 callersMethodremoveRegistrations
Removes all registrations for the specified topic and notifies the listeners and service of the listener deregistrations. @param topic the topic for
hazelcast/src/main/java/com/hazelcast/spi/impl/eventservice/impl/EventServiceSegment.java:200
↓ 3 callersMethodrepeatedBidirectionalStreaming
(int port)
extensions/grpc/src/test/java/com/hazelcast/jet/grpc/GrpcServiceTest.java:376
↓ 3 callersMethodreplace
Atomically replaces the entry for a key only if currently mapped to some value. <p> This is equivalent to <pre><code> if (cache.containsKey(key)) {
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheRecordStore.java:232
↓ 3 callersMethodrequiresPrepare
Checks if this Transaction needs to be prepared. <p> Preparing a transaction costs time since the backup log potentially needs to be copied and each l
hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionImpl.java:265
↓ 3 callersMethodreset
()
hazelcast-spring-tests/src/test/java/com/hazelcast/spring/cache/IJCacheDummyBean.java:29
↓ 3 callersMethodreset
()
hazelcast/src/main/java/com/hazelcast/internal/nio/BufferObjectDataInput.java:71
↓ 3 callersMethodreset
()
hazelcast/src/main/java/com/hazelcast/internal/nio/ascii/TextDecoder.java:154
↓ 3 callersMethodreset
()
hazelcast/src/main/java/com/hazelcast/config/ConfigStream.java:111
↓ 3 callersMethodresetFlushed
()
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/nio/NioAsyncSocket.java:303
↓ 3 callersMethodresetInvalidationCount
()
hazelcast/src/test/java/com/hazelcast/client/cache/impl/nearcache/ClientCacheInvalidationListener.java:42
↓ 3 callersMethodresetInvalidationEvents
()
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/NearCacheStatsImpl.java:241
↓ 3 callersMethodresetLastLog
Reset the lastLogTime to `now` and number of occurrences since last log to 0
hazelcast/src/main/java/com/hazelcast/internal/util/FrequentLogSuppressor.java:121
↓ 3 callersMethodresetMigrating
Resets migrating flag.
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/InternalPartitionImpl.java:71
↓ 3 callersMethodresetOverride
Resets the overridden number of available processors to {@link Runtime#availableProcessors()}. <p> This is to be used only for testing.
hazelcast/src/main/java/com/hazelcast/internal/util/RuntimeAvailableProcessors.java:72
↓ 3 callersMethodresetSectionLevel
Reset the sectionLevel. A proper rendering of a plugin should always return this value to -1; but in case of an exception while rendering, the section
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsLogWriterImpl.java:241
↓ 3 callersMethodresolveClassName
(String format)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/keyvalue/JavaClassNameResolver.java:62
↓ 3 callersMethodresolveClientConfig
If clientConfig is {@code null}, the client configuration is loaded using the resolution logic as described in {@link HazelcastClient#newHazelcastClie
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/FailoverClientConfigSupport.java:81
↓ 3 callersMethodresolveCompact
(Schema schema, boolean key)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/map/SampleMetadataResolver.java:108
↓ 3 callersMethodresolvePlaceholders
Returns a string where named placeholders are replaced by values from the given {@code variableValues} map. The placeholder is defined as the variable
hazelcast/src/main/java/com/hazelcast/internal/util/StringUtil.java:347
↓ 3 callersMethodresolveType
(String columnTypeName, int precision, int scale)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/jdbc/TypeResolver.java:26
↓ 3 callersMethodresolveTypeForTypeFamily
(QueryDataTypeFamily typeFamily)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/type/QueryDataTypeUtils.java:196
↓ 3 callersMethodrestoreWatermark
Restore watermark value from state snapshot. <p> Method is meant to be used from {@link Processor#restoreFromSnapshot(Inbox)}. <p> See {@link #getWate
hazelcast/src/main/java/com/hazelcast/jet/core/EventTimeMapper.java:381
↓ 3 callersMethodresultType
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/StringFunctionIntegrationTestSupport.java:47
↓ 3 callersMethodresumeMigration
()
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/MigrationManager.java:34
↓ 3 callersMethodretrieveAndDisposeResult
Retrieves and disposes the result with the given taskId @param taskId combination of partitionId and sequence @param <T> the type of the task's re
hazelcast/src/main/java/com/hazelcast/durableexecutor/DurableExecutorService.java:120
↓ 3 callersMethodreturnOrThrowWithGetConventions
(Object response)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationFuture.java:104
↓ 3 callersMethodrollbackBackupLog
(UUID txnId)
hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionManagerServiceImpl.java:327
↓ 3 callersMethodrun
()
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/operations/ReadOneOperation.java:66
↓ 3 callersMethodrun
(DiagnosticsLogWriter writer)
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/StoreLatencyPlugin.java:131
↓ 3 callersMethodrunAfter0
(@Nonnull CompletableFuture<Void> result, @Nonnull Runnable acti
hazelcast/src/main/java/com/hazelcast/spi/impl/AbstractInvocationFuture.java:1269
↓ 3 callersMethodrunAfterBoth
()
hazelcast/src/test/java/com/hazelcast/spi/impl/CompletableFutureAbstractTest.java:1190
↓ 3 callersMethodrunAfterEither
()
hazelcast/src/test/java/com/hazelcast/spi/impl/CompletableFutureAbstractTest.java:1239
↓ 3 callersMethodrunCommand
( HazelcastClientInstanceImpl client, HazelcastInstance member, String mapName)
hazelcast/src/test/java/com/hazelcast/internal/management/operation/GetMapConfigOperationTest.java:112
↓ 3 callersMethodrunCommandLine
( Function<ClientConfig, HazelcastInstance> hzClientFn, PrintStream out, PrintStream e
hazelcast/src/main/java/com/hazelcast/client/console/HazelcastCommandLine.java:536
↓ 3 callersMethodrunDirect
(Runnable step)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/StepRunner.java:218
↓ 3 callersMethodrunJob
(JobConfig jobConfig)
hazelcast/src/test/java/com/hazelcast/jet/job/StreamMapJournalReliabilityTest.java:162
↓ 3 callersMethodrunOnGivenPartitions
(Query query, PartitionIdSet partitions, TargetMode targetMode)
hazelcast/src/main/java/com/hazelcast/map/impl/query/QueryEngineImpl.java:142
↓ 3 callersMethodrunScript
(HazelcastClientInstanceImpl client, HazelcastInstance member, String engine, String script)
hazelcast/src/test/java/com/hazelcast/internal/management/operation/RunScriptOperationTest.java:94
↓ 3 callersMethodrunTest
(Properties properties)
hazelcast/src/test/java/com/hazelcast/jet/impl/connector/ReadJdbcPPropertiesTest.java:107
↓ 3 callersMethodrunWithJob
( long jobId, @Nonnull Consumer<MasterContext> masterContextHandler, @Nonn
hazelcast/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java:1016
↓ 3 callersMethods3
Convenience for {@link #s3(List, String, Charset, SupplierEx, BiFunctionEx)}. Emits lines to downstream without any transformation and uses {@link Sta
extensions/s3/src/main/java/com/hazelcast/jet/s3/S3Sources.java:65
↓ 3 callersMethods3
Convenience for {@link #s3(String, String, Charset, SupplierEx, FunctionEx)} Uses {@link Object#toString()} to convert the items to lines.
extensions/s3/src/main/java/com/hazelcast/jet/s3/S3Sinks.java:54
↓ 3 callersMethodsafeImap
Configures given IMap to fail on indeterminate operation state. @param map map to configure @return the same map with applied configuration
hazelcast/src/main/java/com/hazelcast/jet/impl/JobRepository.java:206
↓ 3 callersMethodsarg
(C left, C right)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/physical/visitor/RexToExpressionTest.java:188
↓ 3 callersMethodsaveRegistration
(CompactSerializableRegistration registration)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/compact/CompactStreamSerializer.java:347
↓ 3 callersMethodsaveToSnapshot
()
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/SlidingWindowP.java:269
↓ 3 callersMethodscanAndGetResult
(Predicate predicate, ResultType resultType)
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/subscriber/AbstractInternalQueryCache.java:155
↓ 3 callersMethodschedule
Schedules a task to be processed by this Scheduler. @param task the task.
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/Scheduler.java:54
↓ 3 callersMethodscheduleAtFixedRate
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period. Executions wi
hazelcast/src/main/java/com/hazelcast/scheduledexecutor/IScheduledExecutorService.java:139
↓ 3 callersMethodscheduleNextRun
(long initialStartTimeInNanos, Queue<Integer> localPartitionIds, int numI
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/PartitionReplicaManager.java:609
↓ 3 callersMethodscheduleScaleUp
(long delay)
hazelcast/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java:1216
↓ 3 callersMethodscheduleSnapshot
(MasterContext mc, long executionId)
hazelcast/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java:1186
↓ 3 callersMethodscheduleTtlEntry
(long delayMillis, Object key, Object object)
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/ReplicatedRecordStore.java:114
↓ 3 callersMethodschemaValidation
(Document doc)
hazelcast/src/main/java/com/hazelcast/config/AbstractXmlConfigHelper.java:74
↓ 3 callersMethodself
()
hazelcast/src/main/java/com/hazelcast/config/AbstractBaseFactoryWithPropertiesConfig.java:129
↓ 3 callersMethodself
()
hazelcast/src/main/java/com/hazelcast/config/security/AbstractClusterLoginConfig.java:98
↓ 3 callersMethodsend
(ClientInvocation invocation, ClientConnection connection)
hazelcast/src/main/java/com/hazelcast/client/impl/spi/impl/ClientInvocationServiceImpl.java:271
↓ 3 callersMethodsendEvent
Sends a remote event to the {@code subscriber}. Each event segment keeps track of the published event count. On every {@link #eventSyncFrequency} the
hazelcast/src/main/java/com/hazelcast/spi/impl/eventservice/impl/EventServiceImpl.java:630
↓ 3 callersMethodsendMigrationProcessCompletedEvent
(MigrationState state)
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/PartitionEventManager.java:90
↓ 3 callersMethodsendMigrationProcessStartedEvent
(MigrationState state)
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/PartitionEventManager.java:84
↓ 3 callersMethodsendNormalResponse
(ServerConnectionManager connectionManager, Address target, long callId,
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/OutboundResponseHandler.java:123
↓ 3 callersMethodsendReplicationOperation
(boolean isRemove, String name, Data key, Data value, long ttl, Vers
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/AbstractReplicatedRecordStore.java:392
↓ 3 callersMethodsendResponse
(Object result)
hazelcast/src/main/java/com/hazelcast/executor/impl/DistributedExecutorService.java:312
↓ 3 callersMethodsendSplitBrainJoinMessageAndCheckResponse
Sends a split brain join request to the target address and checks the response to see if this node should merge to the target address.
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/AbstractJoiner.java:230
↓ 3 callersMethodsequenceGenerator
(String name)
hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/invalidation/MetaDataGenerator.java:80
↓ 3 callersMethodserializationConfig
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/SqlBasicTest.java:541
↓ 3 callersMethodserialize
(Object object)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/expression/json/JsonPathUtil.java:110
↓ 3 callersMethodserialize
(Boolean b)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/SerializationUtilTest.java:132
↓ 3 callersMethodset
Sets the item at the given sequence ID and updates the expiration time if TTL is configured. Unlike other methods for adding items into the ring buffe
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/RingbufferContainer.java:373
↓ 3 callersMethodset
(long value)
hazelcast/src/main/java/com/hazelcast/internal/longregister/LongRegister.java:35
↓ 3 callersMethodset1
Sets the first value.
hazelcast/src/main/java/com/hazelcast/jet/accumulator/LongLongAccumulator.java:53
↓ 3 callersMethodset2
Sets the second value.
hazelcast/src/main/java/com/hazelcast/jet/accumulator/LongLongAccumulator.java:67
↓ 3 callersMethodsetA
(FullyConnectedA a)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/type/RecurrentStructuresNestedFieldsTest.java:362
↓ 3 callersMethodsetActions
(Set<String> actions)
hazelcast/src/main/java/com/hazelcast/config/PermissionConfig.java:304
↓ 3 callersMethodsetAge
(int age)
extensions/hadoop/src/test/java/com/hazelcast/jet/hadoop/file/model/IncorrectUser.java:47
↓ 3 callersMethodsetAllFrom
Sets all the values in this stats to the corresponding values in the given on-demand stats. @param onDemandStats the on-demand stats to fetch the val
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/LocalIndexStatsImpl.java:293
↓ 3 callersMethodsetAllowedFutureMillis
Sets how far to the future is the generator allowed to go to generate IDs without blocking. <p> The number of bits configured for the sequence number
hazelcast/src/main/java/com/hazelcast/config/FlakeIdGeneratorConfig.java:302
↓ 3 callersMethodsetAnchorList
(List<Map.Entry<Integer, Map.Entry<K, V>>> anchorList)
hazelcast/src/main/java/com/hazelcast/query/impl/predicates/PagingPredicateImpl.java:320
↓ 3 callersMethodsetArrayOfChar
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:747
↓ 3 callersMethodsetArrayOfDate
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:1157
↓ 3 callersMethodsetArrayOfDecimal
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:1105
↓ 3 callersMethodsetArrayOfString
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:1079
↓ 3 callersMethodsetArrayOfTime
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:1131
↓ 3 callersMethodsetArrayOfTimestamp
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:1183
↓ 3 callersMethodsetArrayOfTimestampWithTimezone
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:1209
↓ 3 callersMethodsetAttribute
(String attribute)
hazelcast/src/main/java/com/hazelcast/query/impl/PredicateBuilderImpl.java:71
↓ 3 callersMethodsetAutoDetectionEnabled
(boolean enabled)
hazelcast/src/main/java/com/hazelcast/spi/discovery/integration/DiscoveryServiceSettings.java:103
↓ 3 callersMethodsetAverageHitLatency
Sets the average hit latency to the given value. @param averageHitLatency the average hit latency value to set.
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/OnDemandIndexStats.java:120
↓ 3 callersMethodsetAverageHitSelectivity
Sets the average hit selectivity to the given value. @param averageHitSelectivity the average hit selectivity value to set.
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/OnDemandIndexStats.java:136
↓ 3 callersMethodsetAzureConfig
@param azureConfig the AzureConfig join configuration to set @throws IllegalArgumentException if azureConfig is null
hazelcast/src/main/java/com/hazelcast/config/JoinConfig.java:124
↓ 3 callersMethodsetB
(FullyConnectedB b)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/type/RecurrentStructuresNestedFieldsTest.java:292
← previousnext →15,501–15,600 of 147,315, ranked by callers