Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hazelcast/hazelcast
/ functions
Functions
147,315 in github.com/hazelcast/hazelcast
⨍
Functions
147,315
◇
Types & classes
15,944
↓ 3 callers
Method
onThreadStart
Called on thread start to inject/intercept extension specific logic, like; registering thread in some service, executing a special method before threa
hazelcast/src/main/java/com/hazelcast/instance/impl/NodeExtension.java:98
↓ 3 callers
Method
onUpdate
Called when an entry is updated. @param key the key @param oldValue the old value @param value the new value
hazelcast/src/main/java/com/hazelcast/cache/impl/CacheRSMutationObserver.java:51
↓ 3 callers
Method
ongoingDataMapIndex
Returns the index of the data map into which the new snapshot will be written.
hazelcast/src/main/java/com/hazelcast/jet/impl/JobExecutionRecord.java:219
↓ 3 callers
Method
operands
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/VariExpression.java:41
↓ 3 callers
Method
operateOnKeyValue
(Data dataKey, Object oldValue)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/EntryOperator.java:219
↓ 3 callers
Method
operationRunner
(int partitionId)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationexecutor/impl/OperationThread.java:109
↓ 3 callers
Method
operator
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/SlidingWindow.java:104
↓ 3 callers
Method
optimizeLogicalInternal
(String sql, OptimizerContext context)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/OptimizerTestSupport.java:106
↓ 3 callers
Method
ordinal
Returns the ordinal value (useful for doing a switch case based on the type of CallStatus). @return the ordinal value.
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/CallStatus.java:96
↓ 3 callers
Method
osArch
@return the OS arch ("os.arch" System property).
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/OS.java:119
↓ 3 callers
Method
output
()
extensions/kinesis/src/main/java/com/hazelcast/jet/kinesis/impl/sink/SlowRecoveryDegrader.java:82
↓ 3 callers
Method
override
Overrides the number of available processors returned by the method {@link #get()}. <p> This is to be used only for testing. @param availableProcesso
hazelcast/src/main/java/com/hazelcast/internal/util/RuntimeAvailableProcessors.java:54
↓ 3 callers
Method
pagingPredicateWithEmployeeObjectTest
(IMap<Integer, Employee> map, Predicate<Integ
hazelcast/src/test/java/com/hazelcast/map/PagingPredicateTest.java:390
↓ 3 callers
Method
parse
Parse SQL statement. @param sql SQL string. @return SQL tree.
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/OptimizerContext.java:165
↓ 3 callers
Method
parseSocketInterceptorConfig
(final Node node)
hazelcast/src/main/java/com/hazelcast/internal/config/AbstractDomConfigProcessor.java:138
↓ 3 callers
Method
parseSslConfig
(Node node)
hazelcast/src/main/java/com/hazelcast/internal/config/AbstractDomConfigProcessor.java:364
↓ 3 callers
Method
partitionAssignment_shouldFail_whenMigrationNotAllowed
(ClusterState state)
hazelcast/src/test/java/com/hazelcast/internal/cluster/impl/AdvancedClusterStateTest.java:437
↓ 3 callers
Method
partitionId
(int partitionId)
hazelcast/src/main/java/com/hazelcast/query/impl/IndexRegistry.java:703
↓ 3 callers
Method
partitionIdleTimeout
Returns the value set by {@link #setPartitionIdleTimeout(long)}. @since Jet 3.1
hazelcast/src/main/java/com/hazelcast/jet/pipeline/StreamSource.java:69
↓ 3 callers
Method
partitionInvocation_shouldFail_whenPartitionsNotAssigned_whenMigrationNotAllowed
(ClusterState state)
hazelcast/src/test/java/com/hazelcast/internal/cluster/impl/AdvancedClusterStateTest.java:468
↓ 3 callers
Method
partitionStrategyCandidates
( PhysicalRel root, QueryParameterMetadata parameterMetadata)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/CalciteSqlOptimizerImpl.java:921
↓ 3 callers
Method
partitionUnindexed
(int partition)
hazelcast/src/main/java/com/hazelcast/query/impl/GlobalIndexPartitionTracker.java:110
↓ 3 callers
Method
partitions
(int partitionCount, int... partitions)
hazelcast/src/test/java/com/hazelcast/query/impl/GlobalIndexPartitionTrackerTest.java:113
↓ 3 callers
Method
password
()
hazelcast/src/test/java/com/hazelcast/test/jdbc/MSSQLDatabaseProvider.java:110
↓ 3 callers
Method
patchSlidingWindow
(BiConsumer<? super A, ? super A> patchOp, Map<K, A> patchingFrame)
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/SlidingWindowP.java:436
↓ 3 callers
Method
paths
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/keyvalue/KvRowProjector.java:186
↓ 3 callers
Method
pause
Calls to this method will pause WAN event container polling. Effectively, pauses WAN replication for its {@link WanPublisher} instance. <p> WAN events
hazelcast/src/main/java/com/hazelcast/wan/impl/InternalWanPublisher.java:84
↓ 3 callers
Method
peek
()
hazelcast/src/main/java/com/hazelcast/transaction/TransactionalQueue.java:65
↓ 3 callers
Method
peekNext
()
hazelcast/src/main/java/com/hazelcast/internal/util/concurrent/MPSCQueue.java:181
↓ 3 callers
Method
peekNextTailSequence
Returns the next sequence which the tail will be at after the next item is added. Please note that there is no item in the Ringbuffer with the returne
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/Ringbuffer.java:60
↓ 3 callers
Method
peekOutputProcessorSupplier
()
hazelcast/src/test/java/com/hazelcast/jet/core/PeekingWrapperTest.java:172
↓ 3 callers
Method
percentageString
Given a number, returns that number as a percentage string. @param p the given number @return a string of the given number as a format float with two
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/HealthMonitor.java:531
↓ 3 callers
Method
performCommitWithXa
(XAResource xaResource)
hazelcast/src/test/java/com/hazelcast/client/txn/ClientXACompatibilityTest.java:174
↓ 3 callers
Method
permission
Sets the permission required to use this sink when the security is enabled. The default value is {@code null} which means there is no restriction to u
hazelcast/src/main/java/com/hazelcast/jet/pipeline/SourceBuilder.java:403
↓ 3 callers
Method
phase2DoneForTasklet
Called when current snapshot phase 2 is done in {@link ProcessorTasklet}. All processors do it concurrently.
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/SnapshotContext.java:374
↓ 3 callers
Method
pickClassLoader
()
hazelcast/src/main/java/com/hazelcast/internal/namespace/impl/NamespaceAwareClassLoader.java:57
↓ 3 callers
Method
pickMatchingAddress
(Collection<InterfaceDefinition> interfaces)
hazelcast/src/main/java/com/hazelcast/instance/impl/DefaultAddressPicker.java:357
↓ 3 callers
Method
pipeline
(StreamSource<ChangeRecord> source)
extensions/cdc-mysql/src/test/java/com/hazelcast/jet/cdc/mysql/MySqlCdcListenBeforeExistIntegrationTest.java:196
↓ 3 callers
Method
pipeline
(StreamSource<ChangeRecord> source)
extensions/cdc-postgres/src/test/java/com/hazelcast/jet/cdc/postgres/PostgresCdcListenBeforeExistsIntegrationTest.java:208
↓ 3 callers
Method
pipeline
()
hazelcast/src/test/java/com/hazelcast/jet/core/metrics/JobSnapshotMetricsTest.java:93
↓ 3 callers
Method
placementGroupEc2
()
hazelcast/src/test/java/com/hazelcast/aws/AwsMetadataApiTest.java:98
↓ 3 callers
Method
planKey
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/PlanExecutorTest.java:170
↓ 3 callers
Method
poll
()
extensions/kafka-connect/src/main/java/com/hazelcast/jet/kafka/connect/impl/TaskRunner.java:50
↓ 3 callers
Method
pollAndSendInvalidations
(String dataStructureName, InvalidationQueue<Invalidation> invalidationQueue)
hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/invalidation/BatchInvalidator.java:101
↓ 3 callers
Method
popThreadContext
Cleans up (closes) the thread context which was set up by {@link #pushThreadContext()}.
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/Operation.java:870
↓ 3 callers
Method
populateMap
(IMap map, int itemCount)
hazelcast/src/test/java/com/hazelcast/client/map/ClientMapLoadAllTest.java:162
↓ 3 callers
Method
populateMap
(int size)
hazelcast/src/test/java/com/hazelcast/jet/job/StreamMapJournalReliabilityTest.java:191
↓ 3 callers
Method
populateMap
(IMap<Integer, Integer> map, int numberOfItems)
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/WriteBehindItemCounterTest.java:99
↓ 3 callers
Method
populateMapWithPersons
(IMap<String, Person> map)
hazelcast/src/test/java/com/hazelcast/projection/impl/SingleAttributeProjectionTest.java:201
↓ 3 callers
Method
populateMapWithPersons
(IMap<String, Person> map)
hazelcast/src/test/java/com/hazelcast/projection/impl/MultiAttributeProjectionTest.java:159
↓ 3 callers
Method
populateNearCache
(NearCacheTestContext<Object, String, ?, ?> context, int keyCount, KeyType keyType)
hazelcast/src/test/java/com/hazelcast/internal/nearcache/impl/AbstractNearCachePreloaderTest.java:411
↓ 3 callers
Method
populateNonEmptyResult
(Query query, Iterable<QueryableEntry> entries, PartitionIdSet ini
hazelcast/src/main/java/com/hazelcast/map/impl/query/QueryRunner.java:257
↓ 3 callers
Method
portableId
(Map<String, String> options, boolean isKey)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/map/MetadataPortableResolver.java:265
↓ 3 callers
Method
postgresContainer
()
extensions/cdc-debezium/src/test/java/com/hazelcast/jet/cdc/DebeziumCdcIntegrationTest.java:273
↓ 3 callers
Method
precedenceOf
(RelDataType type)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastTypeUtils.java:348
↓ 3 callers
Method
predicate
Set the predicate to apply at the source. See the {@link RemoteMapSourceBuilder} for more details. @param predicate the predicate @return this builder
hazelcast/src/main/java/com/hazelcast/jet/pipeline/RemoteMapSourceBuilder.java:138
↓ 3 callers
Method
preferIPv4Stack
()
hazelcast/src/main/java/com/hazelcast/instance/impl/DefaultAddressPicker.java:453
↓ 3 callers
Method
preferredLocalParallelism
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/kafka/KafkaTable.java:119
↓ 3 callers
Method
prepare
Prepare SQL query. @param task Optimization task containing all necessary context. @return Prepared plan.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/optimizer/SqlOptimizer.java:42
↓ 3 callers
Method
prepare
(CachePartitionSegment segment, Collection<ServiceNamespace> namespaces, int rep
hazelcast/src/main/java/com/hazelcast/cache/impl/operation/CacheReplicationOperation.java:77
↓ 3 callers
Method
prepareCache
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/datetime/ToCharFunction.java:66
↓ 3 callers
Method
prepareJoinConfigForSecondMember
(int port)
hazelcast/src/test/java/com/hazelcast/internal/networking/nio/AbstractAdvancedNetworkIntegrationTest.java:101
↓ 3 callers
Method
prepareOperation
(Operation op)
hazelcast/src/main/java/com/hazelcast/internal/partition/operation/PartitionReplicaSyncResponse.java:193
↓ 3 callers
Method
preparePrunableMapWithPartitionAwareKey
( List<String> attrs, String mapName, boolean usePartitionAwareKey,
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/SqlPartitionPruningE2ETest.java:535
↓ 3 callers
Method
prepareResult
(Collection<Entry<Data, Data>> entries, boolean shouldInvalidate)
hazelcast/src/main/java/com/hazelcast/client/impl/proxy/ClientMapProxy.java:1438
↓ 3 callers
Method
prepareSingleColumnCandidateBooleanIsTrueFalse
Prepare a candidate for {@code IS (NOT) TRUE/FALSE} expression. <p> The fundamental observation is that boolean column may have only three values - TR
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/physical/index/IndexResolver.java:466
↓ 3 callers
Method
prepareSplitBrainProtectionFunctionForIcmpFDTest
(SplitBrainProtectionFunction splitBrainProtectionFunction)
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/impl/AbstractSplitBrainProtectionFunctionTest.java:88
↓ 3 callers
Method
prepareValueGettersFromMetadata
( TypeResolver typeResolver, ResultSet rs, Function<Integer, FunctionEx<?
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/jdbc/JdbcSqlConnector.java:637
↓ 3 callers
Method
prepopulate
Populate query cache with initial set of entries as {@link Data}. Triggers an {@link EntryEventType#ADDED ADDED} event for each entry that is added to
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/subscriber/InternalQueryCache.java:50
↓ 3 callers
Method
previousPage
Sets the page value to previous page.
hazelcast/src/main/java/com/hazelcast/query/PagingPredicate.java:80
↓ 3 callers
Method
primaryKeyExternalName
()
extensions/mongodb/src/main/java/com/hazelcast/jet/sql/impl/connector/mongodb/MongoTable.java:153
↓ 3 callers
Method
print
(Object obj)
hazelcast/src/main/java/com/hazelcast/client/console/ClientConsoleApp.java:1576
↓ 3 callers
Method
printNodeInfo
Called to print node information during startup
hazelcast/src/main/java/com/hazelcast/instance/impl/NodeExtension.java:172
↓ 3 callers
Method
printSeparatorLine
(int colSize, int[] colWidths, PrintWriter out)
hazelcast/src/main/java/com/hazelcast/client/console/SqlConsole.java:477
↓ 3 callers
Method
println
(Object obj)
hazelcast/src/main/java/com/hazelcast/internal/management/ConsoleCommandHandler.java:93
↓ 3 callers
Method
priorityFramesTransceived
()
hazelcast/src/main/java/com/hazelcast/internal/networking/nio/NioThread.java:161
↓ 3 callers
Method
process
Called when the pipeline needs to be processed. <p> Any exception that leads to a termination of the connection like an IOException should not be deal
hazelcast/src/main/java/com/hazelcast/internal/networking/nio/NioPipeline.java:166
↓ 3 callers
Method
process
(byte[] src)
hazelcast/src/main/java/com/hazelcast/internal/util/ByteArrayProcessor.java:25
↓ 3 callers
Method
process
Process store operations and returns failed operation per partition map. @param delayedEntries to be written to store. @return failed store operation
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/writebehind/WriteBehindProcessor.java:37
↓ 3 callers
Method
process
(Sequenced sequenced)
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/publisher/EventPublisherAccumulatorProcessor.java:46
↓ 3 callers
Method
process
Processes event. @param event type of event.
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/accumulator/AccumulatorProcessor.java:34
↓ 3 callers
Method
processJobMetaData
Process the metadata for the job upload @param parameterObject specifies the first message for the job upload
hazelcast/src/main/java/com/hazelcast/jet/impl/submitjob/memberside/JobUploadStore.java:69
↓ 3 callers
Method
processPendingOutput
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/processors/StreamToStreamJoinP.java:466
↓ 3 callers
Method
processSelectionKeys
()
hazelcast/src/main/java/com/hazelcast/internal/networking/nio/NioThread.java:362
↓ 3 callers
Method
processTaskQueue
()
hazelcast/src/main/java/com/hazelcast/internal/networking/nio/NioThread.java:348
↓ 3 callers
Method
processingState
If there are no inbound ordinals left, we will go to COMPLETE state, otherwise to PROCESS_WATERMARKS.
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/ProcessorTasklet.java:682
↓ 3 callers
Method
processorSupplier
( @Nonnull FunctionEx<Context, Consumer<K, V>> kafkaConsumerSup, @Nonnull TopicsConfig
extensions/kafka/src/main/java/com/hazelcast/jet/kafka/impl/StreamKafkaP.java:374
↓ 3 callers
Method
processorSupplier
()
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/init/VertexDef.java:83
↓ 3 callers
Method
processorTaskletDone
This method is called when a processor tasklet completes. @param lastCompletedPhase2SnapshotId the last snapshotId for which the processor did th
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/SnapshotContext.java:347
↓ 3 callers
Method
producer
(List<?>... lists)
hazelcast/src/test/java/com/hazelcast/jet/core/RoutingPolicyDistributedTest.java:200
↓ 3 callers
Method
promotion_shouldFail_whenClusterState_NotAllowMigration
(ClusterState state)
hazelcast/src/test/java/com/hazelcast/internal/cluster/impl/PromoteLiteMemberTest.java:242
↓ 3 callers
Method
propertiesByLocation
Create the {@link java.util.Properties} with the provided config file location. @param configFileLocation the location of the config file to configur
hazelcast/src/main/java/com/hazelcast/cache/HazelcastCachingProvider.java:218
↓ 3 callers
Method
property
(String key, PropertyTypeConverter typeConverter)
hazelcast/src/main/java/com/hazelcast/spi/discovery/multicast/MulticastProperties.java:69
↓ 3 callers
Method
provideDynamicMetrics
Metrics collection callback that is called in every metric collection cycle. The collected metrics should be passed to the {@link MetricsCollectionCon
hazelcast/src/main/java/com/hazelcast/internal/metrics/DynamicMetricsProvider.java:49
↓ 3 callers
Method
proxyInstance
(Object target, Class<T> iface)
hazelcast/src/test/java/com/hazelcast/test/starter/hz3/Hazelcast3Proxy.java:129
↓ 3 callers
Method
proxyReturnObject
@param targetClassLoader the classloader on which the proxy will be created @param delegate the object to be delegated to by the proxy @retur
hazelcast/src/test/java/com/hazelcast/test/starter/ProxyInvocationHandler.java:162
↓ 3 callers
Method
publish
(DistributedObjectEventPacket event)
hazelcast/src/main/java/com/hazelcast/spi/impl/proxyservice/impl/ProxyRegistry.java:339
↓ 3 callers
Method
publish
Publishes query-cache events locally. @param mapName underlying map name of query cache @param cacheId ID of the query cache @param event
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/QueryCacheEventService.java:45
↓ 3 callers
Method
publishAsync
Publishes the message asynchronously to all subscribers of this topic. @param message the message to publish asynchronously to all subscribers of thi
hazelcast/src/main/java/com/hazelcast/topic/ITopic.java:76
↓ 3 callers
Method
publishMapEvent
(Address caller, String mapName, EntryEventType eventType, int numberOfEntriesAffecte
hazelcast/src/main/java/com/hazelcast/map/impl/event/MapEventPublisher.java:56
← previous
next →
15,301–15,400 of 147,315, ranked by callers