MCPcopy Index your code

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 367 callersMethodgetAddress
Returns the address of this CP member. It is same with the address of {@link Cluster#getLocalMember()}. <p> This Address can be changed, and the CP me
hazelcast/src/main/java/com/hazelcast/cp/CPMember.java:62
↓ 365 callersMethodgetKey
Returns the key of the entry. @return the key of the entry
hazelcast/src/main/java/com/hazelcast/core/EntryView.java:35
↓ 364 callersMethodeventuallyHasStatus
(@Nonnull JobStatus expected)
hazelcast/src/test/java/com/hazelcast/jet/core/JobAssertions.java:97
↓ 364 callersMethodput
Puts (associates) a value with the given {@code key}. @param key the key of the value will be stored @param keyData the key as {@link Data} o
hazelcast/src/main/java/com/hazelcast/internal/nearcache/NearCache.java:140
↓ 363 callersMethodcleanNodeName
(final Node node)
hazelcast/src/main/java/com/hazelcast/internal/config/DomConfigHelper.java:95
↓ 361 callersMethodtoCompletableFuture
()
hazelcast/src/main/java/com/hazelcast/client/impl/ClientDelegatingFuture.java:354
↓ 349 callersMethodget
Gets the value associated with {@code key} @param key non-null key of the entry @return null if {@code key} had no association, otherwise the value as
hazelcast/src/main/java/com/hazelcast/cp/CPMap.java:100
↓ 347 callersMethodgetCluster
Returns the Cluster that this Hazelcast instance is part of. Cluster interface allows you to add a listener for membership events and to learn more ab
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:184
↓ 347 callersMethodlength
()
hazelcast/src/main/java/com/hazelcast/security/Parameters.java:24
↓ 346 callersMethodawait
(long timeout, TimeUnit unit)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:1519
↓ 346 callersMethodgetNodeEngineImpl
(HazelcastInstance hz)
hazelcast/src/test/java/com/hazelcast/test/Accessors.java:70
↓ 345 callersMethodgetId
Returns the ID of this job.
hazelcast/src/main/java/com/hazelcast/jet/Job.java:56
↓ 344 callersMethodgetQueue
Creates or returns the distributed queue instance with the specified name. @param name name of the distributed queue @param <E> queue item type @retu
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:87
↓ 337 callersMethodcreate
(Object value, QueryDataType type)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/ConstantExpression.java:57
↓ 336 callersMethodentry
(Data data)
hazelcast/src/test/java/com/hazelcast/query/impl/FastMultiResultSetTest.java:119
↓ 332 callersMethodposition
()
hazelcast/src/main/java/com/hazelcast/internal/nio/BufferObjectDataInput.java:67
↓ 331 callersMethodgetLogger
Obtains a {@link ILogger logger} for the given {@code clazz}. @param clazz the class to obtain the logger for. @return the obtained logger.
hazelcast/src/main/java/com/hazelcast/logging/Logger.java:67
↓ 330 callersMethodaddNonNullToMap
(Map<K, V> map, K key, V value)
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/DynamicConfigYamlGenerator.java:1977
↓ 330 callersMethodgetPartitionId
Returns the ID of the partition. This value will never change and will always be greater to or equal to 0 and smaller than the partition-count. @retu
hazelcast/src/main/java/com/hazelcast/partition/Partition.java:38
↓ 330 callersMethodreadLong
@param fieldName name of the field @return the long value read @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableReader.java:84
↓ 327 callersMethodaddEntryListener
Adds a {@link MapListener} for this map. <p> To receive an event, you should implement a corresponding {@link MapListener} sub-interface for that even
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2231
↓ 326 callersMethodinstance
Returns the first instance.
hazelcast/src/test/java/com/hazelcast/jet/SimpleTestInClusterSupport.java:292
↓ 321 callersMethodshutdown
Shuts down this HazelcastInstance. For more information see {@link com.hazelcast.core.LifecycleService#shutdown()}.
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:489
↓ 321 callersMethodtoList
Returns elements of the given {@code coll} in a new {@code List}, mapped using the given {@code mapFn}.
hazelcast/src/main/java/com/hazelcast/jet/impl/util/Util.java:623
↓ 316 callersMethodtoMillis
(int seconds)
hazelcast/src/main/java/com/hazelcast/map/impl/ExpirationTimeSetter.java:107
↓ 315 callersMethodname
Returns a descriptive name for this sink.
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sink.java:36
↓ 313 callersMethodgetJoin
Returns the {@link JoinConfig}. @return the join
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:254
↓ 310 callersMethodgetName
Gets the name that identifies this metric. The returned value will never change and never be null. @return the name of the metric.
hazelcast/src/main/java/com/hazelcast/internal/metrics/Metric.java:46
↓ 309 callersMethodshutdown
Stops the database
hazelcast/src/test/java/com/hazelcast/test/jdbc/TestDatabaseProvider.java:86
↓ 307 callersMethodfields
(Object value1, Object value2)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/support/expressions/ExpressionBiValue.java:130
↓ 307 callersMethodparse
This method takes the unparsed argument object as an input and returns the parsed output that will be used by the {@link ValueExtractor}. @param inpu
hazelcast/src/main/java/com/hazelcast/query/impl/ArgumentParser.java:43
↓ 302 callersMethodparseInt
(String name, int defaultValue, QueueStoreConfig storeConfig)
hazelcast/src/main/java/com/hazelcast/collection/impl/queue/QueueStoreWrapper.java:264
↓ 295 callersMethodbuild
Builds the {@link AsyncSocket}. @return the opened AsyncSocket. @throws IllegalStateException when the builder isn't properly configured or when
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/net/AsyncSocketBuilder.java:95
↓ 294 callersMethodgetClusterService
()
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:72
↓ 294 callersMethodwm
(long timestamp)
hazelcast/src/test/java/com/hazelcast/jet/core/JetTestSupport.java:293
↓ 291 callersMethoddecodeInt
(byte[] buffer, int pos)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:64
↓ 291 callersMethodverify
(YamlNode root)
hazelcast/src/test/java/com/hazelcast/internal/yaml/YamlTest.java:380
↓ 290 callersMethodnullSafeEqual
(Object a, Object b)
hazelcast/src/test/java/com/hazelcast/config/ConfigCompatibilityChecker.java:196
↓ 290 callersMethodwrite
Writes an outbound frame, so it can be received by the other side of the connection. No guarantees are made that the frame is going to be received on
hazelcast/src/main/java/com/hazelcast/internal/nio/Connection.java:147
↓ 289 callersMethodread
Reads the current available value as a long. If the underlying probe provides a double value, then the value will be rounded using {@link Math#round(
hazelcast/src/main/java/com/hazelcast/internal/metrics/LongGauge.java:38
↓ 287 callersMethodgetClassLoader
Returns class loader that internally used for objects. @return classLoader
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataInput.java:138
↓ 286 callersMethodcurrentTimeMillis
Returns the current time in ms for the configured {@link ClockImpl}
hazelcast/src/main/java/com/hazelcast/internal/util/Clock.java:43
↓ 284 callersMethoddecodeLong
(byte[] buffer, int pos)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:147
↓ 284 callersMethodencodeLong
(byte[] buffer, int pos, long value)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:143
↓ 284 callersMethodgetUuid
Returns a unique UUID for this client. @return a unique UUID for this client
hazelcast/src/main/java/com/hazelcast/client/Client.java:38
↓ 284 callersMethodnewHazelcastInstance
Creates a new HazelcastInstance (a new node in a cluster). This method allows you to create and run multiple instances of Hazelcast cluster members on
hazelcast/src/main/java/com/hazelcast/core/Hazelcast.java:60
↓ 281 callersMethodget
{@inheritDoc} <p> <b>Warning 1:</b> <p> This method returns a clone of the original value, so modifying the returned value does not change the actual
hazelcast/src/main/java/com/hazelcast/map/IMap.java:322
↓ 280 callersMethodwriteBoolean
Writes a primitive boolean. @param fieldName name of the field @param value int value to be written @throws IOException in case of any exceptiona
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableWriter.java:85
↓ 279 callersMethodcheck
(HazelcastCallBinding callBinding, boolean throwOnFailure, int i)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/operand/OperandChecker.java:22
↓ 279 callersMethoddecodeBoolean
(byte[] buffer, int pos)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:171
↓ 279 callersMethodencodeBoolean
(byte[] buffer, int pos, boolean value)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:167
↓ 279 callersMethodnextInt
Non-boxing variant of next().
hazelcast/src/main/java/com/hazelcast/internal/util/collection/Int2ObjectHashMap.java:553
↓ 278 callersMethodgetCacheManager
@since Jet 3.0 @deprecated Use {@link HazelcastInstance#getCacheManager()} instead.
hazelcast/src/main/java/com/hazelcast/jet/JetInstance.java:128
↓ 277 callersMethodreadBoolean
@param fieldName name of the field @return the boolean value read @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableReader.java:109
↓ 276 callersMethodadd
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified <code>int</code> value. <p> This
hazelcast/src/main/java/com/hazelcast/internal/json/JsonObject.java:148
↓ 276 callersMethodinitialize
Initialize the given object instance. This is intended for repopulating select fields and methods for deserialized instances. It is also possible to p
hazelcast/src/main/java/com/hazelcast/core/ManagedContext.java:33
↓ 276 callersMethodsize
Gets the count of stored records. @return the count of stored records
hazelcast/src/main/java/com/hazelcast/internal/nearcache/NearCache.java:165
↓ 274 callersMethodclose
Release the resources associated with the query result. <p> The query engine delivers the rows asynchronously. The query may become inactive even befo
hazelcast/src/main/java/com/hazelcast/sql/SqlResult.java:125
↓ 274 callersMethodplanRow
(int level, Class<? extends RelNode> node)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/OptimizerTestSupport.java:238
↓ 273 callersMethodrandomName
()
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:536
↓ 271 callersMethodpoll
Retrieves and removes the head of this inbox, or returns {@code null} if it is empty.
hazelcast/src/main/java/com/hazelcast/jet/core/Inbox.java:51
↓ 269 callersMethodgetMessage
()
hazelcast/src/main/java/com/hazelcast/sql/impl/client/SqlError.java:57
↓ 268 callersMethodassertThrows
(Class<T> expectedType, ThrowingRunnable r)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:1423
↓ 268 callersMethodsingleton
Returns a traverser over the given single item. <p> You can use {@link ResettableSingletonTraverser} for less GC litter, if you can reuse the traverse
hazelcast/src/main/java/com/hazelcast/jet/Traversers.java:62
↓ 266 callersMethodgetMultiMap
Creates or returns the distributed multimap instance with the specified name. @param name name of the distributed multimap @param <K> type of the mul
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:153
↓ 265 callersMethodcomplete
Called after all the inbound edges' streams are exhausted. If it returns {@code false}, it will be invoked again until it returns {@code true}. For ex
hazelcast/src/main/java/com/hazelcast/jet/core/Processor.java:359
↓ 265 callersMethodwarmUpPartitions
Assigns the partition owners of the given Hazelcast instances. @param instances the given Hazelcast instances
hazelcast/src/test/java/com/hazelcast/instance/impl/TestUtil.java:125
↓ 264 callersMethodtoString
()
hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/invalidation/StaleReadDetector.java:52
↓ 263 callersMethodalwaysTrue
Creates an <b>always true</b> predicate that will pass all items. @param <K> the type of keys the predicate operates on. @param <V> the type of values
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:202
↓ 262 callersMethoderror
(String message)
hazelcast/src/main/java/com/hazelcast/sql/impl/QueryException.java:56
↓ 259 callersMethodget
Gets the value associated with the given {@code key}. @param key the key of the requested value @return the value associated with the given {@code ke
hazelcast/src/main/java/com/hazelcast/internal/nearcache/NearCache.java:130
↓ 259 callersMethodisNotNull
()
hazelcast/src/main/java/com/hazelcast/query/PredicateBuilder.java:55
↓ 259 callersMethodsetProperty
(String key, String value)
extensions/kafka-connect/src/test/java/com/hazelcast/jet/kafka/connect/impl/DummySourceConnector.java:100
↓ 256 callersMethodnanoTime
Returns the time in nanoseconds from when this NanoClock was created. @return the time in nanoseconds.
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/NanoClock.java:39
↓ 252 callersMethoddecimal
(Object value)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/ArithmeticOperatorIntegrationTest.java:205
↓ 252 callersMethodtoList
(Iterable<DiscoveryNode> nodes)
hazelcast/src/test/java/com/hazelcast/aws/AwsDiscoveryStrategyTest.java:276
↓ 251 callersMethodreplace
{@inheritDoc} <p> <b>Warning 1:</b> <p> This method uses {@code hashCode} and {@code equals} of the binary form of the {@code key}, not the actual imp
hazelcast/src/main/java/com/hazelcast/map/IMap.java:1678
↓ 248 callersMethodisFinestEnabled
Checks if the {@link Level#FINEST} level is enabled. @return true if enabled, false otherwise
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/logging/TpcLogger.java:52
↓ 248 callersMethodsetLocalParallelism
Sets the preferred local parallelism (number of processors per Jet cluster member) this stage will configure its DAG vertices with. Jet always uses th
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Stage.java:65
↓ 245 callersMethodany
()
hazelcast/src/main/java/com/hazelcast/client/impl/ClientSelectors.java:30
↓ 245 callersMethodbeginTransaction
Begins a transaction. @throws IllegalStateException if a transaction already is active.
hazelcast/src/main/java/com/hazelcast/transaction/TransactionContext.java:34
↓ 244 callersMethodcopy
Makes a copy (or clone) of the config object.
hazelcast/src/main/java/com/hazelcast/config/security/IdentityConfig.java:38
↓ 244 callersMethodname
@return name of sql catalog object.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/SqlCatalogObject.java:38
↓ 244 callersMethodterminateAll
()
hazelcast/src/test/java/com/hazelcast/client/test/TestHazelcastFactory.java:166
↓ 241 callersMethodstreamToString
Uses {@code formatFn} to stringify each item of the given stream, sorts the strings, then outputs them line by line. <p> If you supply the optional {@
hazelcast/src/test/java/com/hazelcast/jet/pipeline/PipelineTestSupport.java:171
↓ 239 callersMethodprintln
(Object obj)
hazelcast/src/main/java/com/hazelcast/client/console/ClientConsoleApp.java:1570
↓ 237 callersMethodfilter
Filters a packet inspecting its content and/or endpoint and decides whether this packet should be filtered. @param endpoint target endpoint which pac
hazelcast/src/test/java/com/hazelcast/internal/server/PacketFilter.java:58
↓ 237 callersMethodisEmpty
()
hazelcast/src/main/java/com/hazelcast/internal/util/collection/LongSet.java:32
↓ 236 callersMethodcheckSerializable
Checks that the {@code object} implements {@link Serializable} or {@link DataSerializable}. In case of {@code Serializable}, it additionally checks it
hazelcast/src/main/java/com/hazelcast/jet/impl/util/Util.java:247
↓ 236 callersMethodgetRecords
Produces a result set containing entries whose attribute values are equal to the given value. @param value the value to compare against. @return the
hazelcast/src/main/java/com/hazelcast/query/impl/Index.java:244
↓ 234 callersMethodopen
Opens cache if available (not destroyed). If cache is already open, does nothing. @throws IllegalStateException if cache is already destroyed
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheInternal.java:41
↓ 230 callersMethodcommitTransaction
Commits a transaction. @throws TransactionException if no transaction is active or the transaction could not be committed.
hazelcast/src/main/java/com/hazelcast/transaction/TransactionContext.java:41
↓ 230 callersMethodgetType
@return the return query data type of this expression.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/Expression.java:76
↓ 229 callersMethodaddIndex
Convenient method to add an index to this map with the given type and attributes. Attributes are indexed in ascending order. <p> @param type In
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2675
↓ 227 callersMethodverify
(Iterator<String> actualResult)
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/BitmapTest.java:248
↓ 226 callersMethodedge
Adds an edge to this DAG. The vertices it connects must already be present in the DAG. It is an error to connect an edge to a vertex at the same ordin
hazelcast/src/main/java/com/hazelcast/jet/core/DAG.java:211
↓ 226 callersMethodgetName
Returns the name of the service
hazelcast/src/main/java/com/hazelcast/internal/crdt/CRDTReplicationAwareService.java:50
↓ 226 callersMethodrange
(InternalIndex index, Comparable... values)
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/CompositeIndexVisitorTest.java:158
↓ 225 callersMethodsetProperty
(String key, Object value)
extensions/cdc-debezium/src/main/java/com/hazelcast/jet/cdc/impl/DebeziumConfig.java:37
↓ 225 callersMethodsql
Creates a predicate that will pass items that match the given SQL 'where' expression. The following operators are supported: {@code =}, {@code <}, {@c
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:508
← previousnext →201–300 of 147,315, ranked by callers