MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 28 callersMethodsetCollectionFrequencySeconds
Sets the metrics collection frequency in seconds. The same interval is used for collection for Management Center and for JMX publisher. By default, me
hazelcast/src/main/java/com/hazelcast/config/BaseMetricsConfig.java:100
↓ 28 callersMethodsetHandlerFunction
Overrides the default name of the Python function that transforms Jet pipeline data. The default name is {@value #HANDLER_FUNCTION_DEFAULT}. It must b
extensions/python/src/main/java/com/hazelcast/jet/python/PythonServiceConfig.java:283
↓ 28 callersMethodsetHits
(int hits)
hazelcast/src/main/java/com/hazelcast/map/impl/record/Record.java:106
↓ 28 callersMethodsetReplicas
(PartitionReplica[] newReplicas)
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/InternalPartitionImpl.java:125
↓ 28 callersMethodsetRestApiConfig
(RestApiConfig restApiConfig)
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:406
↓ 28 callersMethodsetUserCodeNamespace
Associates the provided User Code Namespace Name with this structure for {@link ClassLoader} awareness. <p> The behaviour of setting this to {@code nu
hazelcast/src/main/java/com/hazelcast/config/UserCodeNamespaceAwareConfig.java:68
↓ 28 callersMethodshutdown
Shuts down this OperationExecutor. Any pending tasks are discarded.
hazelcast/src/main/java/com/hazelcast/spi/impl/operationexecutor/OperationExecutor.java:203
↓ 28 callersMethodsize
Current size of accumulator. @return returns current size of accumulator.
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/accumulator/Accumulator.java:93
↓ 28 callersMethodsleep
(long millis)
extensions/elasticsearch/elasticsearch-7/src/main/java/com/hazelcast/jet/elastic/impl/RetryUtils.java:87
↓ 28 callersMethodsql
(Object operand1, Object operand2)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/ArithmeticOperatorIntegrationTest.java:197
↓ 28 callersMethodsubmitJob
Creates a new job from given Pipeline Adds this.getClass to config so any lambdas used in a test class can be deserialized when run in remote cluster
extensions/elasticsearch/elasticsearch-7/src/test/java/com/hazelcast/jet/elastic/BaseElasticTest.java:256
↓ 28 callersMethodtattoos
(String... tattoos)
hazelcast/src/test/java/com/hazelcast/query/impl/extractor/specification/ComplexTestDataStructure.java:313
↓ 28 callersMethodtoLocalTime
(long timestamp)
hazelcast/src/main/java/com/hazelcast/jet/impl/util/Util.java:384
↓ 28 callersMethodtoObject
(Object data)
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:102
↓ 28 callersMethodunsignedBinarySearch
Does binary search in a way similar to Arrays.binarySearch, but treats values as unsigned.
hazelcast/src/main/java/com/hazelcast/query/impl/bitmap/BitmapUtils.java:57
↓ 28 callersMethodusesTransactionLifecycle
()
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/TwoPhaseSnapshotCommitUtility.java:202
↓ 28 callersMethodvalueStats
(String stat)
hazelcast/src/test/java/com/hazelcast/map/IndexStatsQueryingInCollectionsAndArraysTest.java:302
↓ 28 callersMethodverify
(IMap<Integer, Int> map, IndexType indexType)
hazelcast/src/test/java/com/hazelcast/map/impl/query/QueryNullHandlingTest.java:122
↓ 28 callersMethodwithValue
(V value)
hazelcast/src/main/java/com/hazelcast/cache/impl/DeferredValue.java:134
↓ 27 callersMethodaddReliableTopicConfig
Adds the reliable topic configuration. The configuration is saved under the config name, which may be a pattern with which the configuration will be o
hazelcast/src/main/java/com/hazelcast/config/Config.java:1718
↓ 27 callersMethodaddSplitBrainProtectionConfig
Adds the split-brain protection configuration. The configuration is saved under the config name defined by {@link SplitBrainProtectionConfig#getName()
hazelcast/src/main/java/com/hazelcast/config/Config.java:2414
↓ 27 callersMethodaddVertex
(Transform transform, String name, int localParallelism, SupplierEx<Process
hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/Planner.java:248
↓ 27 callersMethodassertAnyOrder
Asserts that the previous stage emitted the expected items in any order, but nothing else. If the assertion fails, the job will fail with an {@link As
hazelcast/src/main/java/com/hazelcast/jet/pipeline/test/AssertionSinks.java:84
↓ 27 callersMethodassertEventJournalSize
Asserts that the number of event journal entries for the partition {@link #partitionId} is equal to the given {@code size}. @param adapter the adapte
hazelcast/src/test/java/com/hazelcast/journal/AbstractEventJournalBasicTest.java:735
↓ 27 callersMethodassertNotContains
alternative implementation of {@link org.assertj.core.api.AbstractIterableAssert#doesNotContain(Object...)} that does not rely on an implementation of
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:862
↓ 27 callersMethodassertPredicateFalse
(Predicate p, Comparable comparable)
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/PredicatesTest.java:397
↓ 27 callersMethodassertSqlNotMatching
(String s, Object value)
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/SqlPredicateTest.java:677
↓ 27 callersMethodassertThrowsNPE
(ConsumerEx<MultiMap<Object, Object>> method)
hazelcast/src/test/java/com/hazelcast/multimap/AbstractMultiMapNullTest.java:79
↓ 27 callersMethodbatchFromProcessor
Returns a bounded (batch) source constructed directly from the given Core API processor meta-supplier. @param sourceName user-friendly source name @p
hazelcast/src/main/java/com/hazelcast/jet/pipeline/Sources.java:109
↓ 27 callersMethodcall
()
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/Tasklet.java:33
↓ 27 callersMethodcallUntil
(ProcessorTasklet tasklet, ProgressState expectedState)
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/ProcessorTaskletTest_Snapshots.java:421
↓ 27 callersMethodcheck
(String operands, String expectedResult, Object... params)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/ConcatFunctionIntegrationTest.java:148
↓ 27 callersMethodcheckConverter
(QueryDataType type, Converter converter)
hazelcast-sql/src/test/java/com/hazelcast/sql/impl/type/QueryDataTypeTest.java:321
↓ 27 callersMethodcheckName
(QueryDataType type, String name)
hazelcast-sql/src/test/java/com/hazelcast/sql/impl/type/QueryDataTypeTest.java:335
↓ 27 callersMethodcheckState
Check the state of a condition @throws IllegalStateException if condition is false
hazelcast/src/main/java/com/hazelcast/internal/util/Preconditions.java:372
↓ 27 callersMethodcheckSuccess
(String sql)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/parse/ParserOperationsTest.java:170
↓ 27 callersMethodcreateConfigWithRestEnabled
()
hazelcast/src/test/java/com/hazelcast/internal/ascii/RestClusterTest.java:88
↓ 27 callersMethodcreateNew
Creates a new {@code MemberMap} including given members. @return a new {@code MemberMap}
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/MemberMap.java:83
↓ 27 callersMethodcreateSchema
Creates a description out of a JsonValue. The parser must be pointing to the start of the input. @throws IOException
hazelcast/src/main/java/com/hazelcast/json/internal/JsonSchemaHelper.java:161
↓ 27 callersMethoddecodeNullable
(ClientMessage.ForwardFrameIterator iterator, Function<ClientMess
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/ListMultiFrameCodec.java:98
↓ 27 callersMethoddecodeResponse
true if the listener is de-registered, false otherwise
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CacheRemoveEntryListenerCodec.java:110
↓ 27 callersMethoddecodeResponse
True if this set did not already contain the specified element and the element is added, returns false otherwise.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SetAddCodec.java:116
↓ 27 callersMethoddecodeResponse
the number of key-value mappings in this map
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapSizeCodec.java:96
↓ 27 callersMethoddecodeResponse
list of all data in queue
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/QueueIteratorCodec.java:95
↓ 27 callersMethodencodeNullable
(ClientMessage clientMessage, Collection<T> collection, BiConsumer<C
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/ListMultiFrameCodec.java:63
↓ 27 callersMethodencodeRequest
(java.lang.String name, java.util.UUID registrationId)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CacheRemoveEntryListenerCodec.java:75
↓ 27 callersMethodencodeRequest
(java.lang.String name, @Nullable java.lang.String keyType, @Nullable java.lang.String valueType, boolean stat
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/DynamicConfigAddCacheConfigCodec.java:242
↓ 27 callersMethodencodeRequest
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MCGetClusterMetadataCodec.java:62
↓ 27 callersMethodencodeRequest
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MCGetSystemPropertiesCodec.java:59
↓ 27 callersMethodencodeRequest
(java.lang.String name, java.lang.String targetCluster, @Nullable java.lang.String publisherId, java.lang.Stri
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MCAddWanBatchPublisherConfigCodec.java:142
↓ 27 callersMethodencodeRequest
(java.lang.String engine, java.lang.String script)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MCRunScriptCodec.java:72
↓ 27 callersMethodencodeRequest
(java.lang.String name)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/QueueIteratorCodec.java:60
↓ 27 callersMethodencodeRequest
(@Nullable java.lang.String namespace, java.lang.String command)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MCRunConsoleCommandCodec.java:72
↓ 27 callersMethodencodeRequest
(java.lang.String mapName)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MCGetMapConfigCodec.java:68
↓ 27 callersMethodensure
Ensures that there is a mapping from the given key to a slot in the array. The returned object contains the slot value block address and whether a new
hazelcast/src/main/java/com/hazelcast/internal/util/hashslot/HashSlotArray8byteKey.java:39
↓ 27 callersMethodfillValues
(Node node, BeanDefinitionBuilder builder, String... excludeNames)
hazelcast-spring/src/main/java/com/hazelcast/spring/AbstractHazelcastBeanDefinitionParser.java:169
↓ 27 callersMethodget
Returns the number of available processors. <p> Returned value is either equal to {@link Runtime#availableProcessors()} or an overridden value by call
hazelcast/src/main/java/com/hazelcast/internal/util/RuntimeAvailableProcessors.java:43
↓ 27 callersMethodgetBitmapIndexOptions
Provides access to index options specific to bitmap indexes. @return the bitmap index options associated with this index config.
hazelcast/src/main/java/com/hazelcast/config/IndexConfig.java:210
↓ 27 callersMethodgetBody
()
hazelcast/src/main/java/com/hazelcast/spi/utils/RestClient.java:353
↓ 27 callersMethodgetEndpoints
Returns the current endpoints. @return the endpoints.
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpointManager.java:37
↓ 27 callersMethodgetExistingRecordStore
(int partitionId, String mapName)
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:168
↓ 27 callersMethodgetHitCount
Returns the total number of hits into the index. <p> The returned value may be greater than the one returned by {@link #getQueryCount} since a single
hazelcast/src/main/java/com/hazelcast/query/LocalIndexStats.java:46
↓ 27 callersMethodgetInetAddress
Returns remote address of this Connection. @return the remote address. The returned value could be <code>null</code> if the connection is not alive.
hazelcast/src/main/java/com/hazelcast/internal/nio/Connection.java:133
↓ 27 callersMethodgetLocalMapStatsProvider
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:194
↓ 27 callersMethodgetManagementCenterConfig
()
hazelcast/src/main/java/com/hazelcast/config/MetricsConfig.java:48
↓ 27 callersMethodgetNearCachedMapFromClient
(NearCacheConfig nearCacheConfig)
hazelcast/src/test/java/com/hazelcast/client/map/impl/nearcache/ClientMapNearCacheTest.java:1219
↓ 27 callersMethodgetNow
()
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/AbstractRecordStore.java:196
↓ 27 callersMethodgetParent
Returns the parent. @return the parent
hazelcast/src/main/java/com/hazelcast/json/internal/JsonSchemaNode.java:46
↓ 27 callersMethodgetPartitionImpl
(int partitionId)
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/PartitionStateManager.java:108
↓ 27 callersMethodgetPersistenceConfig
Returns the Persistence configuration for this hazelcast instance @return persistence configuration
hazelcast/src/main/java/com/hazelcast/config/Config.java:2663
↓ 27 callersMethodgetQueryCacheContext
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:220
↓ 27 callersMethodgetSerializedObject
()
hazelcast/src/main/java/com/hazelcast/collection/impl/queue/QueueItem.java:52
↓ 27 callersMethodgetTotalUpdateLatency
Returns the total latency (in nanoseconds) of update operations performed on the index. <p> To compute the average latency divide the returned value b
hazelcast/src/main/java/com/hazelcast/query/LocalIndexStats.java:89
↓ 27 callersMethodgetWanReplicationRef
Gets the WAN target replication reference. @return the WAN target replication reference
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:519
↓ 27 callersMethodid
Returns unique id of the CP group
hazelcast/src/main/java/com/hazelcast/cp/CPGroup.java:71
↓ 27 callersMethodisInfinite
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/cost/Cost.java:83
↓ 27 callersMethodnewAsyncServerSocketBuilder
Creates a new AsyncServerSocketBuilder. <p/> This method is thread-safe. @return the created AsyncServerSocketBuilder. @throws IllegalStateException
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/Reactor.java:240
↓ 27 callersMethodnewInstances
(Config config)
hazelcast/src/test/java/com/hazelcast/client/collections/impl/set/SetBasicClientTest.java:41
↓ 27 callersMethodperson
(String name, Limb... limbs)
hazelcast/src/test/java/com/hazelcast/query/impl/extractor/specification/ComplexTestDataStructure.java:358
↓ 27 callersMethodpredicate
(Boolean... values)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/AndOrPredicateIntegrationTest.java:404
↓ 27 callersMethodprepare
()
hazelcast/src/main/java/com/hazelcast/transaction/impl/Transaction.java:28
↓ 27 callersMethodqueue
Exposes individual output queues to the testing code. @param ordinal ordinal of the bucket
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestOutbox.java:132
↓ 27 callersMethodrandomInt
()
hazelcast/src/test/java/com/hazelcast/internal/util/UnmodifiableLazyListTest.java:279
↓ 27 callersMethodread
Reads the current available value as a double. If the underlying probe provides a long value, then the value will be converted to a floating point va
hazelcast/src/main/java/com/hazelcast/internal/metrics/DoubleGauge.java:38
↓ 27 callersMethodremove
Removes the registration from this registry. @param id key for reaching the item from this registry. @return removed registry entry.
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/Registry.java:58
↓ 27 callersMethodsetEnabled
Enables or disables {@link Diagnostics} to see internal performance metrics and cluster related information. <p> The performance monitor logs all metr
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsConfig.java:151
↓ 27 callersMethodsetExpiryPolicyFactory
Set the {@link javax.cache.configuration.Factory} for the {@link javax.cache.expiry.ExpiryPolicy}. If {@code null} is specified the default {@link jav
hazelcast/src/main/java/com/hazelcast/config/CacheConfiguration.java:98
↓ 27 callersMethodsetInstanceName
Sets the instance name uniquely identifying the hazelcast instance created by this configuration. This name is used in different scenarios, such as id
hazelcast/src/main/java/com/hazelcast/config/Config.java:672
↓ 27 callersMethodsetOldValue
(Object oldValue)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/State.java:166
↓ 27 callersMethodsetStoreImplementation
()
hazelcast/src/test/java/com/hazelcast/config/RingbufferStoreConfigTest.java:64
↓ 27 callersMethodsubmitToKey
Applies the user defined {@code EntryProcessor} to the entry mapped by the {@code key}. Returns immediately with a {@link CompletionStage} representin
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2969
↓ 27 callersMethodtag
Returns the name of the tag at the given index. @param index The index @see #tagValue(int) @see #tagCount() @see #readTags(BiConsumer) @throws IndexO
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricDescriptor.java:155
↓ 27 callersMethodthrowReadOnly
()
hazelcast/src/main/java/com/hazelcast/internal/config/CacheConfigReadOnly.java:256
↓ 27 callersMethodtoHeapData
(Object obj)
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/AbstractMapDataStore.java:98
↓ 27 callersMethodtoPhysicalConvention
Convert the given trait set to physical convention. @param traitSet Original trait set. @return New trait set with physical convention and provided d
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/OptUtils.java:119
↓ 27 callersMethodwithExcludedTarget
Excludes the given target for this metric. <p> Note: The excluded targets are not part of the textual representation of the metric returned by {@link
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricDescriptor.java:210
↓ 27 callersMethodwithWriteDelaySeconds
(int writeDelaySeconds)
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/TestMapUsingMapStoreBuilder.java:124
↓ 27 callersMethodwriteCollection
Writes a collection to an {@link ObjectDataOutput}. The collection's size is written to the data output, then each object in the collection is seriali
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/SerializationUtil.java:355
↓ 26 callersMethodaddObject
Collects a value passed as an argument @param value value to be collected
hazelcast/src/main/java/com/hazelcast/query/extractor/ValueCollector.java:32
↓ 26 callersMethodaddPartitions
Adds {@code addedCount} partitions. Added partitions will be initially considered <em>active</em> and having watermark value equal to the last emitted
hazelcast/src/main/java/com/hazelcast/jet/core/EventTimeMapper.java:291
← previousnext →2,001–2,100 of 147,315, ranked by callers