MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 13 callersMethodgetSlowOperationLogsAndAssertNumberOfSlowOperationLogs
(final HazelcastInstance instance,
hazelcast/src/test/java/com/hazelcast/spi/impl/operationexecutor/slowoperationdetector/SlowOperationDetectorAbstractTest.java:108
↓ 13 callersMethodgetStackTrace
(Thread thread)
hazelcast/src/main/java/com/hazelcast/jet/impl/util/ReflectionUtils.java:448
↓ 13 callersMethodgetTag
()
hazelcast/src/main/java/com/hazelcast/config/AliasedDiscoveryConfig.java:141
↓ 13 callersMethodgetThreads
()
hazelcast/src/test/java/classloading/ThreadLeakTestUtils.java:60
↓ 13 callersMethodgetTimestamp
Returns event timestamp as milliseconds from the epoch. @return event timestamp in millis
hazelcast/src/main/java/com/hazelcast/auditlog/AuditableEvent.java:67
↓ 13 callersMethodgetTransaction
(TransactionContext ctx)
hazelcast/src/main/java/com/hazelcast/transaction/impl/xa/TransactionAccessor.java:27
↓ 13 callersMethodgetType
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/type/QueryDataType.java:501
↓ 13 callersMethodinboundPipeline
Returns the {@link InboundPipeline} that belongs to this Channel. <p> This method is thread-safe, but most methods on the {@link InboundPipeline} are
hazelcast/src/main/java/com/hazelcast/internal/networking/Channel.java:109
↓ 13 callersMethodindex
(IndexType type, String... components)
hazelcast/src/test/java/com/hazelcast/query/impl/AttributeIndexRegistryTest.java:203
↓ 13 callersMethodinsert
(long key)
hazelcast/src/test/java/com/hazelcast/internal/util/hashslot/impl/HashSlotArray8byteKeyImplTest.java:306
↓ 13 callersMethodinstallFileToBaseDir
(String contents, String filename)
extensions/python/src/test/java/com/hazelcast/jet/python/PythonInitCleanupTest.java:366
↓ 13 callersMethodinvoke
(Object operation, boolean urgent)
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/InvokerWrapper.java:35
↓ 13 callersMethodinvokeForMock
Invokes the given {@link InvocationOnMock} and returns a non-proxied result. <p> This method is used to retrieve the result to create another mock. @
hazelcast/src/test/java/com/hazelcast/test/starter/answer/AbstractAnswer.java:155
↓ 13 callersMethodisAll
()
hazelcast/src/test/java/com/hazelcast/internal/iteration/IndexIterationPointerTest.java:158
↓ 13 callersMethodisBinary
()
hazelcast/src/main/java/com/hazelcast/multimap/impl/operations/AbstractMultiMapOperation.java:105
↓ 13 callersMethodisChangeExpiryOnUpdate
()
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/State.java:523
↓ 13 callersMethodisEmpty
()
hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/record/ReplicatedRecordStore.java:75
↓ 13 callersMethodisEnabled
Returns whether persistence enabled on this member. @return true if persistence enabled, false otherwise
hazelcast/src/main/java/com/hazelcast/config/PersistenceConfig.java:87
↓ 13 callersMethodisInvalidateOnChange
Checks if the {@link NearCacheConfig#isInvalidateOnChange()} of a {@link NearCacheConfig} is {@code true}. @param nearCacheConfig the {@link NearCach
hazelcast/src/test/java/com/hazelcast/internal/nearcache/impl/NearCacheTestUtils.java:228
↓ 13 callersMethodisJoinAllowed
Returns {@code true}, if joining of a new member is allowed in this state. @return {@code true} if joining of a new member is allowed in this state.
hazelcast/src/main/java/com/hazelcast/cluster/ClusterState.java:188
↓ 13 callersMethodisLeaf
Returns true if the node with {@code nodeOrder} is a leaf in a tree with {@code depth} levels @param nodeOrder The order of the node to test @param d
hazelcast/src/main/java/com/hazelcast/wan/impl/merkletree/MerkleTreeUtil.java:252
↓ 13 callersMethodisNotNull
Tests if an argument is not null. @param argument the argument tested to see if it is not null. @param argName the argument name (used in message if
hazelcast/src/main/java/com/hazelcast/internal/util/Preconditions.java:91
↓ 13 callersMethodisPortable
Returns true if this Data is created from a {@link com.hazelcast.nio.serialization.Portable} object, false otherwise. @return true if source object i
hazelcast/src/main/java/com/hazelcast/internal/serialization/Data.java:118
↓ 13 callersMethodisRunningOnEcs
()
hazelcast/src/main/java/com/hazelcast/aws/Environment.java:27
↓ 13 callersMethodisStartCompleted
@return {@code true} when recovery process is completed and all members reached final state, otherwise {@code false}.
hazelcast/src/main/java/com/hazelcast/internal/hotrestart/InternalHotRestartService.java:74
↓ 13 callersMethodjoin
(String... strings)
hazelcast/src/test/java/com/hazelcast/internal/json/JsonParser_Test.java:729
↓ 13 callersMethodlines
Returns a file format for text files where each line is a {@code String} data item. It uses the UTF-8 character encoding.
hazelcast/src/main/java/com/hazelcast/jet/pipeline/file/FileFormat.java:130
↓ 13 callersMethodlinkedAddressesOf
If this instance uuid and its addresses has been registered before, it returns the addresses corresponding to this instance uuid. @param uuid instance
hazelcast/src/main/java/com/hazelcast/internal/server/tcp/LocalAddressRegistry.java:222
↓ 13 callersMethodlistAllNearCaches
Lists all existing {@link NearCache} instances. @return all existing {@link NearCache} instances
hazelcast/src/main/java/com/hazelcast/internal/nearcache/NearCacheManager.java:67
↓ 13 callersMethodload
Populates Hazelcast {@link ClientConfig} object from an external configuration file. <p> It tries to load Hazelcast Client configuration from a list o
hazelcast/src/main/java/com/hazelcast/client/config/ClientConfig.java:204
↓ 13 callersMethodlocalParallelism
Sets the number of processors corresponding to this vertex that will be created on each member. <p> If the value is {@value #LOCAL_PARALLELISM_USE_DEF
hazelcast/src/main/java/com/hazelcast/jet/core/Vertex.java:159
↓ 13 callersMethodlock
Acquires the lock. <p> When the caller already holds the lock and the current lock() call is reentrant, the call can fail with {@link LockAcquireLimit
hazelcast/src/main/java/com/hazelcast/cp/lock/FencedLock.java:173
↓ 13 callersMethodlog
Logs a message at the given level. @param level the log level @param message the message to log
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/logging/TpcLogger.java:180
↓ 13 callersMethodlogAllExceptions
This ExceptionHandler rethrows {@link java.util.concurrent.ExecutionException}s and logs {@link com.hazelcast.core.MemberLeftException}s to the log.
hazelcast/src/main/java/com/hazelcast/internal/util/FutureUtil.java:151
↓ 13 callersMethodmakeLiteral
(Object value, RelDataType type, boolean allowCast)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/HazelcastRexBuilder.java:46
↓ 13 callersMethodmapToItemFn
Set the function to map SearchHit to a pipeline item <p> For example, to map a SearchHit to a value of a field `productId`: <pre>{@code builder.mapToI
extensions/elasticsearch/elasticsearch-7/src/main/java/com/hazelcast/jet/elastic/ElasticSourceBuilder.java:156
↓ 13 callersMethodmapUsingIMap
( @Nonnull String mapName, @Nonnull FunctionEx<? super T, ? extends K> lookupKeyFn,
hazelcast/src/main/java/com/hazelcast/jet/pipeline/BatchStage.java:205
↓ 13 callersMethodmarkSchemaAsPrepared
Marks the replication status of the schema as {@link SchemaReplicationStatus#PREPARED} if it is not marked yet. @param schema to set the status.
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/compact/schema/SchemaReplicator.java:207
↓ 13 callersMethodmultiAttribute
Returns a projection that extracts the value of the given {@code attributePaths}. The attribute values will be returned as an {@code Object[]} array f
hazelcast/src/main/java/com/hazelcast/projection/Projections.java:62
↓ 13 callersMethodmutexFor
(Object mutexKey)
hazelcast/src/main/java/com/hazelcast/internal/util/ContextMutexFactory.java:68
↓ 13 callersMethodnewCacheAccessor
Creates a new instance of {@link BackupAccessor} for a given cache. <p> It access a first backup replica. @param cluster all instances in the clust
hazelcast/src/test/java/com/hazelcast/test/backup/TestBackupUtils.java:83
↓ 13 callersMethodnewCompletableFuture
()
hazelcast/src/main/java/com/hazelcast/spi/impl/AbstractInvocationFuture.java:1324
↓ 13 callersMethodnewDiagnostics
(Config config)
hazelcast/src/test/java/com/hazelcast/internal/diagnostics/DiagnosticsTest.java:255
↓ 13 callersMethodnewExtractor
()
hazelcast/src/test/java/com/hazelcast/query/impl/IndexesTest.java:142
↓ 13 callersMethodnewMetricDescriptor
()
hazelcast/src/main/java/com/hazelcast/internal/metrics/impl/MetricsRegistryImpl.java:370
↓ 13 callersMethodnewReactor
()
hazelcast-tpc-engine/src/test/java/com/hazelcast/internal/tpcengine/net/AsyncServerSocketTest.java:51
↓ 13 callersMethodnewSecureUUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID. <p> The {@code UUID} is generated using a cryptographically strong pseudo random
hazelcast/src/main/java/com/hazelcast/internal/util/UuidUtil.java:81
↓ 13 callersMethodof
()
hazelcast/src/main/java/com/hazelcast/map/impl/query/Query.java:131
↓ 13 callersMethodoptimize
(Predicate<K, V> predicate, IndexRegistry indexes)
hazelcast/src/main/java/com/hazelcast/query/impl/predicates/QueryOptimizer.java:28
↓ 13 callersMethodoptions
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/map/Metadata.java:50
↓ 13 callersMethodoutstream
(int ordinal)
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/ProcessorTaskletTest_Blocking.java:362
↓ 13 callersMethodparseListeners
(Node node, Class<?> listenerConfigClass)
hazelcast-spring/src/main/java/com/hazelcast/spring/AbstractHazelcastBeanDefinitionParser.java:224
↓ 13 callersMethodpartitionAssignment
Returns the partition assignment used by this job. This is the assignment partitioned edges will use and the assignment processors dealing with Hazelc
hazelcast/src/main/java/com/hazelcast/jet/core/ProcessorMetaSupplier.java:914
↓ 13 callersMethodprocContext
()
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/TwoPhaseSnapshotCommitUtility.java:109
↓ 13 callersMethodproject
( PlanNodeFieldTypeProvider schema, List<? extends RexNode> nodes, QueryPa
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/physical/PhysicalRel.java:53
↓ 13 callersMethodprojection
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/HazelcastPhysicalScan.java:27
↓ 13 callersMethodprovideMetrics
For each object that implements {@link StaticMetricsProvider} the {@link StaticMetricsProvider#provideStaticMetrics(MetricsRegistry)} is called. @par
hazelcast/src/main/java/com/hazelcast/internal/metrics/MetricsRegistry.java:316
↓ 13 callersMethodpublishWanUpdate
This method will create a wrapper object using the given {@link CacheEntryView} and place it to wan replication queues. <p> Updating cache operations
hazelcast/src/main/java/com/hazelcast/cache/impl/event/CacheWanEventPublisher.java:43
↓ 13 callersMethodputChar
Writes the given char value to given address. @param address the address where the char value will be written to @param x the char value to be
hazelcast/src/main/java/com/hazelcast/internal/memory/MemoryAccessor.java:80
↓ 13 callersMethodquoteExternalName
(StringBuilder sb, String externalName)
extensions/mapstore/src/main/java/com/hazelcast/mapstore/MappingHelper.java:90
↓ 13 callersMethodreadAny
(@Nonnull String fieldName)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/AbstractGenericRecord.java:84
↓ 13 callersMethodreadInt64
Reads a 64-bit two's complement signed integer. <p> This method can also read a nullable int64, as long as it is not {@code null}. If a {@code null} v
hazelcast/src/main/java/com/hazelcast/nio/serialization/compact/CompactReader.java:155
↓ 13 callersMethodreadShort
(byte[] buffer, int pos, boolean useBigEndian)
hazelcast/src/main/java/com/hazelcast/internal/nio/Bits.java:111
↓ 13 callersMethodregister
@param name for the executor service @param poolSize the maximum number of threads to allow in the pool @param queueCapacity the queue t
hazelcast/src/main/java/com/hazelcast/spi/impl/executionservice/ExecutionService.java:133
↓ 13 callersMethodregisterLocalListener
Registers a local only listener. @param serviceName service name @param topic topic name @param listener listener instance @return event reg
hazelcast/src/main/java/com/hazelcast/spi/impl/eventservice/EventService.java:68
↓ 13 callersMethodregisterMethod
(MetricsRegistry metricsRegistry, Object osBean, String methodName, String name)
hazelcast/src/main/java/com/hazelcast/internal/metrics/metricsets/OperatingSystemMetricSet.java:87
↓ 13 callersMethodrelease
Finish the pending operations and release the associated resources. If a transaction was begun, must not commit or roll it back, the transaction can b
hazelcast/src/main/java/com/hazelcast/jet/impl/processor/TwoPhaseSnapshotCommitUtility.java:338
↓ 13 callersMethodreturnWithDeadline
(Collection<Future<V>> futures, long timeout, TimeUnit timeUnit)
hazelcast/src/main/java/com/hazelcast/internal/util/FutureUtil.java:203
↓ 13 callersMethodreverse
()
extensions/avro/src/main/java/com/hazelcast/jet/avro/impl/AvroSerializerHooks.java:350
↓ 13 callersMethodreversed
{@code Serializable} variant of {@link Comparator#reversed() java.util.Comparator#reversed()}
hazelcast/src/main/java/com/hazelcast/function/ComparatorEx.java:391
↓ 13 callersMethodrunJobExpectFailure
(@Nonnull DAG dag, boolean snapshotting)
hazelcast/src/test/java/com/hazelcast/jet/core/ExecutionLifecycleTest.java:1143
↓ 13 callersMethodsearch
(String text, String search, int start)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/string/StringFunctionUtils.java:111
↓ 13 callersMethodsearchRequestFn
Set the search request supplier function <p> The connector executes this search request to retrieve documents from Elasticsearch. <p> For example, to
extensions/elasticsearch/elasticsearch-7/src/main/java/com/hazelcast/jet/elastic/ElasticSourceBuilder.java:138
↓ 13 callersMethodsendData
Sends given String (as UTF-8) to the server. @see #sendData(byte[])
hazelcast/src/test/java/com/hazelcast/internal/nio/ascii/TextProtocolClient.java:110
↓ 13 callersMethodsendMessages
()
extensions/kinesis/src/test/java/com/hazelcast/jet/kinesis/AbstractKinesisTest.java:126
↓ 13 callersMethodset
@return old value
hazelcast/src/main/java/com/hazelcast/map/impl/recordstore/RecordStore.java:71
↓ 13 callersMethodsetArrayOfGenericRecord
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:1245
↓ 13 callersMethodsetAttribute
(String key, String value)
hazelcast/src/main/java/com/hazelcast/cluster/impl/MemberImpl.java:127
↓ 13 callersMethodsetBlacklist
Sets the blacklist filter. @param blackList the blacklist filter to set @return this configuration
hazelcast/src/main/java/com/hazelcast/config/JavaSerializationFilterConfig.java:69
↓ 13 callersMethodsetByteOrder
(ByteOrder byteOrder)
hazelcast/src/main/java/com/hazelcast/internal/serialization/SerializationServiceBuilder.java:55
↓ 13 callersMethodsetCallerAddress
(Operation op, Address caller)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/OperationAccessor.java:33
↓ 13 callersMethodsetCursorBufferSize
Sets the cursor buffer size (measured in the number of rows). <p> When a statement is submitted for execution, a {@link SqlResult} is returned as a re
hazelcast/src/main/java/com/hazelcast/sql/SqlStatement.java:281
↓ 13 callersMethodsetExtractorClassName
Sets the full class name of the extractor in a String format, e.g. {@code com.example.car.SpeedExtractor}. @param extractorClassName the full class n
hazelcast/src/main/java/com/hazelcast/config/AttributeConfig.java:134
↓ 13 callersMethodsetFactoryImplementation
()
hazelcast/src/test/java/com/hazelcast/config/MapStoreConfigTest.java:148
↓ 13 callersMethodsetGroupType
Sets the MemberGroupType. A @{link MemberGroupType#CUSTOM} indicates that custom groups are created. With the {@link MemberGroupType#HOST_AWARE} group
hazelcast/src/main/java/com/hazelcast/config/PartitionGroupConfig.java:227
↓ 13 callersMethodsetInt16
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:191
↓ 13 callersMethodsetMaxRolledFileCount
Sets the maximum number of rolling files to keep on disk. The DiagnosticsLogFile uses a rolling file approach to prevent using too much disk space. <p
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsConfig.java:216
↓ 13 callersMethodsetMetadataPolicy
Sets the metadata policy. See {@link MetadataPolicy} for more information. @param metadataPolicy the metadata policy
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:618
↓ 13 callersMethodsetResponse
Prepares an HTTP response with no content and the provided status line and response headers. @param statusCode the HTTP response status code @param h
hazelcast/src/main/java/com/hazelcast/internal/ascii/rest/HttpCommand.java:131
↓ 13 callersMethodsetRestEndpointConfig
Sets the server socket endpoint config for {@link ProtocolType#REST REST} protocol. If another {@code ServerSocketEndpointConfig} was previously set,
hazelcast/src/main/java/com/hazelcast/config/AdvancedNetworkConfig.java:178
↓ 13 callersMethodsetSequence
Only used for Hot Restart, HDRecord
hazelcast/src/main/java/com/hazelcast/map/impl/record/Record.java:121
↓ 13 callersMethodsetSerializationService
(SerializationService serializationService)
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/event/QueryCacheEventData.java:43
↓ 13 callersMethodsetStoreIntervalSeconds
()
hazelcast/src/test/java/com/hazelcast/config/NearCachePreloaderConfigTest.java:73
↓ 13 callersMethodsetSuspendOnFailure
Sets what happens if the job execution fails: <ul> <li> If enabled, the job will be suspended. It can later be {@linkplain Job#resume() resumed}
hazelcast/src/main/java/com/hazelcast/jet/config/JobConfig.java:232
↓ 13 callersMethodsetTimeToLiveSeconds
The maximum number of seconds for each entry to stay in the map. Entries that are older than timeToLiveSeconds will be automatically evicted from the
hazelcast/src/main/java/com/hazelcast/config/MapConfig.java:343
↓ 13 callersMethodshouldReply
()
hazelcast/src/main/java/com/hazelcast/internal/ascii/TextCommand.java:37
↓ 13 callersMethodshouldUseGlobalIndex
()
hazelcast/src/main/java/com/hazelcast/map/impl/MapContainer.java:65
↓ 13 callersMethodshutdown
Shutdowns <tt>NodeExtension</tt>. Called on <tt>Node.shutdown()</tt> right after setting the state to PASSIVE.
hazelcast/src/main/java/com/hazelcast/instance/impl/NodeExtension.java:80
↓ 13 callersMethodsize
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/plan/cache/PlanCache.java:69
↓ 13 callersMethodsleepMillis
(long millis)
hazelcast-tpc-engine/src/test/java/com/hazelcast/internal/tpcengine/TpcTestSupport.java:151
← previousnext →5,701–5,800 of 147,315, ranked by callers