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
↓ 29 callers
Method
getMembers
Returns a collection of the members that satisfy the given {@link MemberSelector}. @param selector {@link MemberSelector} instance to filter members
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientClusterService.java:77
↓ 29 callers
Method
getMessageObject
Returns the published message @return the published message object
hazelcast/src/main/java/com/hazelcast/topic/Message.java:46
↓ 29 callers
Method
getNewConfigViaGenerator
(Config config)
hazelcast/src/test/java/com/hazelcast/internal/dynamicconfig/DynamicConfigYamlGeneratorTest.java:658
↓ 29 callers
Method
getNodeEngine
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/SqlConnector.java:574
↓ 29 callers
Method
getNodeName
()
hazelcast/src/main/java/com/hazelcast/config/PermissionConfig.java:250
↓ 29 callers
Method
getOperandList
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/parse/SqlOption.java:75
↓ 29 callers
Method
getOrPutSynchronized
(ConcurrentMap<K, V> map, K key, final Object mutex, Construct
hazelcast/src/main/java/com/hazelcast/internal/util/ConcurrencyUtil.java:113
↓ 29 callers
Method
getPartitionKey
The key that will be used by Hazelcast to specify the partition. You should give the same key for objects that you want to be in the same partition. <
hazelcast/src/main/java/com/hazelcast/partition/PartitionAware.java:95
↓ 29 callers
Method
getPartitionLostListenerConfigs
()
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:556
↓ 29 callers
Method
getRecord
(Data key)
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/RecordStore.java:287
↓ 29 callers
Method
getReplicaAddress
Returns the address of the replica. <p> The owner has replica index 0. <p> The returned value could be {@code null} if the owner/replica has not yet b
hazelcast/src/main/java/com/hazelcast/internal/partition/IPartition.java:92
↓ 29 callers
Method
getRow
(int index)
hazelcast/src/main/java/com/hazelcast/sql/impl/row/Row.java:23
↓ 29 callers
Method
getSeconds
Returns the configured value of a {@link HazelcastProperty} converted to seconds. @param property the {@link HazelcastProperty} to get the value from
hazelcast/src/main/java/com/hazelcast/spi/properties/HazelcastProperties.java:292
↓ 29 callers
Method
getServicesConfig
(Config config)
hazelcast/src/main/java/com/hazelcast/config/ConfigAccessor.java:49
↓ 29 callers
Method
getSqlConfig
@return Return SQL config.
hazelcast/src/main/java/com/hazelcast/config/Config.java:3039
↓ 29 callers
Method
getSqlName
Returns the name of the table in SQL.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/Table.java:62
↓ 29 callers
Method
getTieredStoreConfig
Gets the {@code TieredStoreConfig} for this {@code MapConfig} @return tiered-store config
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:791
↓ 29 callers
Method
getWanReplicationService
()
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:95
↓ 29 callers
Method
in
Creates a <b>in</b> predicate that will pass items if the value stored under the given item {@code attribute} is a member of the given {@code values}
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:479
↓ 29 callers
Method
invalidateNearCache
(Object key)
hazelcast/src/main/java/com/hazelcast/client/map/impl/nearcache/NearCachedClientMapProxy.java:651
↓ 29 callers
Method
isEnabled
@return {@code true} if this instance of {@code ClusterTopologyIntentTracker} is active and tracking cluster topology changes in a managed con
hazelcast/src/main/java/com/hazelcast/instance/impl/ClusterTopologyIntentTracker.java:132
↓ 29 callers
Method
isEnterprise
@return true if the client uses the enterprise build of Hazelcast
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java:112
↓ 29 callers
Method
join
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/Joiner.java:23
↓ 29 callers
Method
localParallelism
()
hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/transform/Transform.java:47
↓ 29 callers
Method
lock
Acquires a lock for the specified key. <p> If the lock is not available, then the current thread becomes disabled for thread scheduling purposes and l
hazelcast/src/main/java/com/hazelcast/multimap/MultiMap.java:407
↓ 29 callers
Method
lookupNamespace
Looks up the User Code Namespace name associated with the specified map name. This starts by looking for an existing {@link MapContainer} and checking
hazelcast/src/main/java/com/hazelcast/map/impl/MapService.java:428
↓ 29 callers
Method
mapUsingService
( @Nonnull ServiceFactory<?, S> serviceFactory, @Nonnull BiFunctionEx<? super S, ? sup
hazelcast/src/main/java/com/hazelcast/jet/pipeline/BatchStage.java:146
↓ 29 callers
Method
newJob
(DAG dag)
hazelcast/src/test/java/com/hazelcast/jet/core/ExecutionLifecycleTest.java:1111
↓ 29 callers
Method
nonSharedService
A variant of {@link #nonSharedService(FunctionEx, ConsumerEx) nonSharedService(createFn, destroyFn)} with a no-op {@code destroyFn}. <p> <strong>Note:
hazelcast/src/main/java/com/hazelcast/jet/pipeline/ServiceFactories.java:186
↓ 29 callers
Method
overrideProperty
Overrides the property with the value from the diagnostics config if it is set.
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsPlugin.java:136
↓ 29 callers
Method
readFully
Fills a buffer from an {@link InputStream}. @param in the {@link InputStream} to read from @param buffer the buffer to fill @throws EOFException
hazelcast/src/main/java/com/hazelcast/internal/nio/IOUtil.java:310
↓ 29 callers
Method
recordValue
(long latencyNanos)
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/StoreLatencyPlugin.java:306
↓ 29 callers
Method
removeIf
(Predicate filter)
hazelcast/src/main/java/com/hazelcast/internal/util/ResultSet.java:107
↓ 29 callers
Method
sampleValueContainers
(ValueContainer.ValueType valueType)
hazelcast/src/test/java/com/hazelcast/aggregation/TestSamples.java:116
↓ 29 callers
Method
sendClientMessage
(ClientMessage resultClientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/AbstractMessageTask.java:307
↓ 29 callers
Method
setBoolean
It is legal to set the field again only when Builder is created with {@link GenericRecord#newBuilderWithClone()}. Otherwise, it is illegal to set to t
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecordBuilder.java:113
↓ 29 callers
Method
setInitialLoadMode
()
hazelcast/src/test/java/com/hazelcast/config/MapStoreConfigTest.java:195
↓ 29 callers
Method
setValueCollectionType
Sets the collection type for the values of this MultiMap. @param valueCollectionType the collection type for the values of this MultiMap (SET or LIST
hazelcast/src/main/java/com/hazelcast/config/MultiMapConfig.java:142
↓ 29 callers
Method
sneakyThrow
(@Nonnull Throwable t)
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/ExceptionUtil.java:38
↓ 29 callers
Method
sqlQuery
(String betweenClause)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/BetweenOperatorIntegrationTest.java:320
↓ 29 callers
Method
throwReadOnly
()
hazelcast/src/main/java/com/hazelcast/internal/config/MapConfigReadOnly.java:407
↓ 29 callers
Method
withJarOnClient
Create a new instance to upload and execute a local jar
hazelcast/src/main/java/com/hazelcast/jet/impl/SubmitJobParameters.java:65
↓ 29 callers
Method
withNodeCount
(int nodeCount)
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/TestMapUsingMapStoreBuilder.java:73
↓ 29 callers
Method
writePortable
Serialize this portable object using PortableWriter @param writer PortableWriter @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/serialization/Portable.java:67
↓ 28 callers
Method
addLong
(MetricDescriptor descriptor, long value)
hazelcast/src/main/java/com/hazelcast/internal/metrics/impl/MetricsCompressor.java:145
↓ 28 callers
Method
addMember
Adds a 'well known' member. <p> Each HazelcastInstance will try to connect to at least one of the members, to find all other members, and create a clu
hazelcast/src/main/java/com/hazelcast/config/TcpIpConfig.java:148
↓ 28 callers
Method
asSet
Returns set based on the given array of {@link MetricTarget}. Set objects are returned from a preliminary warmed up cache, so this method has no memor
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricTarget.java:80
↓ 28 callers
Method
assertEqualsEventually
(final PartitionSpecificCallable task, final E expected)
hazelcast/src/test/java/com/hazelcast/spi/impl/operationexecutor/impl/OperationExecutorImpl_AbstractTest.java:106
↓ 28 callers
Method
assertFailureOnUntrustedInterface
(ClientMessage clientMessage)
hazelcast/src/test/java/com/hazelcast/client/impl/management/MCTrustedInterfacesTest.java:314
↓ 28 callers
Method
assertIterableEquals
@see org.assertj.core.api.AbstractIterableAssert#containsExactly(Object...)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:970
↓ 28 callers
Method
assertOrdered
Asserts that the previous stage emitted the exact sequence of expected items and nothing else. If the assertion fails, the job will fail with an {@lin
hazelcast/src/main/java/com/hazelcast/jet/pipeline/test/Assertions.java:61
↓ 28 callers
Method
assertThrows
(Class<? extends Exception> expectedExceptionClass, ConsumerEx<ClientService> me
hazelcast/src/test/java/com/hazelcast/client/AbstractClientServiceNullTest.java:41
↓ 28 callers
Method
attachFile
Adds the file identified by the supplied URL as a resource that will be available to the job while it's executing in the Jet cluster. The resource's f
hazelcast/src/main/java/com/hazelcast/jet/config/JobConfig.java:716
↓ 28 callers
Method
bind
Registers client endpoint to endpointManager. Only authenticated endpoints should be registered here. bind can be called twice for same connection, as
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEngine.java:60
↓ 28 callers
Method
buildConfig
(String xml)
hazelcast/src/test/java/com/hazelcast/config/XmlConfigImportVariableReplacementTest.java:659
↓ 28 callers
Method
clear
(int index)
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseIntArrayTest.java:646
↓ 28 callers
Method
createTempDirectory
()
hazelcast/src/test/java/com/hazelcast/jet/core/JetTestSupport.java:227
↓ 28 callers
Method
decodeRequest
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapPutCodec.java:109
↓ 28 callers
Method
drainTo
Drains all elements into the provided {@link Collection}. @param target the collection to drain this object's items into @return the number of elemen
hazelcast/src/main/java/com/hazelcast/jet/core/Inbox.java:83
↓ 28 callers
Method
encodeRequest
(java.lang.String name, com.hazelcast.internal.serialization.Data value)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SetAddCodec.java:78
↓ 28 callers
Method
encodeRequest
(java.lang.String name, int backupCount, int asyncBackupCount, int timeToLiveSeconds, int maxIdleSeconds, @Nul
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/DynamicConfigAddMapConfigCodec.java:273
↓ 28 callers
Method
encodeRequest
(java.lang.String name, java.util.UUID uuid, com.hazelcast.internal.serialization.Data callable)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/ExecutorServiceSubmitToPartitionCodec.java:78
↓ 28 callers
Method
equals
(Object o)
hazelcast/src/main/java/com/hazelcast/internal/networking/ChannelOption.java:109
↓ 28 callers
Method
execute
Executes a task on a randomly selected member. @param command the task that is executed on a randomly selected member @throws java.util.concur
hazelcast/src/main/java/com/hazelcast/core/IExecutorService.java:53
↓ 28 callers
Method
getConfig
()
hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java:1334
↓ 28 callers
Method
getConnectedClients
Returns all connected clients to this member. @return all connected clients to this member
hazelcast/src/main/java/com/hazelcast/client/ClientService.java:39
↓ 28 callers
Method
getEventService
Returns {@link QueryCacheEventService} for this context. @return {@link QueryCacheEventService} for this context. @see QueryCacheEventService
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/subscriber/SubscriberContext.java:34
↓ 28 callers
Method
getFactoryId
()
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/PortableHook.java:26
↓ 28 callers
Method
getInternalHotRestartService
Returns the internal hot restart service
hazelcast/src/main/java/com/hazelcast/instance/impl/NodeExtension.java:387
↓ 28 callers
Method
getLongAttribute
(String name)
hazelcast/src/test/java/com/hazelcast/internal/jmx/MapMBeanTest.java:179
↓ 28 callers
Method
getManagementCenterConfig
Returns the management center configuration for this hazelcast instance. @return the management center configuration
hazelcast/src/main/java/com/hazelcast/config/Config.java:2424
↓ 28 callers
Method
getMapServiceContext
()
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/MapStoreContext.java:54
↓ 28 callers
Method
getNativeMemoryConfig
Returns the native memory configuration for this hazelcast instance. The native memory configuration defines how native memory is used and the limits
hazelcast/src/main/java/com/hazelcast/config/Config.java:2836
↓ 28 callers
Method
getNodeEngineThreadLocalContext
Retrieves the currently set {@link NodeEngine} reference for this thread, or throws an {@link IllegalStateException} if one could not be found. @retu
hazelcast/src/main/java/com/hazelcast/internal/namespace/impl/NodeEngineThreadLocalContext.java:62
↓ 28 callers
Method
getPluginProperties
Gets properties of the Diagnostic Configuration. The properties are used by diagnostic plugins. <p>Note that the keys and values are not verified. Mak
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsConfig.java:320
↓ 28 callers
Method
getPort
()
hazelcast/src/main/java/com/hazelcast/internal/jmx/InstanceMBean.java:240
↓ 28 callers
Method
getSplitBrainProtectionName
Gets the name of the split brain protection associated with specified operation name. @param operationName the operation name for which the split bra
hazelcast/src/main/java/com/hazelcast/internal/services/SplitBrainProtectionAwareService.java:32
↓ 28 callers
Method
getString
Returns the <code>String</code> value of the member with the specified name in this object. If this object does not contain a member with this name, t
hazelcast/src/main/java/com/hazelcast/internal/json/JsonObject.java:631
↓ 28 callers
Method
getSymmetricEncryptionConfig
(EndpointQualifier endpointQualifier)
hazelcast/src/main/java/com/hazelcast/internal/server/ServerContext.java:76
↓ 28 callers
Method
getType
@return field type
hazelcast/src/main/java/com/hazelcast/nio/serialization/FieldDefinition.java:27
↓ 28 callers
Method
getUnit
Returns unit of the capacity @return unit of capacity
hazelcast/src/main/java/com/hazelcast/memory/Capacity.java:61
↓ 28 callers
Method
invalidateNearCache
(Object key)
hazelcast/src/main/java/com/hazelcast/map/impl/proxy/NearCachedMapProxyImpl.java:587
↓ 28 callers
Method
isDistributed
Says whether this edge distributes items among all members, as requested by the {@link #distributed()} method.
hazelcast/src/main/java/com/hazelcast/jet/core/Edge.java:560
↓ 28 callers
Method
isNull
Detects whether this value represents the JSON literal <code>null</code>. @return <code>true</code> if this value represents the JSON literal <code>n
hazelcast/src/main/java/com/hazelcast/internal/json/JsonValue.java:139
↓ 28 callers
Method
iterator
()
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/RecordStore.java:329
↓ 28 callers
Method
kinesisSource
()
extensions/kinesis/src/test/java/com/hazelcast/jet/kinesis/AbstractKinesisTest.java:181
↓ 28 callers
Method
loadClass
(final ClassLoader classLoaderHint, final String className)
hazelcast/src/main/java/com/hazelcast/internal/nio/ClassLoaderUtil.java:232
↓ 28 callers
Method
metric
Returns a non-thread-safe handler for manipulating the metric with the specified name. <p> This method only works if called from a processor thread an
hazelcast/src/main/java/com/hazelcast/jet/core/metrics/Metrics.java:47
↓ 28 callers
Method
newDocument
(String key1, Object val1)
extensions/mongodb/src/test/java/com/hazelcast/jet/mongodb/MongoSourceTest.java:339
↓ 28 callers
Method
newManagedExecutorService
()
hazelcast/src/test/java/com/hazelcast/internal/util/executor/CachedExecutorServiceDelegateTest.java:344
↓ 28 callers
Method
nextPage
Sets the page value to next page.
hazelcast/src/main/java/com/hazelcast/query/PagingPredicate.java:75
↓ 28 callers
Method
none
()
hazelcast/src/main/java/com/hazelcast/client/impl/ClientSelectors.java:44
↓ 28 callers
Method
notEqual
@return false when both objects are null or they are equal, true otherwise
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/FailoverClientConfigSupport.java:116
↓ 28 callers
Method
nullable
(SqlTypeName typeName)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastObjectTypeTest.java:79
↓ 28 callers
Method
objectToDataCollection
Converts a collection of any type to a collection of {@link Data}. @param collection the given collection @param serializationService will
hazelcast/src/main/java/com/hazelcast/internal/util/CollectionUtil.java:96
↓ 28 callers
Method
observable
Returns a sink that publishes to the {@link Observable} with the provided name. The records that are sent to the observable can be read through first
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sinks.java:1638
↓ 28 callers
Method
overlapsOrdered
Checks if two pointers overlap or are adjacent which means that they can be combined into a single pointer. Requires that {@code left <= right} regard
hazelcast/src/main/java/com/hazelcast/internal/iteration/IndexIterationPointer.java:245
↓ 28 callers
Method
range
(C left, C right)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/physical/visitor/RexToExpressionTest.java:196
↓ 28 callers
Method
readPortable
Read portable fields using PortableReader @param reader PortableReader @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/serialization/Portable.java:75
↓ 28 callers
Method
replace
(long key, long oldValue, long newValue)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/Long2LongMap.java:32
← previous
next →
1,901–2,000 of 147,315, ranked by callers