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
↓ 40 callers
Method
getSerializationService
@return serialization service
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/ExpressionEvalContext.java:112
↓ 40 callers
Method
getUpdateCount
Returns the number of update operations performed on the index.
hazelcast/src/main/java/com/hazelcast/query/LocalIndexStats.java:80
↓ 40 callers
Method
getVersion
()
hazelcast/src/main/java/com/hazelcast/internal/locksupport/LockResource.java:52
↓ 40 callers
Method
greaterThan
Creates a <b>greater than</b> predicate that will pass items if the value stored under the given item {@code attribute} is greater than the given {@co
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:387
↓ 40 callers
Method
newBuilder
Creates a {@link GenericRecordBuilder} allows to create a new object. This method is a convenience method to get a builder, without creating the schem
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecord.java:108
↓ 40 callers
Method
printf
(String format, Object... objects)
hazelcast/src/main/java/com/hazelcast/client/console/HazelcastCommandLine.java:527
↓ 40 callers
Method
readList
Reads a list from the given {@link ObjectDataInput}. It is expected that the next int read from the data input is the list's size, then that many obje
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/SerializationUtil.java:453
↓ 40 callers
Method
setArgument
Associates the specified value with the specified key. The mapping will be available to the job while it's executing in the Jet cluster. @param key k
hazelcast/src/main/java/com/hazelcast/jet/config/JobConfig.java:1193
↓ 40 callers
Method
setJarPath
(@Nonnull Path jarPath)
hazelcast/src/main/java/com/hazelcast/jet/impl/SubmitJobParameters.java:80
↓ 40 callers
Method
setMaxSize
Sets the maximum size of the Queue. @param maxSize set the maximum size of the Queue to this value @return the Queue configuration @throws IllegalArg
hazelcast/src/main/java/com/hazelcast/config/QueueConfig.java:141
↓ 40 callers
Method
submitJobFromJar
For the client side, the jar is uploaded to a random cluster member and then this member runs the main method to start the job. The jar should have a
hazelcast/src/main/java/com/hazelcast/jet/impl/JetClientInstanceImpl.java:204
↓ 40 callers
Method
toDataWithStrategy
(Object object)
hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxySupport.java:1398
↓ 40 callers
Method
toUnsignedInt
@see Short#toUnsignedInt(short)
hazelcast/src/main/java/com/hazelcast/query/impl/bitmap/BitmapUtils.java:39
↓ 40 callers
Method
uuid
()
hazelcast/src/main/java/com/hazelcast/internal/partition/PartitionReplica.java:65
↓ 40 callers
Method
visit
(EqualPredicate predicate, IndexRegistry indexes)
hazelcast/src/main/java/com/hazelcast/query/impl/predicates/Visitor.java:31
↓ 39 callers
Method
addAction
(String action)
hazelcast/src/main/java/com/hazelcast/config/PermissionConfig.java:264
↓ 39 callers
Method
addInterceptor
Adds an interceptor for this map. <p> Added interceptor will intercept operations and execute user defined methods. They will cancel operations if the
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2208
↓ 39 callers
Method
assertInstanceOf
(Class<E> expected, Object actual)
hazelcast-tpc-engine/src/test/java/com/hazelcast/internal/tpcengine/TpcTestSupport.java:159
↓ 39 callers
Method
assertPredicateTrue
(Predicate p, Comparable comparable)
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/PredicatesTest.java:393
↓ 39 callers
Method
blockCommunicationBetween
(HazelcastInstance h1, HazelcastInstance h2)
hazelcast/src/test/java/com/hazelcast/test/SplitBrainTestSupport.java:380
↓ 39 callers
Method
create
(HazelcastIntegerType type, boolean nullable)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastIntegerType.java:150
↓ 39 callers
Method
empty
()
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/extractor/AbstractExtractionTest.java:92
↓ 39 callers
Method
getClusterService
()
hazelcast/src/main/java/com/hazelcast/instance/impl/Node.java:474
↓ 39 callers
Method
getIndexConfigs
()
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:574
↓ 39 callers
Method
getLeafOrderForHash
Returns the breadth-first order of the leaf that a given {@code hash} belongs to @param hash The hash for which the leaf order to be calculated @par
hazelcast/src/main/java/com/hazelcast/wan/impl/merkletree/MerkleTreeUtil.java:50
↓ 39 callers
Method
getMembershipManager
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterServiceImpl.java:1019
↓ 39 callers
Method
getNetworkConfig
()
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/DynamicConfigurationAwareConfig.java:225
↓ 39 callers
Method
getOtherOperationCount
Returns the total number of Other Operations @return number of other operations
hazelcast/src/main/java/com/hazelcast/map/LocalMapStats.java:249
↓ 39 callers
Method
getPolicy
Returns the class name of the {@link SplitBrainMergePolicy}. @return the class name of the merge policy
hazelcast/src/main/java/com/hazelcast/config/MergePolicyConfig.java:68
↓ 39 callers
Method
getReliableTopic
Creates or returns the reliable topic instance with the specified name. @param name name of the reliable topic @param <E> the type of the topic messa
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:173
↓ 39 callers
Method
getReplicatedMapConfig
Returns the ReplicatedMapConfig for the given name, creating one if necessary and adding it to the collection of known configurations. <p> The configu
hazelcast/src/main/java/com/hazelcast/config/Config.java:1422
↓ 39 callers
Method
getSchema
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/inject/UpsertTargetDescriptor.java:26
↓ 39 callers
Method
getType
Returns the type of membership change. @return membership event type
hazelcast/src/main/java/com/hazelcast/cp/event/CPMembershipEvent.java:77
↓ 39 callers
Method
incrementOtherOperations
()
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/LocalMapStatsImpl.java:554
↓ 39 callers
Method
isUserCancelled
Returns true, if the job is user-cancelled. Returns false, if it completed normally or failed due to another error. Jobs running in clusters before ve
hazelcast/src/main/java/com/hazelcast/jet/Job.java:169
↓ 39 callers
Method
map
Returns a source that fetches entries from a local Hazelcast {@code IMap} with the specified name and emits them as {@code Map.Entry}. It leverages da
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sources.java:176
↓ 39 callers
Method
newClient
(String clientType, String clientVersion)
hazelcast/src/test/java/com/hazelcast/internal/util/phonehome/TestUtil.java:55
↓ 39 callers
Method
nextToken
(StringTokenizer st)
hazelcast/src/main/java/com/hazelcast/internal/nio/ascii/RestApiFilter.java:141
↓ 39 callers
Method
poll
(String queueName, int seconds)
hazelcast/src/main/java/com/hazelcast/internal/ascii/TextCommandService.java:31
↓ 39 callers
Method
registerService
(String serviceName, Object service)
hazelcast/src/main/java/com/hazelcast/spi/impl/servicemanager/impl/ServiceManagerImpl.java:315
↓ 39 callers
Method
resolve
(String hostname)
hazelcast/src/main/java/com/hazelcast/instance/impl/DefaultAddressPicker.java:600
↓ 39 callers
Method
rethrow
(@Nonnull final Throwable t)
hazelcast/src/main/java/com/hazelcast/jet/impl/util/ExceptionUtil.java:163
↓ 39 callers
Method
set
(long index)
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseArrayTest.java:362
↓ 39 callers
Method
setClusterName
(String clusterName)
hazelcast/src/main/java/com/hazelcast/client/config/ClientConfig.java:809
↓ 39 callers
Method
setReplicaIndex
(int replicaIndex)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/Operation.java:297
↓ 39 callers
Method
setupWithHazelcastInstance
()
hazelcast/src/test/java/com/hazelcast/client/cache/jsr/JsrClientTestUtil.java:43
↓ 39 callers
Method
tryEmit
Offers the item to the outbox bucket at the supplied ordinal. <p> Emitted items should not be subsequently mutated because the same instance might be
hazelcast/src/main/java/com/hazelcast/jet/core/AbstractProcessor.java:307
↓ 39 callers
Method
tumbling
Returns a tumbling window definition with the given parameters. In a tumbling window the incoming items are grouped by fixed size, contiguous and non-
hazelcast/src/main/java/com/hazelcast/jet/pipeline/WindowDefinition.java:118
↓ 39 callers
Method
withNativeTimestamps
Declares that the stream will use the source's native timestamps. This is typically the message timestamp that the external system assigns as event's
hazelcast/src/main/java/com/hazelcast/jet/pipeline/StreamSourceStage.java:98
↓ 39 callers
Method
writeByte
Writes a primitive byte. @param fieldName name of the field @param value int value to be written @throws IOException in case of any exceptional c
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableWriter.java:94
↓ 38 callers
Method
addAttribute
Adds an index attribute with the given. @param attribute Attribute name. @return This instance for chaining.
hazelcast/src/main/java/com/hazelcast/config/IndexConfig.java:171
↓ 38 callers
Method
addOrVote
Adds a new item to the list or votes for the given item if it already exists. If the {@link #maxSize} is reached, half of the list is removed. <p> Whe
hazelcast/src/main/java/com/hazelcast/internal/util/collection/WeightedEvictableList.java:93
↓ 38 callers
Method
addProperty
(String key, boolean value)
hazelcast/src/test/java/com/hazelcast/config/test/builders/ConfigReplacerBuilder.java:35
↓ 38 callers
Method
asArray
Returns this JSON value as {@link JsonArray}, assuming that this value represents a JSON array. If this is not the case, an exception is thrown. @ret
hazelcast/src/main/java/com/hazelcast/internal/json/JsonValue.java:163
↓ 38 callers
Method
check
(Traverser<T> t, List<T> expected, List<T> expectedAfterAdd)
hazelcast/src/test/java/com/hazelcast/jet/TraverserTest.java:268
↓ 38 callers
Method
checkColumn
(Object value, SqlColumnType expectedType, Object expectedResult)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/SignFunctionIntegrationTest.java:108
↓ 38 callers
Method
getAllAddresses
()
hazelcast/src/main/java/com/hazelcast/internal/server/tcp/LinkedAddresses.java:53
↓ 38 callers
Method
getClient
()
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/HazelcastClientProxy.java:302
↓ 38 callers
Method
getCompactSerializationConfig
@return compact serialization config @since 5.2
hazelcast/src/main/java/com/hazelcast/config/SerializationConfig.java:582
↓ 38 callers
Method
getIndexStats
Returns the per-index statistics map keyed by the index name.
hazelcast/src/main/java/com/hazelcast/map/LocalMapStats.java:313
↓ 38 callers
Method
getInsertCount
Returns the number of insert operations performed on the index.
hazelcast/src/main/java/com/hazelcast/query/LocalIndexStats.java:66
↓ 38 callers
Method
getMapNearCacheManager
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:218
↓ 38 callers
Method
getName
@return Index name.
hazelcast/src/main/java/com/hazelcast/query/impl/Index.java:37
↓ 38 callers
Method
getNearCacheConfig
@return config object used by {@link NearCache} instance.
hazelcast/src/main/java/com/hazelcast/internal/nearcache/NearCache.java:122
↓ 38 callers
Method
getOwnerOrNull
Returns the address of the owner of this partition. <p> If no owner has been set yet, null is returned. So be careful with assuming that a non {@code
hazelcast/src/main/java/com/hazelcast/internal/partition/IPartition.java:68
↓ 38 callers
Method
getProperty
(String name)
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/DynamicConfigurationAwareConfig.java:175
↓ 38 callers
Method
getUserCodeDeploymentConfig
Get current configuration of User Code Deployment. @return User Code Deployment configuration @since 3.8
hazelcast/src/main/java/com/hazelcast/config/Config.java:2960
↓ 38 callers
Method
ignore
()
hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/CompletableFutureTestUtil.java:39
↓ 38 callers
Method
invokeOnTarget
Invokes an {@link Operation} on the specified {@code target} member, on behalf of the service defined by the provided {@code serviceName}, expecting a
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/OperationService.java:197
↓ 38 callers
Method
isCustomType
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/type/QueryDataType.java:392
↓ 38 callers
Method
isStatisticsEnabled
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/holder/CacheConfigHolder.java:187
↓ 38 callers
Method
minus
(RelOptCost other)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/cost/Cost.java:134
↓ 38 callers
Method
newKey
()
hazelcast/src/test/java/com/hazelcast/internal/util/collection/Long2LongMapHsaTest.java:439
↓ 38 callers
Method
outputChecker
Predicate to compare expected and actual output. Parameters to the {@code BiPredicate} are the list of expected items and the list of actual processor
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:584
↓ 38 callers
Method
populateMap
(IMap<Integer, Integer> map)
hazelcast/src/test/java/com/hazelcast/client/map/impl/querycache/ClientQueryCacheMemoryLeakTest.java:319
↓ 38 callers
Method
putTransient
Same as {@link #put(Object, Object, long, TimeUnit)} except that the map store, if defined, will not be called to load/store/persist the entry. <p> Th
hazelcast/src/main/java/com/hazelcast/map/IMap.java:1434
↓ 38 callers
Method
retainAll
(Collection<?> coll)
hazelcast/src/main/java/com/hazelcast/internal/util/ResultSet.java:112
↓ 38 callers
Method
run
(String... args)
hazelcast/src/test/java/com/hazelcast/client/console/HazelcastCommandLineTest.java:842
↓ 38 callers
Method
runStep
Code to run at this step by using the provided state
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/Step.java:36
↓ 38 callers
Method
servicePort
(Integer port, Integer targetPort, Integer nodePort)
hazelcast/src/test/java/com/hazelcast/kubernetes/KubernetesFakeUtils.java:497
↓ 38 callers
Method
setCacheLocalEntries
Sets if local entries are also cached in the Near Cache. <p> This is useful when the in-memory format of the Near Cache is different from the backing
hazelcast/src/main/java/com/hazelcast/config/NearCacheConfig.java:342
↓ 38 callers
Method
tryPut
Tries to put the given key and value into this map within a specified timeout value. If this method returns false, it means that the caller thread cou
hazelcast/src/main/java/com/hazelcast/map/IMap.java:1274
↓ 38 callers
Method
union
Returns the union of two MetricTarget collections as a Set. Set objects are returned from a preliminary warmed up cache, so this method has no memory
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricTarget.java:135
↓ 38 callers
Method
update
Updates the existing entry mapping in this index by remapping it from the given old value to the new given value. <p> The update operation is logicall
hazelcast/src/main/java/com/hazelcast/query/impl/IndexStore.java:93
↓ 38 callers
Method
validate
Validates the given value according to the defined validation logic and throws a ValidationException if configuration does not meet the requirements o
hazelcast/src/main/java/com/hazelcast/config/properties/ValueValidator.java:44
↓ 38 callers
Method
withIngestionTimestamps
Declares that the source will assign the time of ingestion as the event timestamp. It will call {@code System.currentTimeMillis()} at the moment it ob
hazelcast/src/main/java/com/hazelcast/jet/pipeline/StreamSourceStage.java:72
↓ 38 callers
Method
writeList
Writes a list to an {@link ObjectDataOutput}. The list's size is written to the data output, then each object in the list is serialized. @param items
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/SerializationUtil.java:377
↓ 37 callers
Method
abs
(Object operand, QueryDataType operandType, QueryDataType resultType)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/math/AbsFunction.java:57
↓ 37 callers
Method
addQueryCacheConfig
Adds a new {@link QueryCacheConfig} to this {@code MapConfig}. @param queryCacheConfig the config to be added @return this {@code MapConfig} instance
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:631
↓ 37 callers
Method
andCombine
Registers the {@link AggregateOperation#combineFn() combine} primitive. <p> The given function must be stateless and {@linkplain Processor#isCooperati
hazelcast/src/main/java/com/hazelcast/jet/aggregate/AggregateOperationBuilder.java:172
↓ 37 callers
Method
broadcastKey
Returns a given key as a broadcast key. <p> Note: Several processor instances can use the returned {@code BroadcastKey} with the same {@code key} to s
hazelcast/src/main/java/com/hazelcast/jet/core/BroadcastKey.java:58
↓ 37 callers
Method
bucket
(int bucket)
hazelcast/src/main/java/com/hazelcast/internal/util/LatencyDistribution.java:103
↓ 37 callers
Method
checkStaticConfigDoesNotExist
( Map<String, T> staticConfigurations, String configName, T newConfig
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/DynamicConfigurationAwareConfig.java:344
↓ 37 callers
Method
createExtractableEntryWithValue
(T value, InternalSerializationService ss)
hazelcast/src/test/java/com/hazelcast/aggregation/TestSamples.java:46
↓ 37 callers
Method
doPost
(String url, String... params)
hazelcast/src/test/java/com/hazelcast/internal/ascii/HTTPCommunicator.java:494
↓ 37 callers
Method
exportFn
A primitive that transforms the accumulator into a result of the aggregation. Unlike {@link #finishFn() finish} primitive, this operation must not: <u
hazelcast/src/main/java/com/hazelcast/jet/aggregate/AggregateOperation.java:241
↓ 37 callers
Method
getCacheManager
Obtain the {@link ICacheManager} that provides access to JSR-107 (JCache) caches configured on a Hazelcast cluster. <p> Note that this method does not
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:412
↓ 37 callers
Method
getClusterJoinManager
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterServiceImpl.java:1027
↓ 37 callers
Method
getCurrentReplicaIndex
Gets the index of the partition replica that current member owns currently, before migration starts. This index will be in range of [0,6] if current m
hazelcast/src/main/java/com/hazelcast/internal/partition/PartitionMigrationEvent.java:70
↓ 37 callers
Method
getDefaultAsyncExecutor
WARNING this method should not be called from static context.
hazelcast/src/main/java/com/hazelcast/internal/util/ConcurrencyUtil.java:71
← previous
next →
1,401–1,500 of 147,315, ranked by callers