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
↓ 86 callers
Method
sql2
(String inputOperand, String fromOperand)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/SubstringFunctionIntegrationTest.java:240
↓ 85 callers
Method
assertParseException
(int offset, String message, final String json)
hazelcast/src/test/java/com/hazelcast/internal/json/JsonParser_Test.java:723
↓ 85 callers
Method
get
@param source the source object. @return the current value of the source object. @throws Exception if something fails while getting the value.
hazelcast/src/main/java/com/hazelcast/internal/metrics/LongProbeFunction.java:33
↓ 85 callers
Method
instances
()
hazelcast/src/test/java/com/hazelcast/gcp/GcpComputeApiTest.java:60
↓ 85 callers
Method
iterator
<p> Creates and returns a cluster wide iterator to iterate on all entries owned by this cache. </p> <p> The ordering of iteration over entries is unde
hazelcast/src/main/java/com/hazelcast/cache/ICache.java:979
↓ 85 callers
Method
literal
(Object value)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/misc/CastFunctionIntegrationTest.java:1243
↓ 85 callers
Method
newInstances
(Config config)
hazelcast/src/test/java/com/hazelcast/collection/impl/set/SetAbstractTest.java:61
↓ 84 callers
Method
addIndexConfig
(IndexConfig indexConfig)
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:569
↓ 84 callers
Method
getContainer
(String name)
hazelcast/src/main/java/com/hazelcast/scheduledexecutor/impl/ScheduledExecutorContainerHolder.java:21
↓ 84 callers
Method
getLocalStats
()
hazelcast/src/main/java/com/hazelcast/internal/jmx/LocalStatsDelegate.java:44
↓ 84 callers
Method
getName
()
hazelcast/src/main/java/com/hazelcast/config/NamedConfig.java:26
↓ 84 callers
Method
streamStageFromList
The returned stream stage emits all the items from the supplied list of integers. It uses the integer as both timestamp and data. <p> When it exhausts
hazelcast/src/test/java/com/hazelcast/jet/pipeline/PipelineStreamTestSupport.java:52
↓ 83 callers
Method
getBuildInfo
Parses {@code hazelcast-runtime.properties} for {@code BuildInfo}; also checks for overrides in System.properties. Never cache result of this method i
hazelcast/src/main/java/com/hazelcast/instance/BuildInfoProvider.java:63
↓ 83 callers
Method
getRingbuffer
Creates or returns the distributed Ringbuffer instance with the specified name. @param name name of the distributed Ringbuffer @param <E> the type of
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:163
↓ 83 callers
Method
setEvictionPolicy
Sets the {@link EvictionPolicy} of this eviction configuration. @param evictionPolicy the {@link EvictionPolicy} of this eviction configuration @retu
hazelcast/src/main/java/com/hazelcast/config/EvictionConfig.java:162
↓ 83 callers
Method
value
@return the {@code long} value at the cursor's current position
hazelcast/src/main/java/com/hazelcast/internal/util/collection/LongCursor.java:38
↓ 82 callers
Method
assertJdbcRowsAnyOrder
Assert the contents of a given table directly via JDBC
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/jdbc/JdbcSqlTestSupport.java:265
↓ 82 callers
Method
count
@param <I> type of the input object. @return an aggregator that counts the input values. Accepts nulls as input values. Aggregation result type Long.
hazelcast/src/main/java/com/hazelcast/aggregation/Aggregators.java:79
↓ 82 callers
Method
equals
(Object o)
hazelcast/src/test/java/com/hazelcast/map/merge/MyPerson.java:98
↓ 82 callers
Method
getEntryView
Returns the {@code EntryView} for the specified key. <p> <b>Not to misuse this method, please know these points:</b> <lu> <li>This method cannot be u
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2373
↓ 82 callers
Method
greaterThan
(Comparable value)
hazelcast/src/main/java/com/hazelcast/query/PredicateBuilder.java:57
↓ 82 callers
Method
match
(final String[] mask, String[] input, int radix)
hazelcast/src/main/java/com/hazelcast/internal/util/AddressUtil.java:544
↓ 82 callers
Method
newCompletedFuture
Creates a new {@code InternalCompletableFuture} that is already completed with the value given as argument as its completion value. @param result
hazelcast/src/main/java/com/hazelcast/spi/impl/InternalCompletableFuture.java:208
↓ 82 callers
Method
observeWm
Called to report the value of watermark observed on the queue at {@code queueIndex}. @return {@code true} if the queues were reordered by this waterm
hazelcast/src/main/java/com/hazelcast/jet/impl/util/SkewReductionPolicy.java:132
↓ 82 callers
Method
run
(HazelcastInstance instance1, HazelcastInstance instance2, HazelcastInstance instance3)
hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/Invocation_NetworkSplitTest.java:201
↓ 82 callers
Method
setContextClassLoader
(ClassLoader cl)
hazelcast/src/main/java/com/hazelcast/internal/util/executor/HazelcastManagedThread.java:57
↓ 81 callers
Method
assertUtilityConstructor
(Class<?> clazz)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:814
↓ 81 callers
Method
createHazelcastInstances
(int nodeCount)
hazelcast/src/test/java/com/hazelcast/jet/core/JetTestSupport.java:200
↓ 81 callers
Method
generateKeyForPartition
(HazelcastInstance instance, int partitionId)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:605
↓ 81 callers
Method
getMetricsConfig
Returns the metrics collection config.
hazelcast/src/main/java/com/hazelcast/config/Config.java:3010
↓ 81 callers
Method
getResourceAsStream
(String name)
hazelcast/src/test/java/com/hazelcast/client/usercodedeployment/ClientUserCodeDeploymentConfigTest.java:202
↓ 81 callers
Method
input
Sets the input objects for processor. <p> The {@code input} can contain {@link Watermark}s; they will be delivered to the {@link Processor#tryProcessW
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:279
↓ 81 callers
Method
isEmpty
()
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/Storage.java:107
↓ 81 callers
Method
joinInternal
Similarly to {@link #join()}, returns the value when complete or throws an unchecked exception if completed exceptionally. Unlike {@link #join()}, che
hazelcast/src/main/java/com/hazelcast/spi/impl/AbstractInvocationFuture.java:571
↓ 81 callers
Method
putAll
{@inheritDoc} <p> No atomicity guarantees are given. It could be that in case of failure some of the key/value-pairs get written, while others are not
hazelcast/src/main/java/com/hazelcast/map/IMap.java:261
↓ 81 callers
Method
shutdownAll
Shuts down all member {@link HazelcastInstance}s running on this JVM. It doesn't shut down all members of the cluster but just the ones running on thi
hazelcast/src/main/java/com/hazelcast/core/Hazelcast.java:43
↓ 81 callers
Method
stringToBytes
Creates a byte array from a string. @param s the string. @return the byte array created from the string.
hazelcast/src/main/java/com/hazelcast/internal/util/StringUtil.java:62
↓ 81 callers
Method
type
(SqlTypeName typeName)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastTypeSystemTest.java:151
↓ 80 callers
Method
createHazelcastInstance
(String instanceName)
hazelcast/src/test/java/com/hazelcast/cache/CachingProviderTest.java:85
↓ 80 callers
Method
createHazelcastInstance
()
hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/RepartitioningStressTest.java:101
↓ 80 callers
Method
getEvictionConfig
Gets the {@link EvictionConfig} instance of the eviction configuration for this {@link IMap}. @return the {@link EvictionConfig} instance of the evic
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:249
↓ 80 callers
Method
getPolicy
Looks up the {@link ReflectiveAttributeLookupPolicy#REFLECTIVE_ATTRIBUTE_LOOKUP_POLICY} property from the provided {@link HazelcastProperties} instanc
hazelcast/src/main/java/com/hazelcast/query/impl/getters/policy/ReflectiveAttributeLookupPolicy.java:127
↓ 80 callers
Method
lessThan
(Comparable value)
hazelcast/src/main/java/com/hazelcast/query/PredicateBuilder.java:61
↓ 80 callers
Method
newInstance
()
hazelcast/src/test/java/com/hazelcast/test/jdbc/AzureSQLEdgeContainerProvider.java:38
↓ 80 callers
Method
shutdown
Changes state of the cluster to the {@link ClusterState#PASSIVE} transactionally, then triggers the shutdown process on each node. Transaction will be
hazelcast/src/main/java/com/hazelcast/cluster/Cluster.java:299
↓ 80 callers
Method
unparse
@return DDL statement to create this object.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/SqlCatalogObject.java:32
↓ 79 callers
Method
defaultExecutor
()
hazelcast/src/main/java/com/hazelcast/spi/impl/InternalCompletableFuture.java:56
↓ 79 callers
Method
executeUpdate
Convenience method to execute a distributed non-DQL statement (that is a statement that does not return rows) with the given parameter values. <p> Con
hazelcast/src/main/java/com/hazelcast/sql/SqlService.java:119
↓ 79 callers
Method
parse
Parses the given input string as JSON. The input must contain a valid JSON value, optionally padded with whitespace. @param string the input
hazelcast/src/main/java/com/hazelcast/internal/json/Json.java:289
↓ 79 callers
Method
readByte
(int position)
hazelcast/src/main/java/com/hazelcast/internal/nio/BufferObjectDataInput.java:45
↓ 79 callers
Method
writeKeyValueEntry
(String key, String value)
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsLogWriter.java:33
↓ 78 callers
Method
changeClusterState
Changes state of the cluster to the given state transactionally. Transaction will be {@code TWO_PHASE} and will have 1 durability by default. If you w
hazelcast/src/main/java/com/hazelcast/cluster/Cluster.java:186
↓ 78 callers
Method
closeResource
Quietly attempts to close a {@link Closeable} or {@link AutoCloseable} resource, swallowing any exception. @param closeable the resource to close. If
hazelcast/src/main/java/com/hazelcast/internal/nio/IOUtil.java:452
↓ 78 callers
Method
createFn
A primitive that returns a new accumulator. If the {@code deduct} primitive is defined, the accumulator object <strong>must</strong> properly implemen
hazelcast/src/main/java/com/hazelcast/jet/aggregate/AggregateOperation.java:137
↓ 78 callers
Method
readData
@return data read @throws IOException if it reaches end of file before finish reading
hazelcast/src/main/java/com/hazelcast/internal/nio/DataReader.java:34
↓ 78 callers
Method
set
(int index, int value)
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseIntArrayTest.java:636
↓ 78 callers
Method
setPort
Sets the port of the RestConfig. @param port the new port. @return the updated RestConfig.
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:614
↓ 78 callers
Method
sleepAtLeastMillis
(long sleepFor)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:485
↓ 78 callers
Method
split
(String in)
hazelcast/src/main/java/com/hazelcast/query/impl/predicates/SqlParser.java:145
↓ 77 callers
Method
advance
Advances the given iterator on this storage. @param iterator the iterator to advance. @return {@code true} if the iterator is advanced to the next me
hazelcast/src/main/java/com/hazelcast/query/impl/bitmap/SparseBitSet.java:207
↓ 77 callers
Method
createServerCachingProvider
(HazelcastInstance instance)
hazelcast/src/test/java/com/hazelcast/cache/CacheTestSupport.java:179
↓ 77 callers
Method
fastForwardToEndFrame
(ClientMessage.ForwardFrameIterator iterator)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/CodecUtil.java:32
↓ 77 callers
Method
getMethodName
Used for {@link com.hazelcast.security.SecurityInterceptor} Method name which called via a distributedObject for map.put, methodName will be 'put' For
hazelcast/src/main/java/com/hazelcast/client/impl/client/SecureRequest.java:60
↓ 77 callers
Method
getPartitionId
@return partition ID of this store
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheRecordStore.java:550
↓ 77 callers
Method
isGreaterOrEqual
@param version other version to compare to @return {@code true} if this version is greater than or equal to {@code version}
hazelcast/src/main/java/com/hazelcast/version/Version.java:189
↓ 77 callers
Method
newSwCounter
Creates a new SwCounter with 0 as initial value. @return the created SwCounter, set to zero.
hazelcast/src/main/java/com/hazelcast/internal/util/counters/SwCounter.java:87
↓ 77 callers
Method
setNearCacheConfig
Sets the Near Cache configuration @param nearCacheConfig the Near Cache configuration @return the updated map configuration
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:409
↓ 77 callers
Method
toBytes
Writes the obj to a byte array. This call is exactly the same as calling {@link #toData(Object)} and then calling {@link Data#toByteArray()}. But it d
hazelcast/src/main/java/com/hazelcast/internal/serialization/InternalSerializationService.java:48
↓ 76 callers
Method
addLifecycleListener
Add a listener object to listen for lifecycle events. @param lifecycleListener the listener object @return the listener ID
hazelcast/src/main/java/com/hazelcast/core/LifecycleService.java:53
↓ 76 callers
Method
distributed
Declares that the edge is distributed. A non-distributed edge only transfers data within the same member. If the data source running on local member i
hazelcast/src/main/java/com/hazelcast/jet/core/Edge.java:504
↓ 76 callers
Method
doubleValue
(String name, double value)
hazelcast/src/test/java/com/hazelcast/internal/metrics/jmx/JmxPublisherTest.java:323
↓ 76 callers
Method
eval
Evaluates this expression. @param row the row to evaluate this expression on @param context the expression evaluation context @return the result
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/Expression.java:58
↓ 76 callers
Method
findVarHandle
Wrapper for {@link MethodHandles.Lookup#findVarHandle(Class, String, Class)} to allow easier usage when assigning to {code static} fields: <ul> <li>In
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/ReflectionUtil.java:71
↓ 76 callers
Method
getEvictionConfig
(boolean setComparatorClass, boolean setComparator)
hazelcast/src/test/java/com/hazelcast/internal/config/ConfigValidatorEvictionConfigTest.java:264
↓ 76 callers
Method
getJob
Returns the job with the given id or {@code null} if no such job could be found.
hazelcast/src/main/java/com/hazelcast/jet/JetService.java:226
↓ 76 callers
Method
getLong
Reads the long value from given address. @param address the address where the long value will be read from @return the long value that was read
hazelcast/src/main/java/com/hazelcast/internal/memory/MemoryAccessor.java:136
↓ 76 callers
Method
ignore
Ignores the given exception. @param t the exception to ignore
hazelcast/src/main/java/com/hazelcast/internal/util/EmptyStatement.java:33
↓ 75 callers
Method
containsKey
(long key)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/Long2LongMap.java:40
↓ 75 callers
Method
equals
(Object o)
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:871
↓ 75 callers
Method
isTrue
()
hazelcast/src/test/java/com/hazelcast/internal/json/JsonLiteral_Test.java:56
↓ 75 callers
Method
of
(Object... objects)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/extractor/AbstractExtractionTest.java:56
↓ 75 callers
Method
of
(Predicate predicate)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/extractor/AbstractExtractionTest.java:70
↓ 75 callers
Method
put
(String mapName, String key, Object value)
hazelcast/src/main/java/com/hazelcast/internal/ascii/TextCommandService.java:45
↓ 75 callers
Method
registerStaticMetrics
Scans the source object for any fields/methods that have been annotated with {@link Probe} annotation, and registers these fields/methods as static pr
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricsRegistry.java:138
↓ 75 callers
Method
set
(Object value)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/inject/UpsertInjector.java:31
↓ 75 callers
Method
setProperties
(HazelcastProperties properties)
hazelcast/src/main/java/com/hazelcast/internal/serialization/SerializationServiceBuilder.java:79
↓ 75 callers
Method
take
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available. @return the head of this queue @throws Interru
hazelcast/src/main/java/com/hazelcast/collection/BaseQueue.java:70
↓ 74 callers
Method
getMillis
Returns the configured value of a {@link HazelcastProperty} converted to milliseconds. @param property the {@link HazelcastProperty} to get the value
hazelcast/src/main/java/com/hazelcast/spi/properties/HazelcastProperties.java:253
↓ 74 callers
Method
getNodeName
()
hazelcast/src/main/java/com/hazelcast/internal/config/yaml/YamlElementAdapter.java:55
↓ 74 callers
Method
getType
Returns the unified event type
hazelcast/src/test/java/com/hazelcast/journal/EventJournalEventAdapter.java:48
↓ 74 callers
Method
isActive
Returns the state of the service about if it is active or not. @return <code>true</code> if the service is active, otherwise <code>false</code>
hazelcast/src/main/java/com/hazelcast/osgi/impl/HazelcastInternalOSGiService.java:49
↓ 74 callers
Method
jobId
Returns the job ID. Job id is unique for job submission and doesn't change when the job restarts. It's also unique for all running and archived jobs.
hazelcast/src/main/java/com/hazelcast/jet/core/ProcessorMetaSupplier.java:833
↓ 74 callers
Method
partitionedTable
(String name, List<TableField> fields, long rowCount)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/OptimizerTestSupport.java:153
↓ 74 callers
Method
sql
(Object attribute)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/ColumnIntegrationTest.java:225
↓ 73 callers
Method
addMember
(Member member)
hazelcast/src/main/java/com/hazelcast/spi/partitiongroup/MemberGroup.java:29
↓ 73 callers
Method
checkError
(Object field1, Object field2, int errorCode, String errorMessage)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/ArithmeticOperatorIntegrationTest.java:177
↓ 73 callers
Method
getInterfaces
@return the interfaces
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:237
↓ 73 callers
Method
getLastAccessTime
Returns the last access time for the entry. <p> <b>Warning:</b> This method returns {@code -1} if statistics are not enabled or not implemented. @ret
hazelcast/src/main/java/com/hazelcast/core/EntryView.java:89
↓ 73 callers
Method
getPort
()
hazelcast/src/main/java/com/hazelcast/cluster/Address.java:101
↓ 73 callers
Method
invoke
(Map<A, B> map)
hazelcast/src/main/java/com/hazelcast/query/impl/BaseIndexStore.java:134
← previous
next →
701–800 of 147,315, ranked by callers