MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 37 callersMethodgetDiscoveryStrategyConfigs
Returns the defined {@link DiscoveryStrategy} configurations. This collection does not include deactivated configurations since those are automaticall
hazelcast/src/main/java/com/hazelcast/config/DiscoveryConfig.java:109
↓ 37 callersMethodgetInstanceName
()
hazelcast/src/main/java/com/hazelcast/client/config/ClientConfig.java:790
↓ 37 callersMethodgetItemListenerConfigs
Get the list of item listener configurations for this queue. @return the list of item listener configurations for this queue
hazelcast/src/main/java/com/hazelcast/config/QueueConfig.java:285
↓ 37 callersMethodgetKey
()
hazelcast/src/main/java/com/hazelcast/internal/util/executor/StripedRunnable.java:26
↓ 37 callersMethodgetOldValue
Returns the old value for the event entry. In some cases this is {@code null} while in other cases it may be non-{@code null}. For instance, when the
hazelcast/src/main/java/com/hazelcast/map/EventJournalMapEvent.java:55
↓ 37 callersMethodgetPartitionCount
If partition table is not fetched yet, this method returns zero @return the partition count
hazelcast/src/main/java/com/hazelcast/client/impl/spi/ClientPartitionService.java:70
↓ 37 callersMethodgetRemoveCount
Returns the number of remove operations performed on the index.
hazelcast/src/main/java/com/hazelcast/query/LocalIndexStats.java:94
↓ 37 callersMethodgetResourceType
Returns the type of the resource.
hazelcast/src/main/java/com/hazelcast/jet/config/ResourceConfig.java:117
↓ 37 callersMethodgetTtl
Returns the last set time to live in milliseconds. @return the last set time to live in milliseconds.
hazelcast/src/main/java/com/hazelcast/core/EntryView.java:122
↓ 37 callersMethodgetTypeName
Returns the unique type name for the class {@link T}. <p> If the class {@link T} is ever evolved by adding or removing fields, the type name for the e
hazelcast/src/main/java/com/hazelcast/nio/serialization/compact/CompactSerializer.java:61
↓ 37 callersMethodglobalProcessorIndex
Returns the index of the processor among all the processors created for this vertex on all nodes: it's a unique cluster-wide index. <p> The value is i
hazelcast/src/main/java/com/hazelcast/jet/core/Processor.java:604
↓ 37 callersMethodincrement
Increments the current value by 1.
hazelcast/src/main/java/com/hazelcast/jet/core/metrics/Metric.java:55
↓ 37 callersMethodisCancelled
()
hazelcast/src/test/java/com/hazelcast/scheduledexecutor/impl/DelegatingScheduledFutureStripperTest.java:130
↓ 37 callersMethodisNullable
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastJsonType.java:63
↓ 37 callersMethodlike
Creates a <b>like</b> predicate that will pass items if the given {@code pattern} matches the value stored under the given item {@code attribute}. <p>
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:325
↓ 37 callersMethodlimb
(String name, List<String> tattoos, Finger... fingers)
hazelcast/src/test/java/com/hazelcast/query/impl/extractor/specification/ComplexTestDataStructure.java:317
↓ 37 callersMethodlimitingLag
Maintains a watermark that lags behind the top observed timestamp by the given amount. <p> <strong>Note:</strong> if Jet stops receiving events at som
hazelcast/src/main/java/com/hazelcast/jet/core/WatermarkPolicy.java:71
↓ 37 callersMethodload
Loads the value of a given key. If distributed map doesn't contain the value for the given key then Hazelcast will call implementation's load (key) me
hazelcast/src/main/java/com/hazelcast/map/MapLoader.java:83
↓ 37 callersMethodnewConfig
(Object storeImpl)
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/MapStoreTest.java:1178
↓ 37 callersMethodof
(Object... objects)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/extractor/AbstractExtractionTest.java:85
↓ 37 callersMethodoutboxFrame
(long ts, long value)
hazelcast/src/test/java/com/hazelcast/jet/impl/processor/SlidingWindowPTest.java:329
↓ 37 callersMethodportable
Creates a Builder that will build a {@link GenericRecord} in {@link Portable} format with a new class definition: <pre>{@code ClassDefinition classDef
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecordBuilder.java:59
↓ 37 callersMethodputLong
Writes the given long value to given address. @param address the address where the long value will be written to @param x the long value to be
hazelcast/src/main/java/com/hazelcast/internal/memory/MemoryAccessor.java:144
↓ 37 callersMethodreadLongArray
@return long array read @throws IOException if it reaches end of file before finish reading
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataInput.java:76
↓ 37 callersMethodremoveEntryListener
Removes the specified entry listener. <p> Returns silently if there is no such listener added before. @param id ID of registered listener @return tru
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2241
↓ 37 callersMethodresetRootTraverser
()
hazelcast/src/test/java/com/hazelcast/jet/TraverserTest.java:48
↓ 37 callersMethodsetConfigPatternMatcher
Sets the pattern matcher which is used to match item names to configuration objects. By default, the {@link MatchingPointConfigPatternMatcher} is used
hazelcast/src/main/java/com/hazelcast/config/Config.java:562
↓ 37 callersMethodsetTtl
Updates the TTL (time to live) value of the entry specified by {@code key} with a new TTL value. New TTL value is valid starting from the time this op
hazelcast/src/main/java/com/hazelcast/map/IMap.java:3215
↓ 37 callersMethodshutdownAll
Shuts down all the client HazelcastInstance created in this JVM. <p> To be more precise it shuts down the HazelcastInstances loaded using the same cla
hazelcast/src/main/java/com/hazelcast/client/HazelcastClient.java:325
↓ 37 callersMethodsum
(ToIntFunction<StatefulSetInfo> fieldExtractor)
hazelcast/src/test/java/com/hazelcast/kubernetes/RuntimeContextTest.java:135
↓ 37 callersMethodsuspectMember
(HazelcastInstance source, HazelcastInstance target)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:697
↓ 37 callersMethodwithAddresses
Uses the specified addresses for created instances. It also sets the {@linkplain #withNodeCount node count}. <p> This can only be used with mock netwo
hazelcast/src/test/java/com/hazelcast/test/TestHazelcastInstanceFactory.java:351
↓ 37 callersMethodwriteShort
Writes a primitive short. @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:130
↓ 36 callersMethodaddAsync
Asynchronously writes an item with a configurable {@link OverflowPolicy}. <p> If there is space in the Ringbuffer, the call will return the sequence o
hazelcast/src/main/java/com/hazelcast/ringbuffer/Ringbuffer.java:239
↓ 36 callersMethodassertContains
(MemberMap map, Address address)
hazelcast/src/test/java/com/hazelcast/internal/cluster/impl/MemberMapTest.java:407
↓ 36 callersMethodclient
(int index)
hazelcast/src/test/java/com/hazelcast/client/splitbrainprotection/PartitionedClusterClients.java:37
↓ 36 callersMethodcompute
{@inheritDoc} <p> </p> <p> If the supplied {@code remappingFunction} is a lambda, anonymous class or an inner class, it would be executed loc
hazelcast/src/main/java/com/hazelcast/map/IMap.java:3315
↓ 36 callersMethodcreateInvocationBuilder
(String serviceName, Operation op, int partitionId)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/OperationServiceImpl.java:302
↓ 36 callersMethodcreateMapLoader
()
extensions/mapstore/src/test/java/com/hazelcast/mapstore/GenericMapLoaderTest.java:770
↓ 36 callersMethodcreateStatement
()
hazelcast/src/main/java/com/hazelcast/dataconnection/impl/ConnectionDelegate.java:51
↓ 36 callersMethoddistinct
Attaches a stage that emits just the items that are distinct according to their definition of equality ({@code equals} and {@code hashCode}). There is
hazelcast/src/main/java/com/hazelcast/jet/pipeline/BatchStage.java:234
↓ 36 callersMethodexecuteOnKeys
Applies the user defined {@link EntryProcessor} to the entries mapped by the collection of keys. <p> The operation is not lock-aware. The {@code Entry
hazelcast/src/main/java/com/hazelcast/map/IMap.java:2873
↓ 36 callersMethodfail
Throws an {@link AssertionError} with the given message.
hazelcast/src/main/java/com/hazelcast/jet/core/test/JetAssert.java:77
↓ 36 callersMethodfrom
(T object)
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterStateChange.java:78
↓ 36 callersMethodgetByNameOrNew
If {@code configs} contains an exact match for {@code name}, returns the matching config. Otherwise, creates a new config with the given name, adds it
hazelcast/src/main/java/com/hazelcast/internal/config/ConfigUtils.java:146
↓ 36 callersMethodgetDataConnectionService
Return a service for accessing data connections
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:104
↓ 36 callersMethodgetEntryListenerConfigs
()
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:539
↓ 36 callersMethodgetFilter
Returns the {@link EventFilter} attached to this registration. @return the event filter attached to this registration
hazelcast/src/main/java/com/hazelcast/spi/impl/eventservice/EventRegistration.java:41
↓ 36 callersMethodgetInterceptorRegistry
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapContainer.java:133
↓ 36 callersMethodgetLoggingService
Get logging service. <p> @return the {@link LoggingService}
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:335
↓ 36 callersMethodgetLoggingService
Returns the logging service of this Hazelcast instance. <p> LoggingService allows you to listen for LogEvents generated by Hazelcast runtime. You can
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:360
↓ 36 callersMethodgetMetadata
Gets row metadata. @return row metadata @see SqlRowMetadata
hazelcast/src/main/java/com/hazelcast/sql/SqlRow.java:70
↓ 36 callersMethodgetProperties
()
hazelcast/src/main/java/com/hazelcast/config/DiscoveryStrategyConfig.java:123
↓ 36 callersMethodgetSequence
Only used for Hot Restart, HDRecord @return current sequence number
hazelcast/src/main/java/com/hazelcast/map/impl/record/Record.java:114
↓ 36 callersMethodgetUserContext
Returns a ConcurrentMap that can be used to add user-context to the HazelcastInstance. This can be used to store dependencies that otherwise are hard
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:394
↓ 36 callersMethodgetValue
Returns the merging value in deserialized form. @implNote This method invokes deserialization of the value when called - <b>be careful not to use it
hazelcast/src/main/java/com/hazelcast/spi/merge/MergingValue.java:41
↓ 36 callersMethodgetVersion
Returns the version of the entry. @return the version of the entry
hazelcast/src/main/java/com/hazelcast/core/EntryView.java:115
↓ 36 callersMethodgetXAResource
Gets xaResource which will participate in XATransaction. @return the xaResource
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:401
↓ 36 callersMethodgreaterEqual
Creates a <b>greater than or equal to</b> predicate that will pass items if the value stored under the given item {@code attribute} is greater than or
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:405
↓ 36 callersMethodisInitialized
()
hazelcast/src/main/java/com/hazelcast/internal/partition/impl/PartitionStateManager.java:131
↓ 36 callersMethodnewFieldGetter
(Object object, Getter parent, Field field, String modifier)
hazelcast/src/main/java/com/hazelcast/query/impl/getters/GetterFactory.java:38
↓ 36 callersMethodof
(UUID uuid, String schedulerName, String taskName)
hazelcast/src/main/java/com/hazelcast/scheduledexecutor/impl/ScheduledTaskHandlerImpl.java:156
↓ 36 callersMethodpagingPredicate
Creates a paging predicate with a page size. Results will not be filtered and will be returned in natural order. @param pageSize page size @param <K>
hazelcast/src/main/java/com/hazelcast/query/Predicates.java:520
↓ 36 callersMethodpod
(String name, String namespace, String nodeName, Integer... ports)
hazelcast/src/test/java/com/hazelcast/kubernetes/KubernetesFakeUtils.java:73
↓ 36 callersMethodread
Returns the offset of the var-sized field at the given index. @param in Input to read the offset from. @param varSizedOffsetsOffse
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/compact/OffsetReader.java:90
↓ 36 callersMethodresetPacketFiltersFrom
(HazelcastInstance instance)
hazelcast/src/test/java/com/hazelcast/test/PacketFiltersUtil.java:54
↓ 36 callersMethodset
Associates {@code key} with {@code value}. <p> This method should be preferred over {@link CPMap#put(Object, Object)} as it has a smaller network
hazelcast/src/main/java/com/hazelcast/cp/CPMap.java:67
↓ 36 callersMethodsetInMemoryFormat
Binary type that will be used for storing records. Possible values: <ul> <li>BINARY (default): keys and values will be stored as binary data</li> <li>
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:237
↓ 36 callersMethodsetOption
Sets an option value. @param option the option @param value the value @param <T> the type of the value @return this instance for a fluent interface.
hazelcast/src/main/java/com/hazelcast/internal/networking/ChannelOptions.java:38
↓ 36 callersMethodsharedService
A variant of {@link #sharedService(FunctionEx, ConsumerEx) sharedService(createFn, destroyFn)} with a no-op {@code destroyFn}. <p> <strong>Note:</stro
hazelcast/src/main/java/com/hazelcast/jet/pipeline/ServiceFactories.java:125
↓ 36 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/ReplicatedRecordStore.java:67
↓ 36 callersMethodtag1
Returns the tag constant {@link #TAG_1}.
hazelcast/src/main/java/com/hazelcast/jet/datamodel/Tag.java:86
↓ 36 callersMethodtoUnsignedLong
@see Short#toUnsignedLong(short)
hazelcast/src/main/java/com/hazelcast/query/impl/bitmap/BitmapUtils.java:44
↓ 36 callersMethodtraverseIterable
Returns a traverser over the given iterable. It obtains the iterator immediately.
hazelcast/src/main/java/com/hazelcast/jet/Traversers.java:142
↓ 36 callersMethodupdateCount
Returns the number of rows updated by the statement or -1 if this result is a row set. In case the result doesn't contain rows but the update count is
hazelcast/src/main/java/com/hazelcast/sql/SqlResult.java:115
↓ 36 callersMethodurl
Returns url used to connect to this database. It's the same value as the return value of {@link #createDatabase(String)}
hazelcast/src/test/java/com/hazelcast/test/jdbc/TestDatabaseProvider.java:53
↓ 36 callersMethodwriteDouble
Writes a primitive double. @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:112
↓ 35 callersMethodassertPolledEventCount
(int expectedEventCount, UUID mcRemoteAddress)
hazelcast/src/test/java/com/hazelcast/internal/management/MCEventStoreTest.java:73
↓ 35 callersMethodassertThrows
(Class<? extends Exception> expectedExceptionClass, ConsumerEx<IMap<Object, Obje
hazelcast/src/test/java/com/hazelcast/map/AbstractMapNullTest.java:236
↓ 35 callersMethodcheckValues
( String sql, SqlColumnType expectedType, Object[] expectedResults,
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/BetweenOperatorIntegrationTest.java:231
↓ 35 callersMethoddisableProgressAssertion
Disables checking of progress of processing methods (see {@link TestSupport class javadoc} for information on what is "progress"). @return {@code thi
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:441
↓ 35 callersMethodencodeByte
(byte[] buffer, int pos, byte value)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/builtin/FixedSizeTypesCodec.java:175
↓ 35 callersMethodentry
(K key, V value)
hazelcast/src/test/java/com/hazelcast/internal/config/override/ExternalConfigTestUtils.java:24
↓ 35 callersMethodequals
(Object o)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/map/model/Person.java:60
↓ 35 callersMethodevaluate
Evaluates the given predicate using this index. @param predicate the predicate to evaluate. The predicate is guaranteed to be evalua
hazelcast/src/main/java/com/hazelcast/query/impl/Index.java:131
↓ 35 callersMethodfields
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/Mapping.java:105
↓ 35 callersMethodforNumbers
(@Nonnull String format)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/datetime/Formatter.java:247
↓ 35 callersMethodfromEpoch
(final Long timestamp, final TemporalUnit unit)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/datetime/ToTimestampTzIntegrationTest.java:149
↓ 35 callersMethodgetCardinalityEstimator
Obtain a {@link CardinalityEstimator} with the given name. <p> The estimator can be used to efficiently estimate the cardinality of <strong>unique</st
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:425
↓ 35 callersMethodgetConfigClassLoader
Returns the Config ClassLoader. This class loader will be used for the instantiation of all classes defined by the configuration (e.g. listeners, poli
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:175
↓ 35 callersMethodgetEventType
Returns the type of this event. @return the WAN event type
hazelcast/src/main/java/com/hazelcast/wan/WanEvent.java:52
↓ 35 callersMethodgetEvictionConfig
Returns the eviction configuration for this Near Cache. @return the eviction configuration
hazelcast/src/main/java/com/hazelcast/config/NearCacheConfig.java:306
↓ 35 callersMethodgetHazelcastClientInstanceImpl
(HazelcastInstance client)
hazelcast/src/test/java/com/hazelcast/client/test/ClientTestSupport.java:82
↓ 35 callersMethodgetItemId
()
hazelcast/src/main/java/com/hazelcast/collection/impl/txncollection/CollectionTxnOperation.java:21
↓ 35 callersMethodgetJobId
()
hazelcast/src/main/java/com/hazelcast/jet/impl/JobResult.java:91
↓ 35 callersMethodgetMap
()
hazelcast/src/main/java/com/hazelcast/console/ConsoleApp.java:116
↓ 35 callersMethodgetNewConfigViaGenerator
(Config config)
hazelcast/src/test/java/com/hazelcast/internal/dynamicconfig/AbstractDynamicConfigGeneratorTest.java:971
↓ 35 callersMethodgetObjectName
Returns the name of the distributed object (map or cache) on which this event occurred. @return the distributed object name
hazelcast/src/main/java/com/hazelcast/wan/WanEvent.java:44
↓ 35 callersMethodgetPassword
()
hazelcast/src/main/java/com/hazelcast/security/PasswordCredentials.java:24
↓ 35 callersMethodgetPersistentMemoryConfig
Returns the persistent memory configuration this native memory configuration uses. @return the persistent memory configuration
hazelcast/src/main/java/com/hazelcast/config/NativeMemoryConfig.java:261
← previousnext →1,501–1,600 of 147,315, ranked by callers