Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hazelcast/hazelcast
/ functions
Functions
147,315 in github.com/hazelcast/hazelcast
⨍
Functions
147,315
◇
Types & classes
15,944
↓ 2 callers
Method
getTrustCertificate
Return the location of the trust certificate authority chain in PEM format. @return the location of the trust certificate
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:401
↓ 2 callers
Method
getTrustCertificatePrivateKey
Return the location of the private key for the trust certificate in PEM format. @return the location of the trust certificate private key
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:421
↓ 2 callers
Method
getTrustStore
Return the trust store that holds SSL certificates. @return the trust store
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:280
↓ 2 callers
Method
getTrustStorePassword
Return the password used to access the trust store. @return the trust store password
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:300
↓ 2 callers
Method
getTrustStoreProvider
Return the provider for the trust store. @return the trust store provider
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:340
↓ 2 callers
Method
getTrustStoreType
Return the type of the trust store. @return the trust store type
hazelcast/src/main/java/com/hazelcast/config/rest/RestConfig.java:320
↓ 2 callers
Method
getTsTzOffsetDateTimeVal
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/SqlBasicTest.java:782
↓ 2 callers
Method
getTtlEvictionScheduler
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/AbstractBaseReplicatedRecordStore.java:86
↓ 2 callers
Method
getTtlMillis
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/ReplicatedMapEntryViewHolder.java:111
↓ 2 callers
Method
getTxnId
()
hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionContextImpl.java:61
↓ 2 callers
Method
getType
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/map/MapTableIndex.java:57
↓ 2 callers
Method
getType
()
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/FieldDefinitionImpl.java:57
↓ 2 callers
Method
getType
()
hazelcast/src/main/java/com/hazelcast/internal/management/events/WanSyncIgnoredEvent.java:46
↓ 2 callers
Method
getType
(String nodeName)
hazelcast/src/main/java/com/hazelcast/config/PermissionConfig.java:242
↓ 2 callers
Method
getTypes
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/plan/node/PlanNodeSchema.java:55
↓ 2 callers
Method
getUUID
(Random random)
hazelcast/src/main/java/com/hazelcast/internal/util/UuidUtil.java:85
↓ 2 callers
Method
getUnhealthyEndpoints
Fetches a set of {@link Address} marked as unhealthy by the underlying {@link DiscoveryStrategy}. If not supported by the underlying implementation, t
hazelcast/src/main/java/com/hazelcast/spi/discovery/integration/DiscoveryService.java:115
↓ 2 callers
Method
getUnisocketConfig
(int memberPort)
hazelcast/src/test/java/com/hazelcast/internal/networking/nio/AdvancedNetworkStatsIntegrationTest.java:140
↓ 2 callers
Method
getUnit
()
hazelcast/src/main/java/com/hazelcast/scheduledexecutor/impl/TaskDefinition.java:110
↓ 2 callers
Method
getUpdateColumnList
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/physical/UpdatePhysicalRel.java:101
↓ 2 callers
Method
getUpdateCount
()
hazelcast/src/main/java/com/hazelcast/internal/monitor/impl/PerIndexStats.java:85
↓ 2 callers
Method
getUpdateFn
()
hazelcast/src/main/java/com/hazelcast/jet/impl/connector/MapSinkConfiguration.java:87
↓ 2 callers
Method
getUpstreamBuildInfo
()
hazelcast/src/main/java/com/hazelcast/instance/BuildInfo.java:106
↓ 2 callers
Method
getUptime
(long now, ClientEndpoint endpoint)
hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpointStatisticsManagerImpl.java:77
↓ 2 callers
Method
getUriString
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/holder/CacheConfigHolder.java:127
↓ 2 callers
Method
getUsedNative
Returns the amount of used native memory in current HazelcastInstance in bytes. @return the amount of used native memory in bytes
hazelcast/src/main/java/com/hazelcast/internal/memory/MemoryStats.java:127
↓ 2 callers
Method
getUserCodeNamespace
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/AbstractPartitionMessageTask.java:87
↓ 2 callers
Method
getUserExpirationTime
Returns expiration time offset in terms of JVM clock. HZ view vs JVM view of expiration time may differ in case of a custom clock implementation.
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/AbstractMapDataStore.java:87
↓ 2 callers
Method
getUsernamePasswordIdentityConfig
()
hazelcast/src/main/java/com/hazelcast/client/config/ClientSecurityConfig.java:57
↓ 2 callers
Method
getUuid
()
hazelcast/src/test/java/com/hazelcast/map/impl/query/CustomObject.java:40
↓ 2 callers
Method
getUuid
Returns the UUID of this CP member. The CP member UUID does not have to be same with the UUID of the local member that is accessed via {@link Cluster#
hazelcast/src/main/java/com/hazelcast/cp/CPMember.java:50
↓ 2 callers
Method
getValidationTimeoutSeconds
Returns configured validation timeout for hot-restart process. @return validation timeout in seconds
hazelcast/src/main/java/com/hazelcast/config/HotRestartPersistenceConfig.java:179
↓ 2 callers
Method
getValidator
()
hazelcast/src/test/java/com/hazelcast/config/XmlOnlyConfigBuilderTest.java:268
↓ 2 callers
Method
getValue
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/exec/scan/index/IndexEqualsFilter.java:43
↓ 2 callers
Method
getValue
()
hazelcast/src/test/java/com/hazelcast/map/EntryProcessorTest.java:1826
↓ 2 callers
Method
getValue
()
hazelcast/src/main/java/com/hazelcast/gcp/Label.java:42
↓ 2 callers
Method
getValue
Returns value of the capacity in its original unit. @return capacity in its original unit
hazelcast/src/main/java/com/hazelcast/memory/Capacity.java:52
↓ 2 callers
Method
getValue
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/ReplicatedRecord.java:64
↓ 2 callers
Method
getValue
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/ReplicatedMapEntryView.java:66
↓ 2 callers
Method
getValue
(K key, V value, Function<? super K, ? extends V> function)
hazelcast/src/main/java/com/hazelcast/internal/util/ConcurrentReferenceHashMap.java:858
↓ 2 callers
Method
getValue
(Future<V> future)
hazelcast/src/main/java/com/hazelcast/internal/util/FutureUtil.java:335
↓ 2 callers
Method
getValue
()
hazelcast/src/main/java/com/hazelcast/internal/config/override/ConfigNode.java:58
↓ 2 callers
Method
getValue
Returns the value @return the value
hazelcast/src/main/java/com/hazelcast/map/EntryLoader.java:78
↓ 2 callers
Method
getValue
(int index)
hazelcast/src/main/java/com/hazelcast/map/impl/MapEntries.java:77
↓ 2 callers
Method
getValue
()
hazelcast/src/main/java/com/hazelcast/map/impl/DataAwareEntryEvent.java:89
↓ 2 callers
Method
getValueClassName
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/holder/CacheConfigHolder.java:155
↓ 2 callers
Method
getValueComparatorOf
(InMemoryFormat inMemoryFormat)
hazelcast/src/main/java/com/hazelcast/internal/util/comparators/ValueComparatorUtil.java:29
↓ 2 callers
Method
getValueComparatorOf
(InMemoryFormat inMemoryFormat)
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:234
↓ 2 callers
Method
getValueInternal
(Object target, String fieldPath, boolean useLazyDeserialization)
hazelcast/src/main/java/com/hazelcast/query/impl/getters/CompactGetter.java:33
↓ 2 callers
Method
getValueInternal
(Object target, String fieldPath, boolean useLazyDeserialization)
hazelcast/src/main/java/com/hazelcast/query/impl/getters/PortableGetter.java:33
↓ 2 callers
Method
getValueMetadata
()
hazelcast/src/main/java/com/hazelcast/query/impl/Metadata.java:47
↓ 2 callers
Method
getValueOrPostProcessedValue
(Data dataKey, Data dataValue)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/MergeOperation.java:258
↓ 2 callers
Method
getValueOrPostProcessedValue
(Record record, Data dataValue)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/MapOperation.java:528
↓ 2 callers
Method
getValueOrPostProcessedValue
(Data dataKey, Data dataValue)
hazelcast/src/main/java/com/hazelcast/map/impl/operation/PutAllOperation.java:203
↓ 2 callers
Method
getValueStartLocation
Points to the location where this object starts in underlying input. The returned value is offset from the start of the object. The unit of the offset
hazelcast/src/main/java/com/hazelcast/json/internal/JsonSchemaTerminalNode.java:47
↓ 2 callers
Method
getVectorClocks
Returns the vector clocks for the CRDTs replicated by the replication operation.
hazelcast/src/main/java/com/hazelcast/internal/crdt/CRDTReplicationContainer.java:52
↓ 2 callers
Method
getVectors
@return the document's vectors, if requested to be included, otherwise {@code null} @see SearchOptions#isIncludeVectors()
hazelcast/src/main/java/com/hazelcast/vector/SearchResult.java:52
↓ 2 callers
Method
getVersion
()
hazelcast/src/test/java/com/hazelcast/collection/impl/queue/model/PriorityElement.java:42
↓ 2 callers
Method
getVersion
()
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/VersionedDataSerializable.java:47
↓ 2 callers
Method
getVersion
@return global version of portable classes
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableReader.java:44
↓ 2 callers
Method
getVersion
()
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/portable/FieldDefinitionImpl.java:82
↓ 2 callers
Method
getVersion
Returns the codebase version of the node. @return codebase version of the node
hazelcast/src/main/java/com/hazelcast/instance/impl/Node.java:1014
↓ 2 callers
Method
getVisitor
@return the visitor being tested.
hazelcast/src/test/java/com/hazelcast/query/impl/predicates/VisitorTestSupport.java:44
↓ 2 callers
Method
getWanEventCounter
Returns the {@link WanEventCounters} for the given {@code serviceName}
hazelcast/src/main/java/com/hazelcast/wan/impl/WanEventCounterRegistry.java:45
↓ 2 callers
Method
getWanEventCounter
Returns the {@link WanEventCounters} for the given {@code serviceName}
hazelcast/src/main/java/com/hazelcast/wan/impl/WanEventCounterRegistry.java:82
↓ 2 callers
Method
getWanReplicationConfigs
Returns the map of WAN replication configurations, mapped by config name. @return the WAN replication configurations mapped by config name
hazelcast/src/main/java/com/hazelcast/config/Config.java:2299
↓ 2 callers
Method
getWanReplicationImpl
(HazelcastInstance instance)
hazelcast/src/test/java/com/hazelcast/map/impl/wan/WANContextInitializationTest.java:134
↓ 2 callers
Method
getWanReplicationRefAsMap
(WanReplicationRef wanReplicationRef, boolean isMap)
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/DynamicConfigYamlGenerator.java:1651
↓ 2 callers
Method
getWanReplicationService
()
hazelcast/src/main/java/com/hazelcast/wan/impl/WanEventContainerReplicationOperation.java:150
↓ 2 callers
Method
getWeightedItem
(int index)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/WeightedEvictableList.java:104
↓ 2 callers
Method
getWhenNoSSLDetected
()
hazelcast/src/main/java/com/hazelcast/spi/properties/ClusterProperty.java:335
↓ 2 callers
Method
getWhitelistOrNull
(JavaSerializationFilterConfig filter)
hazelcast/src/main/java/com/hazelcast/config/ConfigAccessor.java:81
↓ 2 callers
Method
getWithSnapshotName
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/SqlPlanImpl.java:661
↓ 2 callers
Method
getWmIndex
Get the index for the given WM key. Extends the arrays, if needed.
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/AsyncTransformUsingServiceUnorderedP.java:252
↓ 2 callers
Method
getWorkQueue
()
hazelcast/src/main/java/com/hazelcast/internal/networking/nio/iobalancer/IOBalancer.java:116
↓ 2 callers
Method
getWrapped
()
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/ProcessorWrapper.java:47
↓ 2 callers
Method
getWriteBatchSize
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/dynamicconfig/MapStoreConfigHolder.java:117
↓ 2 callers
Method
getWriteDelaySeconds
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/dynamicconfig/MapStoreConfigHolder.java:109
↓ 2 callers
Method
getWriteDelaySeconds
(MapStoreContext mapStoreContext)
hazelcast/src/main/java/com/hazelcast/map/impl/mapstore/writebehind/StoreWorker.java:286
↓ 2 callers
Method
getXid
()
hazelcast/src/main/java/com/hazelcast/transaction/impl/xa/XATransaction.java:289
↓ 2 callers
Method
getYaml
(String resource)
hazelcast/src/test/java/com/hazelcast/config/XmlYamlConfigBuilderEqualsTest.java:142
↓ 2 callers
Method
getYearByKey
(int key)
hazelcast/src/test/java/com/hazelcast/map/MapIndexLifecycleTest.java:382
↓ 2 callers
Method
getZones
()
hazelcast/src/main/java/com/hazelcast/gcp/GcpConfig.java:54
↓ 2 callers
Method
givenMemberWithTwoClients
()
hazelcast/src/test/java/com/hazelcast/client/internal/metrics/ClientMetricsTest.java:82
↓ 2 callers
Method
givenParkedOperation
()
hazelcast/src/test/java/com/hazelcast/spi/impl/operationparker/impl/OperationParkerMigrationTest.java:194
↓ 2 callers
Method
givenYmlClientConfigFileInWorkDir
(String instanceName)
hazelcast/src/test/java/com/hazelcast/config/helpers/DeclarativeConfigFileHelper.java:112
↓ 2 callers
Method
givenYmlClientConfigFileOnClasspath
(String instanceName)
hazelcast/src/test/java/com/hazelcast/config/helpers/DeclarativeConfigFileHelper.java:125
↓ 2 callers
Method
givenYmlClientFailoverConfigFileInWorkDir
(int tryCount)
hazelcast/src/test/java/com/hazelcast/config/helpers/DeclarativeConfigFileHelper.java:158
↓ 2 callers
Method
givenYmlClientFailoverConfigFileOnClasspath
(int tryCount)
hazelcast/src/test/java/com/hazelcast/config/helpers/DeclarativeConfigFileHelper.java:171
↓ 2 callers
Method
givenYmlConfigFileInWorkDir
(String instanceName)
hazelcast/src/test/java/com/hazelcast/config/helpers/DeclarativeConfigFileHelper.java:57
↓ 2 callers
Method
givenYmlConfigFileOnClasspath
(String instanceName)
hazelcast/src/test/java/com/hazelcast/config/helpers/DeclarativeConfigFileHelper.java:79
↓ 2 callers
Method
glob
Sets the globbing mask, see {@link java.nio.file.FileSystem#getPathMatcher(String) getPathMatcher()}. Default value is {@code " "} which means all fil
hazelcast/src/main/java/com/hazelcast/jet/pipeline/FileSourceBuilder.java:63
↓ 2 callers
Method
globalIndex
()
hazelcast/src/test/java/com/hazelcast/map/EntryProcessorTest.java:142
↓ 2 callers
Method
globalProcessorIndex
Sets the globalProcessorIndex for the Processor @param globalProcessorIndex globalProcessorIndex, default to 0
hazelcast/src/main/java/com/hazelcast/jet/core/test/TestSupport.java:548
↓ 2 callers
Method
gotoAddress
Position this flyweight to the supplied base address.
hazelcast/src/main/java/com/hazelcast/internal/util/hashslot/HashSlotArray.java:72
↓ 2 callers
Method
gracefullyTerminateOrCancel
()
hazelcast/src/main/java/com/hazelcast/jet/impl/MasterJobContext.java:1042
↓ 2 callers
Method
groupDataToPartitions
(Map<? extends K, ? extends V> map, int partitionCount)
hazelcast/src/main/java/com/hazelcast/cache/impl/CacheProxy.java:592
↓ 2 callers
Method
handle
(Entry<K, V> entry, Data itemData)
hazelcast/src/main/java/com/hazelcast/jet/impl/connector/UpdateMapP.java:142
↓ 2 callers
Method
handleAliasedDiscoveryStrategy
(JoinConfig joinConfig, Node node, String tag)
hazelcast/src/main/java/com/hazelcast/internal/config/MemberDomConfigProcessor.java:1600
↓ 2 callers
Method
handleAutoDetection
(Node node, BeanDefinitionBuilder joinConfigBuilder)
hazelcast-spring/src/main/java/com/hazelcast/spring/AbstractHazelcastBeanDefinitionParser.java:629
← previous
next →
19,101–19,200 of 147,315, ranked by callers