MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 29 callersMethodgetMembers
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 callersMethodgetMessageObject
Returns the published message @return the published message object
hazelcast/src/main/java/com/hazelcast/topic/Message.java:46
↓ 29 callersMethodgetNewConfigViaGenerator
(Config config)
hazelcast/src/test/java/com/hazelcast/internal/dynamicconfig/DynamicConfigYamlGeneratorTest.java:658
↓ 29 callersMethodgetNodeEngine
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/SqlConnector.java:574
↓ 29 callersMethodgetNodeName
()
hazelcast/src/main/java/com/hazelcast/config/PermissionConfig.java:250
↓ 29 callersMethodgetOperandList
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/parse/SqlOption.java:75
↓ 29 callersMethodgetOrPutSynchronized
(ConcurrentMap<K, V> map, K key, final Object mutex, Construct
hazelcast/src/main/java/com/hazelcast/internal/util/ConcurrencyUtil.java:113
↓ 29 callersMethodgetPartitionKey
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 callersMethodgetPartitionLostListenerConfigs
()
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:556
↓ 29 callersMethodgetRecord
(Data key)
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/RecordStore.java:287
↓ 29 callersMethodgetReplicaAddress
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 callersMethodgetRow
(int index)
hazelcast/src/main/java/com/hazelcast/sql/impl/row/Row.java:23
↓ 29 callersMethodgetSeconds
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 callersMethodgetServicesConfig
(Config config)
hazelcast/src/main/java/com/hazelcast/config/ConfigAccessor.java:49
↓ 29 callersMethodgetSqlConfig
@return Return SQL config.
hazelcast/src/main/java/com/hazelcast/config/Config.java:3039
↓ 29 callersMethodgetSqlName
Returns the name of the table in SQL.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/Table.java:62
↓ 29 callersMethodgetTieredStoreConfig
Gets the {@code TieredStoreConfig} for this {@code MapConfig} @return tiered-store config
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:791
↓ 29 callersMethodgetWanReplicationService
()
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:95
↓ 29 callersMethodin
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 callersMethodinvalidateNearCache
(Object key)
hazelcast/src/main/java/com/hazelcast/client/map/impl/nearcache/NearCachedClientMapProxy.java:651
↓ 29 callersMethodisEnabled
@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 callersMethodisEnterprise
@return true if the client uses the enterprise build of Hazelcast
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java:112
↓ 29 callersMethodjoin
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/Joiner.java:23
↓ 29 callersMethodlocalParallelism
()
hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/transform/Transform.java:47
↓ 29 callersMethodlock
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 callersMethodlookupNamespace
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 callersMethodmapUsingService
( @Nonnull ServiceFactory<?, S> serviceFactory, @Nonnull BiFunctionEx<? super S, ? sup
hazelcast/src/main/java/com/hazelcast/jet/pipeline/BatchStage.java:146
↓ 29 callersMethodnewJob
(DAG dag)
hazelcast/src/test/java/com/hazelcast/jet/core/ExecutionLifecycleTest.java:1111
↓ 29 callersMethodnonSharedService
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 callersMethodoverrideProperty
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 callersMethodreadFully
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 callersMethodrecordValue
(long latencyNanos)
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/StoreLatencyPlugin.java:306
↓ 29 callersMethodremoveIf
(Predicate filter)
hazelcast/src/main/java/com/hazelcast/internal/util/ResultSet.java:107
↓ 29 callersMethodsampleValueContainers
(ValueContainer.ValueType valueType)
hazelcast/src/test/java/com/hazelcast/aggregation/TestSamples.java:116
↓ 29 callersMethodsendClientMessage
(ClientMessage resultClientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/AbstractMessageTask.java:307
↓ 29 callersMethodsetBoolean
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 callersMethodsetInitialLoadMode
()
hazelcast/src/test/java/com/hazelcast/config/MapStoreConfigTest.java:195
↓ 29 callersMethodsetValueCollectionType
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 callersMethodsneakyThrow
(@Nonnull Throwable t)
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/ExceptionUtil.java:38
↓ 29 callersMethodsqlQuery
(String betweenClause)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/BetweenOperatorIntegrationTest.java:320
↓ 29 callersMethodthrowReadOnly
()
hazelcast/src/main/java/com/hazelcast/internal/config/MapConfigReadOnly.java:407
↓ 29 callersMethodwithJarOnClient
Create a new instance to upload and execute a local jar
hazelcast/src/main/java/com/hazelcast/jet/impl/SubmitJobParameters.java:65
↓ 29 callersMethodwithNodeCount
(int nodeCount)
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/TestMapUsingMapStoreBuilder.java:73
↓ 29 callersMethodwritePortable
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 callersMethodaddLong
(MetricDescriptor descriptor, long value)
hazelcast/src/main/java/com/hazelcast/internal/metrics/impl/MetricsCompressor.java:145
↓ 28 callersMethodaddMember
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 callersMethodasSet
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 callersMethodassertEqualsEventually
(final PartitionSpecificCallable task, final E expected)
hazelcast/src/test/java/com/hazelcast/spi/impl/operationexecutor/impl/OperationExecutorImpl_AbstractTest.java:106
↓ 28 callersMethodassertFailureOnUntrustedInterface
(ClientMessage clientMessage)
hazelcast/src/test/java/com/hazelcast/client/impl/management/MCTrustedInterfacesTest.java:314
↓ 28 callersMethodassertIterableEquals
@see org.assertj.core.api.AbstractIterableAssert#containsExactly(Object...)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:970
↓ 28 callersMethodassertOrdered
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 callersMethodassertThrows
(Class<? extends Exception> expectedExceptionClass, ConsumerEx<ClientService> me
hazelcast/src/test/java/com/hazelcast/client/AbstractClientServiceNullTest.java:41
↓ 28 callersMethodattachFile
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 callersMethodbind
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 callersMethodbuildConfig
(String xml)
hazelcast/src/test/java/com/hazelcast/config/XmlConfigImportVariableReplacementTest.java:659
↓ 28 callersMethodclear
(int index)
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseIntArrayTest.java:646
↓ 28 callersMethodcreateTempDirectory
()
hazelcast/src/test/java/com/hazelcast/jet/core/JetTestSupport.java:227
↓ 28 callersMethoddecodeRequest
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/MapPutCodec.java:109
↓ 28 callersMethoddrainTo
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 callersMethodencodeRequest
(java.lang.String name, com.hazelcast.internal.serialization.Data value)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SetAddCodec.java:78
↓ 28 callersMethodencodeRequest
(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 callersMethodencodeRequest
(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 callersMethodequals
(Object o)
hazelcast/src/main/java/com/hazelcast/internal/networking/ChannelOption.java:109
↓ 28 callersMethodexecute
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 callersMethodgetConfig
()
hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java:1334
↓ 28 callersMethodgetConnectedClients
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 callersMethodgetEventService
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 callersMethodgetFactoryId
()
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/PortableHook.java:26
↓ 28 callersMethodgetInternalHotRestartService
Returns the internal hot restart service
hazelcast/src/main/java/com/hazelcast/instance/impl/NodeExtension.java:387
↓ 28 callersMethodgetLongAttribute
(String name)
hazelcast/src/test/java/com/hazelcast/internal/jmx/MapMBeanTest.java:179
↓ 28 callersMethodgetManagementCenterConfig
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 callersMethodgetMapServiceContext
()
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/MapStoreContext.java:54
↓ 28 callersMethodgetNativeMemoryConfig
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 callersMethodgetNodeEngineThreadLocalContext
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 callersMethodgetPluginProperties
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 callersMethodgetPort
()
hazelcast/src/main/java/com/hazelcast/internal/jmx/InstanceMBean.java:240
↓ 28 callersMethodgetSplitBrainProtectionName
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 callersMethodgetString
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 callersMethodgetSymmetricEncryptionConfig
(EndpointQualifier endpointQualifier)
hazelcast/src/main/java/com/hazelcast/internal/server/ServerContext.java:76
↓ 28 callersMethodgetType
@return field type
hazelcast/src/main/java/com/hazelcast/nio/serialization/FieldDefinition.java:27
↓ 28 callersMethodgetUnit
Returns unit of the capacity @return unit of capacity
hazelcast/src/main/java/com/hazelcast/memory/Capacity.java:61
↓ 28 callersMethodinvalidateNearCache
(Object key)
hazelcast/src/main/java/com/hazelcast/map/impl/proxy/NearCachedMapProxyImpl.java:587
↓ 28 callersMethodisDistributed
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 callersMethodisNull
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 callersMethoditerator
()
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/RecordStore.java:329
↓ 28 callersMethodkinesisSource
()
extensions/kinesis/src/test/java/com/hazelcast/jet/kinesis/AbstractKinesisTest.java:181
↓ 28 callersMethodloadClass
(final ClassLoader classLoaderHint, final String className)
hazelcast/src/main/java/com/hazelcast/internal/nio/ClassLoaderUtil.java:232
↓ 28 callersMethodmetric
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 callersMethodnewDocument
(String key1, Object val1)
extensions/mongodb/src/test/java/com/hazelcast/jet/mongodb/MongoSourceTest.java:339
↓ 28 callersMethodnewManagedExecutorService
()
hazelcast/src/test/java/com/hazelcast/internal/util/executor/CachedExecutorServiceDelegateTest.java:344
↓ 28 callersMethodnextPage
Sets the page value to next page.
hazelcast/src/main/java/com/hazelcast/query/PagingPredicate.java:75
↓ 28 callersMethodnone
()
hazelcast/src/main/java/com/hazelcast/client/impl/ClientSelectors.java:44
↓ 28 callersMethodnotEqual
@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 callersMethodnullable
(SqlTypeName typeName)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/validate/types/HazelcastObjectTypeTest.java:79
↓ 28 callersMethodobjectToDataCollection
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 callersMethodobservable
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 callersMethodoverlapsOrdered
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 callersMethodrange
(C left, C right)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/physical/visitor/RexToExpressionTest.java:196
↓ 28 callersMethodreadPortable
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 callersMethodreplace
(long key, long oldValue, long newValue)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/Long2LongMap.java:32
← previousnext →1,901–2,000 of 147,315, ranked by callers