MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 64 callersMethodput
Stores a key-value pair in the multimap. <p> <b>Warning:</b> This method uses {@code hashCode} and {@code equals} of the binary form of the {@code key
hazelcast/src/main/java/com/hazelcast/multimap/MultiMap.java:116
↓ 64 callersMethodset
Sets an option value if that option is supported. @param option the option @param value the value @param <T> the type of the value @return <code>
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/net/AsyncSocketOptions.java:100
↓ 64 callersMethodsetInt32
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:216
↓ 64 callersMethodsleepAtLeastSeconds
(long seconds)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:506
↓ 64 callersMethodsql
(Object operand1, Object operand2)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/LikeFunctionIntegrationTest.java:214
↓ 64 callersMethodterminateInstance
Terminates the given Hazelcast instance. @param hz the instance to terminate
hazelcast/src/test/java/com/hazelcast/instance/impl/TestUtil.java:116
↓ 63 callersMethodaddPortableFactory
(int id, PortableFactory factory)
hazelcast/src/main/java/com/hazelcast/internal/serialization/SerializationServiceBuilder.java:45
↓ 63 callersMethodcreateObject
Creates a database object (table, collection, etc) with two fields: - id or {@code person-id}, depending on {@code #useQuotedNames} option - name
hazelcast/src/test/java/com/hazelcast/test/jdbc/TestDatabaseRecordProvider.java:31
↓ 63 callersMethodfail
(RelNode node, String message)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/physical/JoinPhysicalRule.java:116
↓ 63 callersMethodgetList
Creates or returns the distributed list instance with the specified name. Index based operations on the list are not supported. @param name name of t
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:118
↓ 63 callersMethodgetOwnedEntryCount
Returns the number of entries owned by this member. @return number of entries owned by this member.
hazelcast/src/main/java/com/hazelcast/map/LocalMapStats.java:46
↓ 63 callersMethodof
@return the {@code ClusterVersion} with the given major and minor
hazelcast/src/main/java/com/hazelcast/version/Version.java:138
↓ 63 callersMethodproject
Applies the projection logic on all map entries and returns the result @param projection projection to transform the entries with (may return null) @
hazelcast/src/main/java/com/hazelcast/map/IMap.java:3096
↓ 63 callersMethodquery
(Predicate predicate)
hazelcast/src/test/java/com/hazelcast/map/LocalIndexStatsTest.java:727
↓ 63 callersMethodrun
()
hazelcast/src/test/java/com/hazelcast/test/AssertTask.java:22
↓ 63 callersMethodselect
Decides if the given member will be part of an operation or not. @param member the member instance to decide upon @return true if the member should t
hazelcast/src/main/java/com/hazelcast/cluster/MemberSelector.java:43
↓ 63 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/internal/util/collection/LongSet.java:30
↓ 62 callersMethodadd
Registers an invocation with this object. @param address address of the sender of the operation @param callId call ID of the operation
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/LiveOperations.java:35
↓ 62 callersMethodadd
Adds the given member to this storage. @param member the member to add. @return a new storage instance if this storage was converted to another stora
hazelcast/src/main/java/com/hazelcast/query/impl/bitmap/SparseBitSet.java:180
↓ 62 callersMethodassertContainsAll
alternative implementation of {@link org.assertj.core.api.AbstractIterableAssert#containsAll(Iterable)} that does not rely on an implementation of {@l
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:872
↓ 62 callersMethodcursor
()
hazelcast/src/main/java/com/hazelcast/internal/util/collection/LongSet.java:36
↓ 62 callersMethodexecuteJdbc
(String sql)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/jdbc/DatabaseRule.java:64
↓ 62 callersMethodfillAttributeValues
(Node node, BeanDefinitionBuilder builder, String... excludeNames)
hazelcast-spring/src/main/java/com/hazelcast/spring/AbstractHazelcastBeanDefinitionParser.java:183
↓ 62 callersMethodgetCollection
()
hazelcast/src/main/java/com/hazelcast/map/impl/DataCollection.java:40
↓ 62 callersMethodgetNearCacheStats
Returns statistics related to the Near Cache. @return statistics object for the Near Cache
hazelcast/src/main/java/com/hazelcast/map/LocalMapStats.java:279
↓ 62 callersMethodgetOrDefault
(Object key)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/DefaultedMap.java:57
↓ 62 callersMethodgetRowMetadata
Gets the row metadata. @throws IllegalStateException if the result doesn't have rows, but only an update count
hazelcast/src/main/java/com/hazelcast/sql/SqlResult.java:70
↓ 62 callersMethodgetServer
Gets the Server this {@link ServerConnectionManager} belongs to. @return the Server.
hazelcast/src/main/java/com/hazelcast/internal/server/ServerConnectionManager.java:259
↓ 62 callersMethodgetService
(@Nonnull String serviceName)
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngineImpl.java:485
↓ 62 callersMethodgetTopic
Creates or returns the distributed topic instance with the specified name. @param name name of the distributed topic @param <E> the type of the topic
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:97
↓ 62 callersMethodisTrue
Checks whether the given value is {@code true}. @param value the value to check. @return {@code true} if the passed value is {@code true}; {@code fal
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/predicate/TernaryLogic.java:141
↓ 62 callersMethodkey
Returns the key part of the CDC event. It identifies the affected record.
extensions/cdc-debezium/src/main/java/com/hazelcast/jet/cdc/ChangeRecord.java:131
↓ 62 callersMethodordinal
Returns the represented edge's ordinal.
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/InboundEdgeStream.java:34
↓ 62 callersMethodsetImplementation
Sets the map store implementation object @param implementation the map store implementation object to set @return this MapStoreConfig instance
hazelcast/src/main/java/com/hazelcast/config/MapStoreConfig.java:250
↓ 61 callersMethodassertThrows
(Class<? extends Exception> expectedExceptionClass, ConsumerEx<ISet<Object>> met
hazelcast/src/test/java/com/hazelcast/collection/impl/set/AbstractSetNullTest.java:50
↓ 61 callersMethodfilter
( PlanNodeFieldTypeProvider schema, RexNode node, QueryParameterMetadata p
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/physical/PhysicalRel.java:40
↓ 61 callersMethodgetProperty
(String key)
hazelcast/src/test/java/com/hazelcast/osgi/TestBundleContext.java:198
↓ 61 callersMethodgetTime
@param fieldName the name of the field @return time field consisting of hour, minute, seconds and nanos parts as {@link LocalTime} @throws HazelcastSe
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecord.java:282
↓ 61 callersMethodpeekNext
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/ClientMessage.java:470
↓ 61 callersMethodremove
Removes the head of this inbox. This method throws an exception if the inbox is empty. @throws NoSuchElementException if this inbox is empty
hazelcast/src/main/java/com/hazelcast/jet/core/Inbox.java:60
↓ 61 callersMethodreset
Resets the publisher (e.g. before split-brain merge).
hazelcast/src/main/java/com/hazelcast/wan/WanPublisher.java:52
↓ 61 callersMethodsetEnabled
Enables and disables this configuration @param enabled {@code true} to enables this configuration, {@code false} to disable
hazelcast/src/main/java/com/hazelcast/config/MapStoreConfig.java:202
↓ 61 callersMethodsqlQuery
(String inClause)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/InOperatorIntegrationTest.java:250
↓ 61 callersMethodtuple3
Returns a new 3-tuple with the supplied values.
hazelcast/src/main/java/com/hazelcast/jet/datamodel/Tuple3.java:48
↓ 61 callersMethodversion
Returns version of the session. A session's version is incremented on each heartbeat.
hazelcast/src/main/java/com/hazelcast/cp/session/CPSession.java:98
↓ 61 callersMethodwriteLong
(int position, long v)
hazelcast/src/main/java/com/hazelcast/internal/nio/BufferObjectDataOutput.java:37
↓ 60 callersMethodaddCacheConfig
Adds the cache configuration. The configuration is saved under the config name, which may be a pattern with which the configuration will be obtained i
hazelcast/src/main/java/com/hazelcast/config/Config.java:931
↓ 60 callersMethodcheckColumn_2
(ExpressionBiValue value, SqlColumnType expectedType, Object expectedValue)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/RoundFunctionIntegrationTest.java:323
↓ 60 callersMethodcreate
(int index, QueryDataType type)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/ColumnExpression.java:49
↓ 60 callersMethodgetAutoDetectionConfig
@return the autoDetectionConfig join configuration
hazelcast/src/main/java/com/hazelcast/config/JoinConfig.java:184
↓ 60 callersMethodgetClusterName
Returns the cluster name uniquely identifying the hazelcast cluster. This name is used in different scenarios, such as identifying cluster for WAN pub
hazelcast/src/main/java/com/hazelcast/config/Config.java:683
↓ 60 callersMethodgetInstance
()
hazelcast/src/test/java/com/hazelcast/map/BasicMapTest.java:163
↓ 60 callersMethodgetPartitionId
@return the partition id associated with given data @throws com.hazelcast.spi.exception.RetryableHazelcastException if partition table is not arrived
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientPartitionService.java:57
↓ 60 callersMethodgetPartitions
Returns a set containing all the {@link Partition}s in the cluster. @return all partitions in the cluster
hazelcast/src/main/java/com/hazelcast/partition/PartitionService.java:43
↓ 60 callersMethodgetReplicaIndex
Returns the index of the partition replica. 0th index is primary replica, 1st index is 1st backup and so on. @return the index of the partition repli
hazelcast/src/main/java/com/hazelcast/partition/ReplicaMigrationEvent.java:36
↓ 60 callersMethodgetTransactionContext
(UUID txnId)
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java:78
↓ 60 callersMethodignore
Ignore certain exceptions when invoking {@link #assertNoExceptions()} @param predicate an exception to ignore @return this ExceptionRecorder
hazelcast/src/test/java/com/hazelcast/test/ExceptionRecorder.java:79
↓ 60 callersMethodinvokeOnTarget
(Object operation, Member member)
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/InvokerWrapper.java:33
↓ 60 callersMethodloadClass
(String name, boolean resolve)
hazelcast/src/test/java/com/hazelcast/test/starter/HazelcastAPIDelegatingClassloader.java:94
↓ 60 callersMethodmap
(int index)
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/map/MapSplitBrainProtectionWriteTest.java:373
↓ 60 callersMethodnewFile
(String filename)
hazelcast/src/test/java/com/hazelcast/nio/IOUtilTest.java:845
↓ 60 callersMethodoptimizeLogical
(String sql, HazelcastTable... tables)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/OptimizerTestSupport.java:82
↓ 60 callersMethodsql
(String attribute)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/UnaryMinusIntegrationTest.java:169
↓ 59 callersMethodaccumulateFn
A primitive that updates the accumulator state to account for a new item. The tag argument identifies which of the contributing streams the returned f
hazelcast/src/main/java/com/hazelcast/jet/aggregate/AggregateOperation.java:149
↓ 59 callersMethodcheck
(String sql, int expectedSize, int... queryCounts)
hazelcast/src/test/java/com/hazelcast/map/impl/query/CompositeIndexQueriesTest.java:209
↓ 59 callersMethodcompleteExceptionally
(Throwable ex)
hazelcast/src/main/java/com/hazelcast/spi/impl/AbstractInvocationFuture.java:707
↓ 59 callersMethodfindFirst
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/metadata/WatermarkedFields.java:51
↓ 59 callersMethodgenerateRandomString
(int length)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:514
↓ 59 callersMethodgetClusterService
()
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEngine.java:69
↓ 59 callersMethodgetMessageType
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/ClientMessage.java:193
↓ 59 callersMethodgetNearCache
Gets the {@link NearCache} instance associated with given {@code name}. @param name the name of the {@link NearCache} instance will be got @param <K>
hazelcast/src/main/java/com/hazelcast/internal/nearcache/NearCacheManager.java:38
↓ 59 callersMethodisCompletedExceptionally
()
hazelcast/src/main/java/com/hazelcast/spi/impl/AbstractInvocationFuture.java:536
↓ 59 callersMethodisMaster
Checks if this member is the master. @return {@code true} if master, {@code false} otherwise
hazelcast/src/main/java/com/hazelcast/internal/cluster/ClusterService.java:98
↓ 59 callersMethodsuspend
Gracefully suspends the current execution of the job. The job's status will become {@link JobStatus#SUSPENDED}. To resume the job, call {@link #resume
hazelcast/src/main/java/com/hazelcast/jet/Job.java:295
↓ 59 callersMethodvalue
Returns the value part of the CDC event. It includes fields like the timestamp, operation, and database record data. <p> For <em>sync</em>, <em>insert
extensions/cdc-debezium/src/main/java/com/hazelcast/jet/cdc/ChangeRecord.java:144
↓ 59 callersMethodvalueStats
()
hazelcast/src/test/java/com/hazelcast/map/LocalIndexStatsTest.java:705
↓ 58 callersMethodcreate
()
extensions/kafka-connect/src/main/java/com/hazelcast/jet/kafka/connect/impl/TaskRunner.java:180
↓ 58 callersMethodgetAll
Returns an immutable map of entries for the given keys. <p> <b>Warning 1:</b> <p> The returned map is <b>NOT</b> backed by the original map, so change
hazelcast/src/main/java/com/hazelcast/map/IMap.java:551
↓ 58 callersMethodgetCreationTime
Returns the creation time of the entry. <p> <b>Warning:</b> This method returns {@code -1} if statistics are not enabled or not implemented. @return
hazelcast/src/main/java/com/hazelcast/core/EntryView.java:62
↓ 58 callersMethodgetDurableExecutorService
Creates or returns the durable executor service for the given name. DurableExecutor service enables you to run your <code>Runnable</code>s and <code>C
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:223
↓ 58 callersMethodgetFieldCount
Returns the field count. @return total field count
hazelcast/src/main/java/com/hazelcast/nio/serialization/ClassDefinition.java:89
↓ 58 callersMethodglob
Sets the globbing mask, see {@link java.nio.file.FileSystem#getPathMatcher(String) getPathMatcher()}. The default value is {@code " "}, which means al
extensions/avro/src/main/java/com/hazelcast/jet/avro/AvroSourceBuilder.java:65
↓ 58 callersMethodisLoggable
Checks if a message at the given level is going to be logged by this logger. @param level the log level @return true if this logger will log messages
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/logging/TpcLogger.java:203
↓ 58 callersMethoditem
()
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/util/ThreadAffinity.java:164
↓ 58 callersMethodlogger
Returns a sink that logs all the data items it receives, at the INFO level to the log category {@link com.hazelcast.jet.impl.connector.WriteLoggerP}.
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sinks.java:1294
↓ 58 callersMethodnotEqual
(Comparable value)
hazelcast/src/main/java/com/hazelcast/query/PredicateBuilder.java:51
↓ 58 callersMethodready
(String ip, Integer port)
hazelcast/src/test/java/com/hazelcast/kubernetes/KubernetesClientTest.java:1007
↓ 58 callersMethodregisterConstant
(Class type, Serializer serializer)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/AbstractSerializationService.java:537
↓ 58 callersMethodsql
(String attribute)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/UnaryPlusIntegrationTest.java:142
↓ 58 callersMethodtoSet
Returns an aggregate operation that accumulates the items into a {@code HashSet}. <p> This sample takes a stream of people and outputs a single set of
hazelcast/src/main/java/com/hazelcast/jet/aggregate/AggregateOperations.java:804
↓ 58 callersMethodwithDiscriminator
Sets the discriminator tag of the descriptor. @param discriminatorTag The name of the discriminator tag @param discriminatorValue The value of the
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricDescriptor.java:72
↓ 57 callersMethodaddAddress
Adds given addresses to candidate address list that client will use to establish initial connection @param addresses to be added to initial address l
hazelcast/src/main/java/com/hazelcast/client/config/ClientNetworkConfig.java:232
↓ 57 callersMethodaddRingBufferConfig
Adds the ringbuffer configuration. The configuration is saved under the config name, which may be a pattern with which the configuration will be obtai
hazelcast/src/main/java/com/hazelcast/config/Config.java:1535
↓ 57 callersMethodcheck
(String sql, Boolean expectedResult, Object... params)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/LikeFunctionIntegrationTest.java:187
↓ 57 callersMethodcreateSqlType
Creates a new type of the given type name and nullability. <p> Combines the functionality of {@link #createSqlType(SqlTypeName)} and {@link #createTyp
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastTypeFactory.java:79
↓ 57 callersMethoddisableSnapshots
Disable snapshot save and restore before first item and after each {@code process()} and {@code complete()} call. @return {@code this} instance for f
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:480
↓ 57 callersMethodgetAndRetainDataConnection
Returns {@link DataConnection} with the given name and `retain` it (calls {@link DataConnection#retain()}). The caller is responsible for calling {@li
hazelcast/src/main/java/com/hazelcast/dataconnection/DataConnectionService.java:62
↓ 57 callersMethodgetClientMessage
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/ClientMessageReader.java:55
↓ 57 callersMethodgetId
Returns unique id of the CP group.
hazelcast/src/main/java/com/hazelcast/cp/CPGroupId.java:34
↓ 57 callersMethodgetLength
()
hazelcast/src/main/java/com/hazelcast/internal/config/yaml/EmptyNodeList.java:38
← previousnext →901–1,000 of 147,315, ranked by callers