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
↓ 35 callers
Method
getRawValue
Returns the merging value in the in-memory format of the backing data structure. @return the merging value
hazelcast/src/main/java/com/hazelcast/spi/merge/MergingValue.java:65
↓ 35 callers
Method
getType
Returns the event type. @return the event type
hazelcast/src/main/java/com/hazelcast/map/EventJournalMapEvent.java:62
↓ 35 callers
Method
greaterEqual
(Comparable value)
hazelcast/src/main/java/com/hazelcast/query/PredicateBuilder.java:59
↓ 35 callers
Method
mapJournal
Returns a source that will stream {@link EventJournalMapEvent}s of the Hazelcast {@code IMap} with the specified name. By supplying a {@code predicate
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sources.java:385
↓ 35 callers
Method
min
(Comparable<?> left, boolean leftInclusive, Comparable<?
hazelcast/src/main/java/com/hazelcast/internal/iteration/IndexIterationPointer.java:296
↓ 35 callers
Method
newIllegalStateException
(IOException e)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/PortableInternalGenericRecord.java:497
↓ 35 callers
Method
newMethodGetter
(Object object, Getter parent, Method method, String modifier)
hazelcast/src/main/java/com/hazelcast/query/impl/getters/GetterFactory.java:43
↓ 35 callers
Method
noop
Returns a consumer that does nothing. @param <T> the consumer input type
hazelcast/src/main/java/com/hazelcast/function/ConsumerEx.java:50
↓ 35 callers
Method
populateNearCache
(NearCacheTestContext<Integer, Integer, ?, ?> context, int size)
hazelcast/src/test/java/com/hazelcast/map/impl/tx/TxnMapNearCacheLeakTest.java:107
↓ 35 callers
Method
publishEvent
(CacheEventContext cacheEventContext)
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheService.java:103
↓ 35 callers
Method
readFloat
@param fieldName name of the field @return the float value read @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableReader.java:137
↓ 35 callers
Method
readLine
()
hazelcast/src/main/java/com/hazelcast/console/LineReader.java:26
↓ 35 callers
Method
readManyAsync
Reads a batch of items from the Ringbuffer. If the number of available items after the first read item is smaller than the {@code maxCount}, these ite
hazelcast/src/main/java/com/hazelcast/ringbuffer/Ringbuffer.java:388
↓ 35 callers
Method
setDurability
Sets the transaction durability. <p> The durability is the number of machines that can take over if a member fails during a transaction commit or roll
hazelcast/src/main/java/com/hazelcast/transaction/TransactionOptions.java:142
↓ 35 callers
Method
setHazelcastInstance
Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService. @param hazelcastInstance the HazelcastInsta
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstanceAware.java:32
↓ 35 callers
Method
setName
(String name)
hazelcast/src/main/java/com/hazelcast/config/NamedConfig.java:24
↓ 35 callers
Method
sinkStreamOfEntry
()
hazelcast/src/test/java/com/hazelcast/jet/pipeline/PipelineTestSupport.java:152
↓ 35 callers
Method
skip
(Class<?> classToSkip, String reason)
hazelcast/src/test/java/com/hazelcast/client/protocol/MessageTaskSecurityTest.java:163
↓ 34 callers
Method
addCacheEntryListenerConfiguration
Add a configuration for a {@link javax.cache.event.CacheEntryListener}. @param cacheEntryListenerConfiguration the {@link javax.cache.configuration.C
hazelcast/src/main/java/com/hazelcast/config/CacheConfiguration.java:63
↓ 34 callers
Method
addLast
Adds the handlers at the end of the pipeline. <p> No verification is done if the handler is already added and a handler should only be added once. <p>
hazelcast/src/main/java/com/hazelcast/internal/networking/InboundPipeline.java:51
↓ 34 callers
Method
addPrefixes
Adds the given class name prefixes to this filter. @param names class name prefixes to add @return this filter
hazelcast/src/main/java/com/hazelcast/config/ClassFilter.java:148
↓ 34 callers
Method
alwaysTrue
Returns a predicate that always evaluates to {@code true}. @param <T> the type of the input to the predicate
hazelcast/src/main/java/com/hazelcast/function/PredicateEx.java:58
↓ 34 callers
Method
andExportFinish
Registers the supplied function as both the {@link AggregateOperation#exportFn() export} and {@link AggregateOperation#finishFn() finish} primitive. C
hazelcast/src/main/java/com/hazelcast/jet/aggregate/AggregateOperationBuilder.java:247
↓ 34 callers
Method
assertMemberViewsAreSame
(MemberMap expectedMemberMap, MemberMap actualMemberMap)
hazelcast/src/test/java/com/hazelcast/internal/cluster/impl/MembershipUpdateTest.java:901
↓ 34 callers
Method
build
@return a new constructed GenericRecord @throws HazelcastSerializationException when the GenericRecord cannot be
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecordBuilder.java:88
↓ 34 callers
Method
checkValues
( String sql, SqlColumnType expectedType, Object[] expectedResults,
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/InOperatorIntegrationTest.java:238
↓ 34 callers
Method
clear
Removes all items from the inbox.
hazelcast/src/main/java/com/hazelcast/jet/core/Inbox.java:75
↓ 34 callers
Method
close
()
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/Tasklet.java:40
↓ 34 callers
Method
createConfig
()
hazelcast/src/test/java/com/hazelcast/internal/partition/impl/MigrationCommitTest.java:504
↓ 34 callers
Method
decodeByte
(byte[] buffer, int pos)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:179
↓ 34 callers
Method
divisionByZeroError
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/RemainderOperatorIntegrationTest.java:395
↓ 34 callers
Method
empty
()
hazelcast/src/test/java/com/hazelcast/query/impl/extractor/AbstractExtractionSpecification.java:112
↓ 34 callers
Method
equals
(Object o)
hazelcast/src/main/java/com/hazelcast/internal/config/LicenseKey.java:54
↓ 34 callers
Method
getBaseName
(String name)
hazelcast/src/main/java/com/hazelcast/partition/strategy/StringPartitioningStrategy.java:36
↓ 34 callers
Method
getCause
(Exception e)
extensions/cdc-debezium/src/main/java/com/hazelcast/jet/cdc/impl/CdcSourceP.java:367
↓ 34 callers
Method
getClusterVersion
The cluster version indicates the operating version of the cluster. It is separate from each node's codebase version, as it may be acceptable for a no
hazelcast/src/main/java/com/hazelcast/cluster/Cluster.java:246
↓ 34 callers
Method
getDistributedObject
@param serviceName name of the service @param name name of the object @param <T> type of the DistributedObject @return DistributedObjec
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:379
↓ 34 callers
Method
getFutureOf
(Class<? extends DiagnosticsPlugin> pluginType)
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/Diagnostics.java:606
↓ 34 callers
Method
getNow
()
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/State.java:271
↓ 34 callers
Method
getOperation
()
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/State.java:142
↓ 34 callers
Method
getPartitionId
Gets the partition ID. @return the partition ID @see Operation#getPartitionId()
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/PartitionAwareOperation.java:39
↓ 34 callers
Method
getReturnType
()
hazelcast/src/test/java/com/hazelcast/query/impl/getters/PortableGetterTest.java:37
↓ 34 callers
Method
getSSLConfig
Returns the current {@link SSLConfig}. It is possible that null is returned if no SSLConfig has been set. @return the SSLConfig @throws SecurityExcep
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:337
↓ 34 callers
Method
getSocketAddress
Returns the socket address of this client. @return the socket address of this client
hazelcast/src/main/java/com/hazelcast/client/Client.java:46
↓ 34 callers
Method
getSqlRecordIteratorBatch
@param descending whether the entries should come in the descending order. {@code true} means a descending order,
hazelcast/src/main/java/com/hazelcast/query/impl/Index.java:139
↓ 34 callers
Method
getThisAddress
()
hazelcast/src/main/java/com/hazelcast/instance/impl/Node.java:490
↓ 34 callers
Method
getTryCount
Sets the count that the client iterates over the given list of alternative clusters. For each alternative cluster, the client will try to connect to t
hazelcast/src/main/java/com/hazelcast/client/config/ClientFailoverConfig.java:173
↓ 34 callers
Method
isFalse
Checks whether the given value is {@code false}. @param value the value to check. @return {@code true} if the passed value is {@code false}; {@code f
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/predicate/TernaryLogic.java:164
↓ 34 callers
Method
isLessThan
()
hazelcast/src/test/java/com/hazelcast/version/VersionTest.java:88
↓ 34 callers
Method
keyAndValues
(K key, V... args)
hazelcast/src/test/java/com/hazelcast/jet/impl/processor/HashJoinPTest.java:361
↓ 34 callers
Method
member
(String host)
hazelcast/src/test/java/com/hazelcast/client/impl/spi/ClientClusterServiceBaseTest.java:409
↓ 34 callers
Method
newConfig
()
hazelcast/src/test/java/com/hazelcast/client/map/impl/nearcache/ClientMapNearCacheTest.java:1203
↓ 34 callers
Method
newProbe
(String serviceName, String dataStructureName, String methodName)
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/StoreLatencyPlugin.java:162
↓ 34 callers
Method
remove
Removes the mapping for a key from this cache if it is present. <p> More formally, if this cache contains a mapping from key <tt>k</tt> to value <tt>v
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheRecordStore.java:182
↓ 34 callers
Method
setType
()
hazelcast/src/test/java/com/hazelcast/config/IndexConfigReadOnlyTest.java:37
↓ 34 callers
Method
sql
(String operand)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/NotPredicateIntegrationTest.java:125
↓ 34 callers
Method
vectorClock
(Object... params)
hazelcast/src/test/java/com/hazelcast/cluster/impl/VectorClockTest.java:99
↓ 34 callers
Method
writeByteArray
@param bytes byte array to be written @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataOutput.java:46
↓ 34 callers
Method
writeListP
Returns a supplier of processors for {@link Sinks#list(String)}.
hazelcast/src/main/java/com/hazelcast/jet/core/processor/SinkProcessors.java:277
↓ 33 callers
Method
buildConfig
(String xml)
hazelcast/src/test/java/com/hazelcast/client/config/InvalidConfigurationClientTest.java:331
↓ 33 callers
Method
buildConfig
(String yaml)
hazelcast/src/test/java/com/hazelcast/config/YamlConfigImportVariableReplacementTest.java:792
↓ 33 callers
Method
client
()
extensions/mongodb/src/main/java/com/hazelcast/jet/mongodb/impl/MongoConnection.java:72
↓ 33 callers
Method
createHazelcastInstance
()
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:253
↓ 33 callers
Method
dataConnectionRef
Sets the {@link DataConnectionRef} reference to a HazelcastDataConnection to use for remote Map sink. <p> Only one of {@link #dataConnectionRef} and {
hazelcast/src/main/java/com/hazelcast/jet/pipeline/MapSinkBuilder.java:87
↓ 33 callers
Method
description
Describes the job suspension cause in a human-readable form.
hazelcast/src/main/java/com/hazelcast/jet/core/JobSuspensionCause.java:60
↓ 33 callers
Method
eval
(Predicate subPredicate, String index)
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/EvaluateVisitorTest.java:379
↓ 33 callers
Method
getArgument
@param index argument index @return the query argument
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/ExpressionEvalContext.java:102
↓ 33 callers
Method
getAverageHitSelectivity
Returns the average selectivity of the hits served by the index. <p> The returned value is in the range from 0.0 to 1.0. Values close to 1.0 indicate
hazelcast/src/main/java/com/hazelcast/query/LocalIndexStats.java:61
↓ 33 callers
Method
getConcatWsExpression
(String separator, String... operands)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/ConcatWSFunctionIntegrationTest.java:208
↓ 33 callers
Method
getConfiguration
(Class<C> clazz)
hazelcast/src/main/java/com/hazelcast/cache/impl/CacheProxy.java:226
↓ 33 callers
Method
getFieldList
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastObjectType.java:171
↓ 33 callers
Method
getGlobalIndexRegistry
@return the global index, if the global index is in use or null.
hazelcast/src/main/java/com/hazelcast/map/impl/MapContainer.java:79
↓ 33 callers
Method
getNodeValue
()
hazelcast/src/main/java/com/hazelcast/internal/config/yaml/YamlElementAdapter.java:60
↓ 33 callers
Method
getPartitionCount
@return partition count
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/QueryCacheContext.java:130
↓ 33 callers
Method
getPartitionGroupConfig
Returns the partition group configuration for this hazelcast instance. The partition group configuration defines how partitions are mapped to members.
hazelcast/src/main/java/com/hazelcast/config/Config.java:2632
↓ 33 callers
Method
getPartitioner
Returns the instance encapsulating the partitioning strategy in effect on this edge.
hazelcast/src/main/java/com/hazelcast/jet/core/Edge.java:437
↓ 33 callers
Method
getPipeline
Returns the {@link Pipeline} this stage belongs to.
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Stage.java:44
↓ 33 callers
Method
getPredicateConfig
Returns the predicate of {@code QueryCache}. @return the predicate of {@code QueryCache}
hazelcast/src/main/java/com/hazelcast/config/QueryCacheConfig.java:192
↓ 33 callers
Method
getResource
(String name)
hazelcast/src/test/java/com/hazelcast/jet/test/FilteringAndDelegatingResourceLoadingClassLoader.java:35
↓ 33 callers
Method
getSplitBrainProtectionName
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapContainer.java:112
↓ 33 callers
Method
getTransactionId
()
hazelcast/src/main/java/com/hazelcast/client/impl/proxy/txn/ClientTxnProxy.java:66
↓ 33 callers
Method
getWhitelist
Returns the whitelist filter. If not set, it sets and returns an empty filter. @return the whitelist filter
hazelcast/src/main/java/com/hazelcast/config/JavaSerializationFilterConfig.java:79
↓ 33 callers
Method
isA
Checks if the value of this node is the given type @param type the {@link Class} instance of the type to check @param <T> the type to check @return
hazelcast/src/main/java/com/hazelcast/internal/yaml/YamlScalar.java:38
↓ 33 callers
Method
lastIndexOf
Like a String.lastIndexOf but without MIN_SUPPLEMENTARY_CODE_POINT handling @param input to check the indexOf on @param ch character to find the
hazelcast/src/main/java/com/hazelcast/internal/util/StringUtil.java:206
↓ 33 callers
Method
list
Returns a source that emits items retrieved from a Hazelcast {@code IList}. All elements are emitted on a single member — the one where the enti
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sources.java:1114
↓ 33 callers
Method
ns
(long ms)
hazelcast/src/test/java/com/hazelcast/jet/core/EventTimeMapperTest.java:262
↓ 33 callers
Method
phoneHome
Performs a phone request for {@code node} and returns the generated request parameters. If {@code pretend} is {@code true}, only returns the parameter
hazelcast/src/main/java/com/hazelcast/internal/util/phonehome/PhoneHome.java:126
↓ 33 callers
Method
poll
Reads this accumulator if it contains at least {@code maxItems}, otherwise do not read anything. If this method adds items to the supplied handler, he
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/accumulator/Accumulator.java:50
↓ 33 callers
Method
randomInt
()
hazelcast/src/test/java/com/hazelcast/client/config/ClientConfigXmlGeneratorTest.java:804
↓ 33 callers
Method
readPosition
(@Nonnull String fieldName, FieldType fieldType)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/PortableInternalGenericRecord.java:486
↓ 33 callers
Method
same
()
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/VisitorTestSupport.java:64
↓ 33 callers
Method
setCallTimeout
(long callTimeout)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/InvocationBuilder.java:192
↓ 33 callers
Method
setPerEntryStatsEnabled
Set to enable/disable per entry statistics. Its default value is {@code false}. <p> When you enable per entry stats, you can retrieve entry level stat
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:489
↓ 33 callers
Method
signatureErrorOperator
(String operatorName, Object... columnTypes)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/ExpressionTestSupport.java:241
↓ 33 callers
Method
singleAttribute
Returns a projection that extracts the value of the given {@code attributePath}. @param attributePath single attribute path, path must not be null or
hazelcast/src/main/java/com/hazelcast/projection/Projections.java:51
↓ 33 callers
Method
store
Stores the key-value pair in the external store. <p> Invocation semantics depend on configuration: <ul> <li><b>Write-through</b> ({@code writeDelayS
hazelcast/src/main/java/com/hazelcast/map/MapStore.java:86
↓ 33 callers
Method
submitToKeyOwner
Submits a task to the owner of the specified key and returns a Future representing that task. @param task task submitted to the owner of the specifie
hazelcast/src/main/java/com/hazelcast/core/IExecutorService.java:120
↓ 33 callers
Method
submitToMember
Submits a task to the specified member and returns a Future representing that task. @param task the task submitted to the specified member @param m
hazelcast/src/main/java/com/hazelcast/core/IExecutorService.java:132
↓ 33 callers
Method
throwInvalidConfigurationException
(String rootClusterName, String clusterName, String configName)
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/FailoverClientConfigSupport.java:108
↓ 33 callers
Method
verifyCompatibility
(T[] values, Function<T, V> toId, Map<T, V> mappings)
hazelcast/src/test/java/com/hazelcast/client/protocol/EnumCompatibilityTest.java:495
← previous
next →
1,601–1,700 of 147,315, ranked by callers