MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 11 callersMethodgetConnectionTimeout
Timeout value in millis for nodes to accept client connection requests. @return connection timeout value in millis
hazelcast/src/main/java/com/hazelcast/client/config/ClientNetworkConfig.java:209
↓ 11 callersMethodgetContainerOrNull
Returns the ringbuffer container if it already exists for the given {@code partitionId} and {@code namespace}. Returns {@code null} if it doesn't exis
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/RingbufferService.java:207
↓ 11 callersMethodgetCost
Returns the cost (in bytes) of the entry. <p> <b>Warning:</b> This method returns {@code -1} if statistics are not enabled or not implemented. @retur
hazelcast/src/main/java/com/hazelcast/core/EntryView.java:53
↓ 11 callersMethodgetCreationTime
Gets the creation time of this {@link Evictable} in milliseconds. @return the creation time of this {@link Evictable} in milliseconds
hazelcast/src/main/java/com/hazelcast/internal/eviction/Evictable.java:43
↓ 11 callersMethodgetCurrentState
@return The current lifecycle state of the client.
hazelcast/src/main/java/com/hazelcast/client/util/ClientStateListener.java:246
↓ 11 callersMethodgetCursorCount
()
hazelcast/src/main/java/com/hazelcast/sql/impl/state/QueryClientStateRegistry.java:259
↓ 11 callersMethodgetDelaySeconds
Returns the minimum number of delay seconds which an event waits in the buffer of node before sending to a {@code QueryCache} @return delay seconds
hazelcast/src/main/java/com/hazelcast/config/QueryCacheConfig.java:253
↓ 11 callersMethodgetDeviceConfigs
Returns the map of {@link LocalDeviceConfig}s mapped by device name. @return the device configurations mapped by device name
hazelcast/src/main/java/com/hazelcast/config/Config.java:2705
↓ 11 callersMethodgetDiagnostics
()
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngineImpl.java:324
↓ 11 callersMethodgetEdgeTargets
(EdgeDef edge)
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/init/DagNodeUtil.java:169
↓ 11 callersMethodgetEntryListenerConfigs
Gets the list of entry listeners (listens for when entries are added or removed) for this MultiMap. @return the list of entry listeners for this Mult
hazelcast/src/main/java/com/hazelcast/config/MultiMapConfig.java:173
↓ 11 callersMethodgetEventPublishingService
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/ReplicatedMapService.java:315
↓ 11 callersMethodgetEvents
()
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/EventBasedMapStore.java:64
↓ 11 callersMethodgetEvictionConfig
(Node node, boolean isNearCache, boolean isIMap)
hazelcast-spring/src/main/java/com/hazelcast/spring/AbstractHazelcastBeanDefinitionParser.java:482
↓ 11 callersMethodgetEvictions
@return number of evictions of Near Cache entries owned by this member
hazelcast/src/main/java/com/hazelcast/nearcache/NearCacheStats.java:61
↓ 11 callersMethodgetEvictor
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapContainer.java:118
↓ 11 callersMethodgetExecutorConfigs
Returns all registered executor configurations. @return registered executor configurations
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/ConfigurationService.java:332
↓ 11 callersMethodgetExpiryPolicyFactory
()
hazelcast/src/main/java/com/hazelcast/config/AbstractCacheConfig.java:354
↓ 11 callersMethodgetFactoryImplementation
Returns the factory implementation object. <p> Object is instance of an {@link com.hazelcast.nio.ssl.SSLContextFactory} or {@code com.hazelcast.nio.ss
hazelcast/src/main/java/com/hazelcast/config/SSLConfig.java:81
↓ 11 callersMethodgetFieldKind
Returns the kind of the field for the given field name. <p> If the field with the given name does not exist, {@link FieldKind#NOT_AVAILABLE} is return
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecord.java:154
↓ 11 callersMethodgetFieldName
()
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/compact/FieldDescriptor.java:57
↓ 11 callersMethodgetHazelcastInstanceImpl
Retrieves the {@link HazelcastInstanceImpl} from a given Hazelcast instance. @param hz the Hazelcast instance to retrieve the implementation from @re
hazelcast/src/test/java/com/hazelcast/instance/impl/TestUtil.java:96
↓ 11 callersMethodgetHeadSequence
Returns the sequence number of the element in the head index of this buffer if there exists any, otherwise {@code -1L} will be returned. @return the
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/accumulator/CyclicBuffer.java:67
↓ 11 callersMethodgetHits
@return number of hits (reads) of Near Cache entries owned by this member
hazelcast/src/main/java/com/hazelcast/nearcache/NearCacheStats.java:46
↓ 11 callersMethodgetHits
()
hazelcast/src/main/java/com/hazelcast/map/impl/record/Record.java:102
↓ 11 callersMethodgetId
()
hazelcast/src/test/java/example/serialization/EmployeeDTO.java:60
↓ 11 callersMethodgetInetAddress
()
hazelcast/src/main/java/com/hazelcast/cluster/Address.java:105
↓ 11 callersMethodgetInstance
(Address address)
hazelcast/src/test/java/com/hazelcast/test/mocknetwork/TestNodeRegistry.java:65
↓ 11 callersMethodgetInstance
(Class<C> clazz)
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/DataSerializableImplementsVersionedTest.java:108
↓ 11 callersMethodgetInvocationCount
()
hazelcast/src/test/java/com/hazelcast/internal/metrics/impl/MetricsCompressorTest.java:462
↓ 11 callersMethodgetIterator
(IMap<K, V> map, int partitionId)
hazelcast/src/test/java/com/hazelcast/map/AbstractMapPartitionIteratorTest.java:71
↓ 11 callersMethodgetLoadAllKeysInvocations
How many times {@link #loadAllKeys()} is invoked
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/CountingMapLoader.java:67
↓ 11 callersMethodgetLoadedValueCount
()
hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/CountingMapLoader.java:46
↓ 11 callersMethodgetLocalPartitions
(HazelcastInstance member)
hazelcast/src/test/java/com/hazelcast/map/impl/operation/MapFetchIndexOperationTest.java:525
↓ 11 callersMethodgetLocalUpdatePolicy
Returns the {@link LocalUpdatePolicy} of this Near Cache. @return the {@link LocalUpdatePolicy} of this Near Cache
hazelcast/src/main/java/com/hazelcast/config/NearCacheConfig.java:352
↓ 11 callersMethodgetManagementCenterConfig
()
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/DynamicConfigurationAwareConfig.java:993
↓ 11 callersMethodgetMapStoreContext
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapContainer.java:102
↓ 11 callersMethodgetMemberEndpoint
()
hazelcast/src/main/java/com/hazelcast/config/AdvancedNetworkConfig.java:297
↓ 11 callersMethodgetMergePolicyConfig
Gets the {@link MergePolicyConfig} for this map. @return the {@link MergePolicyConfig} for this map
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java:643
↓ 11 callersMethodgetMetadataSpacePercentage
Returns the percentage of native memory space to be used to store metadata and internal memory structures by the native memory manager. Default value
hazelcast/src/main/java/com/hazelcast/config/NativeMemoryConfig.java:237
↓ 11 callersMethodgetMinBlockSize
Returns the minimum memory block size, in bytes, to be served by native memory manager. Allocation requests smaller than minimum block size are served
hazelcast/src/main/java/com/hazelcast/config/NativeMemoryConfig.java:183
↓ 11 callersMethodgetName
Returns the name of this Hazelcast instance. @return name of this Hazelcast instance
hazelcast/src/main/java/com/hazelcast/core/HazelcastInstance.java:77
↓ 11 callersMethodgetNanos
Returns the configured value of a {@link HazelcastProperty} converted to nanoseconds. @param property the {@link HazelcastProperty} to get the value
hazelcast/src/main/java/com/hazelcast/spi/properties/HazelcastProperties.java:241
↓ 11 callersMethodgetNodeResultLimit
(int ownedPartitions)
hazelcast/src/main/java/com/hazelcast/map/impl/query/QueryResultSizeLimiter.java:128
↓ 11 callersMethodgetNullableInt32
Supported only for {@link com.hazelcast.config.CompactSerializationConfig Compact}. Not applicable to {@link Portable}. @param fieldName the name of
hazelcast/src/main/java/com/hazelcast/nio/serialization/genericrecord/GenericRecord.java:581
↓ 11 callersMethodgetObservable
Returns an {@link Observable} instance with the specified name. Represents a flowing sequence of events produced by jobs containing {@linkplain Sinks#
hazelcast/src/main/java/com/hazelcast/jet/JetService.java:279
↓ 11 callersMethodgetOperation
Operation is null if the command is only a change of OPTIONS. If it's null, {@link #getDeltaConfig()} is not-null.
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/parse/SqlAlterJob.java:83
↓ 11 callersMethodgetOrNull
(Map<String, Comparable> properties, String prefix, PropertyDefinition property)
hazelcast/src/main/java/com/hazelcast/kubernetes/KubernetesConfig.java:192
↓ 11 callersMethodgetOrNull
(AwsProperties awsProperties)
hazelcast/src/main/java/com/hazelcast/aws/AwsDiscoveryStrategy.java:227
↓ 11 callersMethodgetPageSize
Returns the page size. @return the page size
hazelcast/src/main/java/com/hazelcast/query/PagingPredicate.java:98
↓ 11 callersMethodgetPartitionService
(HazelcastInstance hz)
hazelcast/src/test/java/com/hazelcast/test/Accessors.java:86
↓ 11 callersMethodgetPartitionedMapIndexes
(MapContainer mapContainer, List<TableField> fields)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/map/MapTableUtils.java:75
↓ 11 callersMethodgetPort
Returns the port the Hazelcast member will try to bind on. A port number of 0 will let the system pick up an ephemeral port. @return the port the Haz
hazelcast/src/main/java/com/hazelcast/config/ServerSocketEndpointConfig.java:87
↓ 11 callersMethodgetProperties
()
hazelcast/src/main/java/com/hazelcast/config/CredentialsFactoryConfig.java:69
↓ 11 callersMethodgetQueryCacheConfigs
()
hazelcast/src/main/java/com/hazelcast/client/config/ClientConfig.java:779
↓ 11 callersMethodgetReadOnlyConfig
()
hazelcast/src/test/java/com/hazelcast/config/QueueConfigReadOnlyTest.java:33
↓ 11 callersMethodgetReplications
Returns the collection of all replications(prepared&replicated) so far.
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/compact/schema/SchemaReplicator.java:248
↓ 11 callersMethodgetResults
@return a mutable underlying list of collected results
hazelcast/src/main/java/com/hazelcast/query/impl/getters/MultiResult.java:111
↓ 11 callersMethodgetRingbufferContainer
(RingbufferConfig config)
hazelcast/src/test/java/com/hazelcast/ringbuffer/impl/RingbufferContainerTest.java:255
↓ 11 callersMethodgetSecretKey
()
extensions/kinesis/src/main/java/com/hazelcast/jet/kinesis/impl/AwsConfig.java:86
↓ 11 callersMethodgetSerializationService
(HazelcastInstance hz)
hazelcast/src/test/java/com/hazelcast/test/Accessors.java:95
↓ 11 callersMethodgetSnapshotBufferValues
()
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/ProcessorTaskletTest_Snapshots.java:411
↓ 11 callersMethodgetStartFrame
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/ClientMessage.java:168
↓ 11 callersMethodgetState
Returns the node state. @return current state of the node
hazelcast/src/main/java/com/hazelcast/instance/impl/Node.java:1005
↓ 11 callersMethodgetStatementTimeoutMillis
Gets the timeout in milliseconds that is applied to statements without an explicit timeout. @return timeout in milliseconds
hazelcast/src/main/java/com/hazelcast/config/SqlConfig.java:47
↓ 11 callersMethodgetStatus
()
hazelcast/src/main/java/com/hazelcast/jet/impl/JobAndSqlSummary.java:87
↓ 11 callersMethodgetSubject
()
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java:82
↓ 11 callersMethodgetTables
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/schema/TableResolverImpl.java:274
↓ 11 callersMethodgetTenantControlService
Returns the tenant control service.
hazelcast/src/main/java/com/hazelcast/spi/impl/NodeEngine.java:93
↓ 11 callersMethodgetTopicConfigs
Returns all registered topic configurations. @return registered topic configurations
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/ConfigurationService.java:318
↓ 11 callersMethodgetValue
()
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/writebehind/entry/DelayedEntry.java:38
↓ 11 callersMethodgetValueCollectionType
(MultiMapContainer container)
hazelcast/src/main/java/com/hazelcast/multimap/impl/operations/AbstractMultiMapOperation.java:98
↓ 11 callersMethodgetValueCollectionType
Gets the collection type for the values of this MultiMap. @return the collection type for the values of this MultiMap
hazelcast/src/main/java/com/hazelcast/config/MultiMapConfig.java:132
↓ 11 callersMethodgetVersion
Returns the version. @return version
hazelcast/src/main/java/com/hazelcast/nio/serialization/ClassDefinition.java:110
↓ 11 callersMethodgetVersion
()
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/MemberMap.java:205
↓ 11 callersMethodgetWanReplicationConfigs
Returns all registered WAN replication configurations keyed by configuration name. @return registered WAN replication configurations keyed by configu
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/ConfigurationService.java:404
↓ 11 callersMethodgetWanReplicationDelegate
()
hazelcast/src/main/java/com/hazelcast/map/impl/wan/MapWanContext.java:134
↓ 11 callersMethodgotoNew
Allocate a new array and position this flyweight to its base address. @return the base address of the new array.
hazelcast/src/main/java/com/hazelcast/internal/util/hashslot/HashSlotArray.java:78
↓ 11 callersMethodgroup
()
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/util/ThreadAffinity.java:201
↓ 11 callersMethodhandleCommand
Handle a command.
hazelcast/src/main/java/com/hazelcast/client/console/ClientConsoleApp.java:239
↓ 11 callersMethodhandleCommand
Handles a command.
hazelcast/src/main/java/com/hazelcast/console/ConsoleApp.java:174
↓ 11 callersMethodhandleMergePolicyConfig
(Node node, BeanDefinitionBuilder builder)
hazelcast-spring/src/main/java/com/hazelcast/spring/HazelcastConfigBeanDefinitionParser.java:750
↓ 11 callersMethodhasUnfinishedItem
Returns true if this outbox has an unfinished item and the same item must be offered again. If it returns false, it is safe to offer a new item. <p> O
hazelcast/src/main/java/com/hazelcast/jet/core/Outbox.java:131
↓ 11 callersMethodheadSequence
()
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/RingbufferContainer.java:202
↓ 11 callersMethodidleMessagePending
Return {@code true}, if an idle message should be forwarded. The status is reset after this method is called. It can return {@code true} at most once
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/WatermarkCoalescer.java:83
↓ 11 callersMethodindentWithSpaces
Print every value on a separate line. Use the given number of spaces for indentation. @param number the number of spaces to use @return A Pr
hazelcast/src/main/java/com/hazelcast/internal/json/PrettyPrint.java:66
↓ 11 callersMethodinitiate
Initiates the connection attempts. <p> This call does not block.
hazelcast/src/main/java/com/hazelcast/client/impl/connection/tcp/TpcChannelConnector.java:93
↓ 11 callersMethodintIterator
()
hazelcast/src/main/java/com/hazelcast/internal/util/collection/PartitionIdSet.java:100
↓ 11 callersMethodintegerAvg
@param <I> type of the input object. @return an aggregator that calculates the average of the input values. Does NOT accept null input values. Accepts
hazelcast/src/main/java/com/hazelcast/aggregation/Aggregators.java:196
↓ 11 callersMethodintervalFunction
Set a function to modify the waiting interval after a failure. @param f Function to modify the interval after a failure @return the RetryConfig.Build
hazelcast/src/main/java/com/hazelcast/jet/retry/RetryStrategies.java:86
↓ 11 callersMethodinvokeOnStableClusterParallel
( NodeEngine nodeEngine, Supplier<Operation> operationSupplier, int maxRet
hazelcast/src/main/java/com/hazelcast/internal/util/InvocationUtil.java:132
↓ 11 callersMethodisCatalogObjectNameValid
Returns true if the view name is in a valid schema, that is it must be either: <ul> <li>a simple name <li>a name in schema "public" <li>a
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/validate/ValidationUtil.java:71
↓ 11 callersMethodisCoalesce
Returns {@code true} if coalescing is enabled, otherwise returns {@code false}. <p> Default value is {@value #DEFAULT_COALESCE}. @return {@code true}
hazelcast/src/main/java/com/hazelcast/config/QueryCacheConfig.java:352
↓ 11 callersMethodisConnected
@return true if the client is connected.
hazelcast/src/main/java/com/hazelcast/client/util/ClientStateListener.java:210
↓ 11 callersMethodisDone
()
hazelcast/src/main/java/com/hazelcast/jet/impl/util/ProgressState.java:37
↓ 11 callersMethodisEmpty
()
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestInbox.java:49
↓ 11 callersMethodisEnabled
Returns {@code true} if instance tracking is enabled.
hazelcast/src/main/java/com/hazelcast/config/InstanceTrackingConfig.java:79
↓ 11 callersMethodisExpiredAt
Checks whether the expiration time is passed with respect to the provided time. <p>Returns <tt>true</tt> if and only if {@code now > getExpirationTime
hazelcast/src/main/java/com/hazelcast/internal/eviction/Expirable.java:45
↓ 11 callersMethodisFailFastOnStartup
@return whether the member should fail-fast on startup if ICMP is not allowed by the underlying OS.
hazelcast/src/main/java/com/hazelcast/config/IcmpFailureDetectorConfig.java:129
↓ 11 callersMethodisKey
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/extract/QueryPath.java:67
← previousnext →6,301–6,400 of 147,315, ranked by callers