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
↓ 30 callers
Method
addEdges
(Transform transform, Vertex toVertex, ObjIntConsumer<Edge> configureEdgeFn)
hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/Planner.java:266
↓ 30 callers
Method
addField
(@Nonnull String fieldName, FieldType fieldType)
hazelcast/src/main/java/com/hazelcast/nio/serialization/ClassDefinitionBuilder.java:470
↓ 30 callers
Method
addPartitionLostListener
Adds a MapPartitionLostListener. <p> The method returns a register ID. This ID is needed to remove the {@link MapPartitionLostListener} using the {@li
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2268
↓ 30 callers
Method
arrayBaseOffset
Gets the base offset of the array typed with given class. @param arrayClass the type of the array whose base offset is requested @return the base off
hazelcast/src/main/java/com/hazelcast/internal/memory/HeapMemoryAccessor.java:134
↓ 30 callers
Method
arrayIndexScale
Gets the index scale of the array typed with given class. @param arrayClass the type of the array whose index scale is requested @return the index sc
hazelcast/src/main/java/com/hazelcast/internal/memory/HeapMemoryAccessor.java:142
↓ 30 callers
Method
assertPredicate
(Predicate expected, Predicate actual)
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/BoundedRangePredicateQueriesTest.java:184
↓ 30 callers
Method
assumeDockerEnabled
()
hazelcast/src/test/java/com/hazelcast/test/DockerTestUtil.java:29
↓ 30 callers
Method
c_notHashComposite
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/map/index/SqlIndexAbstractTest.java:678
↓ 30 callers
Method
check
(String operands, String expectedResult, Object... params)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/ConcatWSFunctionIntegrationTest.java:192
↓ 30 callers
Method
childAsMapping
Gets a child mapping node by its name @param name the name of the child node @return the child mapping node with the given name if exists, {@code nul
hazelcast/src/main/java/com/hazelcast/internal/yaml/YamlMapping.java:55
↓ 30 callers
Method
create
(String url)
hazelcast/src/main/java/com/hazelcast/spi/utils/RestClient.java:121
↓ 30 callers
Method
decodeResponse
true if registration is removed, false otherwise.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapRemoveEntryListenerCodec.java:110
↓ 30 callers
Method
decodeResponse
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/ClientAuthenticationCodec.java:339
↓ 30 callers
Method
doWithClassLoader
(ClassLoader cl, RunnableEx action)
hazelcast/src/main/java/com/hazelcast/jet/impl/util/Util.java:580
↓ 30 callers
Method
dropOperationsFrom
(HazelcastInstance instance, int factory, List<Integer> opTypes)
hazelcast/src/test/java/com/hazelcast/test/PacketFiltersUtil.java:76
↓ 30 callers
Method
encodeRequest
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/ClientPingCodec.java:59
↓ 30 callers
Method
encodeRequest
(java.lang.String name)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapSizeCodec.java:61
↓ 30 callers
Method
encodeRequest
(java.lang.String name, java.util.UUID registrationId)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapRemoveEntryListenerCodec.java:75
↓ 30 callers
Method
exec
(int index)
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/durableexecutor/DurableExecutorSplitBrainProtectionWriteTest.java:243
↓ 30 callers
Method
generate
Applies the function to the given timestamp and sequence. @param timestamp the current timestamp @param sequence the current sequence @return the fun
hazelcast/src/main/java/com/hazelcast/jet/pipeline/test/GeneratorFunction.java:38
↓ 30 callers
Method
getBlacklist
Returns the blacklist filter. If not set, it sets and returns an empty filter. @return the blacklist filter
hazelcast/src/main/java/com/hazelcast/config/JavaSerializationFilterConfig.java:52
↓ 30 callers
Method
getDataPersistenceConfig
Gets the {@code DataPersistenceConfig} for this {@code MapConfig} @return dataPersistenceConfig config
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:710
↓ 30 callers
Method
getDeviceConfig
Returns the device config mapped by the provided device name. @param name the device name @return device config or {@code null} if absent
hazelcast/src/main/java/com/hazelcast/config/Config.java:2727
↓ 30 callers
Method
getFilters
Returns the list of class names implementing the CacheWanEventFilter or MapWanEventFilter for filtering outbound WAN replication events. <p> NOTE: EE
hazelcast/src/main/java/com/hazelcast/config/WanReplicationRef.java:133
↓ 30 callers
Method
getInt
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number gener
hazelcast/src/main/java/com/hazelcast/internal/util/RandomPicker.java:47
↓ 30 callers
Method
getLocalMember
Returns the local member. <p> The returned value will never be null, but it may change when local lite member is promoted to a data member or when a d
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:150
↓ 30 callers
Method
getMasterAddress
Returns the address of the master member. @return the address of the master member (can be {@code null} if the master is not yet known)
hazelcast/src/main/java/com/hazelcast/internal/cluster/ClusterService.java:90
↓ 30 callers
Method
getOperands
(SqlCall call)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/HazelcastCallBinding.java:116
↓ 30 callers
Method
getPath
Return the field path or {@code null}, if this object represents the whole value (the whole key or the whole entry value).
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/extract/QueryPath.java:62
↓ 30 callers
Method
getProgram
(String... statements)
hazelcast/src/main/java/com/hazelcast/osgi/impl/OSGiScriptEngineFactory.java:93
↓ 30 callers
Method
getPublisherId
()
hazelcast/src/main/java/com/hazelcast/config/WanCustomPublisherConfig.java:45
↓ 30 callers
Method
getReadOnlyConfig
()
hazelcast/src/test/java/com/hazelcast/config/CacheConfigReadOnlyTest.java:31
↓ 30 callers
Method
getRecordStore
Returns a cache record store with the prefixed {@code cacheNameWithPrefix} and partition ID or {@code null} if one doesn't exist. @param cacheNameWit
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheService.java:75
↓ 30 callers
Method
getServiceName
Returns the service name of the wait notify object for this key. @return the service name of the wait notify object for this key
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/WaitNotifyKey.java:29
↓ 30 callers
Method
getSql
Returns a service to execute distributed SQL queries. @return SQL service @see SqlService
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:465
↓ 30 callers
Method
getTestMethodName
()
hazelcast/src/test/java/com/hazelcast/test/AbstractHazelcastClassRunner.java:147
↓ 30 callers
Method
getThreadLocal
()
hazelcast/src/test/java/com/hazelcast/test/HazelcastParallelClassRunner.java:202
↓ 30 callers
Method
getUrl
Returns the URL at which the resource is available. Resolved on the local machine during job submission.
hazelcast/src/main/java/com/hazelcast/jet/config/ResourceConfig.java:100
↓ 30 callers
Method
getVersion
()
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/PortableContext.java:31
↓ 30 callers
Method
handleMembersViewEvent
Updates the members of the cluster with the latest list. @param memberListVersion The version of the member list @param memberInfos The list of member
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientClusterService.java:129
↓ 30 callers
Method
inputs
Sets the input objects for the processor on multiple input ordinals. Items will be passed to the processor in round-robin fashion: item0 from input0,
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:298
↓ 30 callers
Method
isArrayType
()
hazelcast/src/main/java/com/hazelcast/nio/serialization/FieldType.java:99
↓ 30 callers
Method
isStatisticsEnabled
()
hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheRecordStore.java:333
↓ 30 callers
Method
iterationType
(IterationType iterationType)
hazelcast/src/main/java/com/hazelcast/map/impl/query/Query.java:207
↓ 30 callers
Method
map
(int index)
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/map/MapSplitBrainProtectionReadTest.java:231
↓ 30 callers
Method
map
(int index)
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/multimap/MultiMapSplitBrainProtectionWriteTest.java:232
↓ 30 callers
Method
mapP
Returns a supplier of processors for a vertex which, for each received item, emits the result of applying the given mapping function to it. If the res
hazelcast/src/main/java/com/hazelcast/jet/core/processor/Processors.java:910
↓ 30 callers
Method
newHazelcastInstance
Creates a new Hazelcast instance. @param config the configuration to use; if <code>null</code>, the set of defaults as specified in the
hazelcast/src/main/java/com/hazelcast/instance/impl/HazelcastInstanceFactory.java:130
↓ 30 callers
Method
nodeName
Returns the name of the node @return the name of the node or {@link #UNNAMED_NODE} if not available
hazelcast/src/main/java/com/hazelcast/internal/yaml/YamlNode.java:37
↓ 30 callers
Method
onShutdown
A hook method that's called during graceful shutdown to provide safety for data managed by this service. Shutdown process is blocked until this method
hazelcast/src/main/java/com/hazelcast/internal/services/GracefulShutdownAwareService.java:36
↓ 30 callers
Method
readShort
@param fieldName name of the field @return the short value read @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableReader.java:144
↓ 30 callers
Method
registerListener
(ListenerMessageCodec listenerMessageCodec, EventHandler handler)
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientListenerService.java:33
↓ 30 callers
Method
remove
Deregister member from tracking and cleanup resources related to this member. @param member member to be removed
hazelcast/src/main/java/com/hazelcast/internal/cluster/fd/ClusterFailureDetector.java:61
↓ 30 callers
Method
reset
Reset the static counters in test processors. Call before starting each test that uses them.
hazelcast/src/test/java/com/hazelcast/jet/core/TestProcessors.java:74
↓ 30 callers
Method
rethrowAllowedTypeFirst
This rethrow the exception providing an allowed Exception in first priority, even it is a Runtime exception
hazelcast/src/main/java/com/hazelcast/internal/util/ExceptionUtil.java:148
↓ 30 callers
Method
runnable
()
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/executor/ExecutorSplitBrainProtectionWriteTest.java:595
↓ 30 callers
Method
sampleAddresses
()
hazelcast/src/test/java/com/hazelcast/internal/server/tcp/LocalAddressRegistryTest.java:201
↓ 30 callers
Method
set
(@Nonnull String fieldName, Object value, FieldType fieldType)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/PortableGenericRecordBuilder.java:353
↓ 30 callers
Method
setCallId
Assigns the supplied call ID to the supplied operation, thereby activating it. Refer to Operation#setCallId(long) and Operation#getCallId() for detail
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/OperationAccessor.java:45
↓ 30 callers
Method
setLastAccessTime
(long lastAccessTime)
hazelcast/src/main/java/com/hazelcast/map/impl/record/Record.java:85
↓ 30 callers
Method
setWriteDelaySeconds
()
hazelcast/src/test/java/com/hazelcast/config/MapStoreConfigTest.java:102
↓ 30 callers
Method
sleep
()
hazelcast/src/main/java/com/hazelcast/client/impl/connection/tcp/WaitStrategy.java:61
↓ 30 callers
Method
src
Gets the source of this ChannelHandler. <p> This method should only be called from the thread that owns this ChannelHandler. @return the source; coul
hazelcast/src/main/java/com/hazelcast/internal/networking/ChannelHandler.java:49
↓ 30 callers
Method
then
(T next)
hazelcast/src/test/java/com/hazelcast/jet/core/IndeterminateSnapshotTest.java:1007
↓ 30 callers
Method
tryProcess
This method will be called periodically and only when the current batch of items in the inbox has been exhausted. It can be used to produce output in
hazelcast/src/main/java/com/hazelcast/jet/core/Processor.java:320
↓ 30 callers
Method
verifyAdvanceAtLeastTo
()
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseBitSetTest.java:416
↓ 30 callers
Method
writeFloat
Writes a primitive float. @param fieldName name of the field @param value int value to be written @throws IOException in case of any exceptional
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableWriter.java:121
↓ 30 callers
Method
writeLongArray
@param longs long array to be written @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataOutput.java:70
↓ 29 callers
Method
add
(TransactionLogRecord transactionLogRecord)
hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionImpl.java:181
↓ 29 callers
Method
addItems
(int count)
hazelcast/src/test/java/com/hazelcast/collection/impl/list/ListAbstractTest.java:538
↓ 29 callers
Method
addPortableField
@param fieldName name of the field that will be added to this class definition @return itself for chaining @throws HazelcastSerializationException if
hazelcast/src/main/java/com/hazelcast/nio/serialization/ClassDefinitionBuilder.java:371
↓ 29 callers
Method
addServiceConfig
(ServiceConfig service)
hazelcast/src/main/java/com/hazelcast/internal/config/ServicesConfig.java:64
↓ 29 callers
Method
address
@return slot address of the latest assignment invocation
hazelcast/src/main/java/com/hazelcast/internal/util/hashslot/SlotAssignmentResult.java:39
↓ 29 callers
Method
assertBackupEntryEqualsEventually
(final K key, final V expectedValue, final Bac
hazelcast/src/test/java/com/hazelcast/test/backup/TestBackupUtils.java:103
↓ 29 callers
Method
assertNewLastAccessTime
()
hazelcast/src/test/java/com/hazelcast/collection/impl/AbstractCollectionStatisticsTest.java:32
↓ 29 callers
Method
attachDirectory
Adds the directory identified by the supplied URL to the list of directories that will be available to the job while it's executing in the Jet cluster
hazelcast/src/main/java/com/hazelcast/jet/config/JobConfig.java:890
↓ 29 callers
Method
batchStageFromInput
()
hazelcast/src/test/java/com/hazelcast/jet/pipeline/BatchAggregateTest.java:619
↓ 29 callers
Method
cancel
Cancel all scheduled executions with the given key. @param key the scheduled key @return the cancelled scheduled execution, in case of {@link Schedul
hazelcast/src/main/java/com/hazelcast/internal/util/scheduler/EntryTaskScheduler.java:46
↓ 29 callers
Method
capture
(Number value)
hazelcast/src/test/java/com/hazelcast/internal/metrics/impl/CapturingCollector.java:69
↓ 29 callers
Method
checkErrorCommute
(Object field1, Object field2, int errorCode, String errorMessage)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/ArithmeticOperatorIntegrationTest.java:183
↓ 29 callers
Method
checkFailureParameterCommute
( String operand1, String operand2, int parameterPosition, Sql
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/AndOrPredicateIntegrationTest.java:308
↓ 29 callers
Method
createObjectDataInput
(byte[] data)
hazelcast/src/main/java/com/hazelcast/internal/serialization/InternalSerializationService.java:104
↓ 29 callers
Method
decodeResponse
True if registration is removed, false otherwise.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/ReplicatedMapRemoveEntryListenerCodec.java:110
↓ 29 callers
Method
distinct
@param <I> type of the input object. @param <R> type of the return object. @return an aggregator that calculates the distinct set of input values. Acc
hazelcast/src/main/java/com/hazelcast/aggregation/Aggregators.java:100
↓ 29 callers
Method
encodeRequest
(java.lang.String name, java.util.UUID registrationId)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/ReplicatedMapRemoveEntryListenerCodec.java:75
↓ 29 callers
Method
encodeResponse
(@Nullable com.hazelcast.internal.serialization.Data response)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapGetCodec.java:104
↓ 29 callers
Method
get
Gets the item at the given index. @param index the index @return the found item. @throws IllegalArgumentException if index out of bounds.
hazelcast/src/main/java/com/hazelcast/ringbuffer/ReadResultSet.java:64
↓ 29 callers
Method
get
Returns the element in this buffer which has the supplied {@code sequence}. @param sequence the sequence number of the event. @return the element wit
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/accumulator/CyclicBuffer.java:50
↓ 29 callers
Method
get
Returns the collection of values associated with the key. <p> <b>Warning 1:</b> This method uses {@code hashCode} and {@code equals} of the binary for
hazelcast/src/main/java/com/hazelcast/multimap/MultiMap.java:133
↓ 29 callers
Method
get
(Object key)
hazelcast/src/main/java/com/hazelcast/transaction/impl/Transaction.java:44
↓ 29 callers
Method
getBackupCount
Returns the backupCount for this {@link IMap} @return the backupCount for this {@link IMap} @see #getAsyncBackupCount()
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:272
↓ 29 callers
Method
getCacheDeserializedValues
Get current value cache settings @return current value cache settings @since 3.6
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:812
↓ 29 callers
Method
getConsumerConfig
Returns the {@link WanConsumerConfig WAN consumer configuration} for this WAN replication. The WAN consumer is in charge of consuming (processing) inc
hazelcast/src/main/java/com/hazelcast/config/WanReplicationConfig.java:90
↓ 29 callers
Method
getHits
Returns the number of hits (reads) of locally owned entries, including those which are no longer in the map (for example, may have been evicted). <p>
hazelcast/src/main/java/com/hazelcast/map/LocalMapStats.java:108
↓ 29 callers
Method
getId
Returns the event registration ID. @return the event registration ID
hazelcast/src/main/java/com/hazelcast/spi/impl/eventservice/EventRegistration.java:34
↓ 29 callers
Method
getId
Returns the ID of the resource that will be used to form the {@code IMap} key under which it will be stored in the Jet cluster.
hazelcast/src/main/java/com/hazelcast/jet/config/ResourceConfig.java:109
↓ 29 callers
Method
getKey
Returns the deserialized merging key. @return the deserialized merging key
hazelcast/src/main/java/com/hazelcast/spi/merge/MergingEntry.java:33
↓ 29 callers
Method
getListAt
(int i)
hazelcast/src/test/java/com/hazelcast/jet/core/TestProcessors.java:718
↓ 29 callers
Method
getMapStoreConfig
Returns the map store configuration @return the mapStoreConfig (map store configuration)
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:380
↓ 29 callers
Method
getMemberList
Gets the collection of members. @return The collection of members. Null will never be returned.
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientClusterService.java:55
← previous
next →
1,801–1,900 of 147,315, ranked by callers