MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 21 callersMethodsubmitToCoordinatorThread
(Runnable action)
hazelcast/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java:1506
↓ 21 callersMethodtestTargetsCommand
(String... args)
hazelcast/src/test/java/com/hazelcast/client/console/HazelcastCommandLineTest.java:723
↓ 21 callersMethodthrowIfLocked
()
hazelcast/src/main/java/com/hazelcast/jet/config/JobConfig.java:1560
↓ 21 callersMethodtoBag
(Collection<T> coll)
hazelcast/src/test/java/com/hazelcast/jet/pipeline/PipelineTestSupport.java:196
↓ 21 callersMethodtoData
(Object object, PartitioningStrategy partitionStrategy)
hazelcast/src/main/java/com/hazelcast/map/impl/MapServiceContext.java:104
↓ 21 callersMethodtryProcessWatermark
Tries to process the supplied watermark. The value is always greater than in a previous call with watermark with the same key. The watermark is delive
hazelcast/src/main/java/com/hazelcast/jet/core/Processor.java:244
↓ 21 callersMethodverifyAdvanceAtLeastTo
()
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseArrayTest.java:316
↓ 21 callersMethodvertexId
()
hazelcast/src/main/java/com/hazelcast/jet/impl/execution/init/VertexDef.java:63
↓ 21 callersMethodwhenCompleteAsync
( @Nonnull BiConsumer<? super ClientMessage, ? super Throwable> action, @Nonnull Executor executor
hazelcast/src/main/java/com/hazelcast/client/impl/spi/impl/ClientInvocationFuture.java:173
↓ 20 callersMethodaccept
Accept visitor. Predicate can either return its own instance if no modification was done as a result of the visit. In the case there is a change neede
hazelcast/src/main/java/com/hazelcast/query/impl/predicates/VisitablePredicate.java:37
↓ 20 callersMethodadd
Adds an item to the tail of the ringbuffer. If there is no space in the ringbuffer, the add will overwrite the oldest item in the ringbuffer. The meth
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/Ringbuffer.java:122
↓ 20 callersMethodaddOutboundPortDefinition
(String portDef)
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:209
↓ 20 callersMethodaddStat
(final StringBuilder stats, final String name, long value)
hazelcast/src/main/java/com/hazelcast/client/impl/statistics/ClientStatisticsService.java:210
↓ 20 callersMethodaddVectorCollectionConfig
Add vector collection config. @param vectorCollectionConfig the vector configuration to add @return this config instance @since 5.5
hazelcast/src/main/java/com/hazelcast/config/Config.java:3083
↓ 20 callersMethodassertImapUpdateWithScanPlan
(RelNode rel, PlanRows expected)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/logical/LogicalUpdateTest.java:305
↓ 20 callersMethodassertMBeanExistEventually
(final String type, final String name)
hazelcast/src/test/java/com/hazelcast/internal/jmx/MBeanDataHolder.java:66
↓ 20 callersMethodassertSucceedsEventually
Assert that the thread eventually completes without an error.
hazelcast/src/test/java/com/hazelcast/test/TestThread.java:71
↓ 20 callersMethodavailableProcessors
()
hazelcast/src/test/java/com/hazelcast/internal/metrics/metricsets/RuntimeMetricSetTest.java:93
↓ 20 callersMethodbarrier0
(boolean isTerminal)
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/ProcessorTaskletTest_Snapshots.java:432
↓ 20 callersMethodbit
(int bit, long value)
hazelcast/src/test/java/com/hazelcast/map/impl/query/MultiValueBitmapIndexTest.java:330
↓ 20 callersMethodcallWithNamespace
Runs the provided {@link Callable} with the {@code Namespace} context of the {@code Namespace} context defined by the provided Namespace name if avail
hazelcast/src/main/java/com/hazelcast/internal/namespace/UserCodeNamespaceService.java:170
↓ 20 callersMethodcallable
()
hazelcast/src/test/java/com/hazelcast/splitbrainprotection/durableexecutor/DurableExecutorSplitBrainProtectionWriteTest.java:276
↓ 20 callersMethodcast
(Object val)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/type/converter/StringConverter.java:39
↓ 20 callersMethodcheckError
(String sql, String expectedError, Object... parameters)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/string/PositionFunctionIntegrationTest.java:163
↓ 20 callersMethodcheckParameter
(Object parameterValue, Object expectedValue)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/SignFunctionIntegrationTest.java:165
↓ 20 callersMethodcheckValue
(Object operand, SqlColumnType expectedType, Object expectedValue, Object... params)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/SignFunctionIntegrationTest.java:203
↓ 20 callersMethodchildElementWithName
(Node node, String nodeName, boolean strict)
hazelcast/src/main/java/com/hazelcast/internal/config/DomConfigHelper.java:81
↓ 20 callersMethodclear
(long index)
hazelcast/src/test/java/com/hazelcast/query/impl/bitmap/SparseBitSetTest.java:466
↓ 20 callersMethodconcat
Copies in order {@code sourceFirst} and {@code sourceSecond} into {@code dest}.
hazelcast/src/main/java/com/hazelcast/internal/util/collection/ArrayUtils.java:140
↓ 20 callersMethodconfigureMap
(String name, Config config)
hazelcast/src/test/java/com/hazelcast/map/impl/query/QueryAdvancedTest.java:65
↓ 20 callersMethodcreate
(Expression<?> operand, int type)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/math/DoubleFunction.java:64
↓ 20 callersMethodcreate
(ExpressionEvalContext expressionEvalContext)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/inject/UpsertTargetDescriptor.java:24
↓ 20 callersMethodcreateClient
(String ip, String name, String... labels)
hazelcast/src/test/java/com/hazelcast/internal/management/ClientBwListConfigHandlerTest.java:214
↓ 20 callersMethodcreateClientClusterService
()
hazelcast/src/test/java/com/hazelcast/client/impl/spi/ClientClusterServiceBaseTest.java:72
↓ 20 callersMethodcreateContext
Creates the data structure specific {@link EventJournalTestContext} used by the event journal tests. @param <K> key type of the created {@link EventJ
hazelcast/src/test/java/com/hazelcast/journal/AbstractEventJournalBasicTest.java:872
↓ 20 callersMethodcreateInMemorySchemaService
()
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/compact/CompactTestUtil.java:283
↓ 20 callersMethodcreateInjector
(@Nullable String path, QueryDataType type)
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/inject/PortableUpsertTarget.java:59
↓ 20 callersMethodcreateObjectDataOutput
(int size)
hazelcast/src/main/java/com/hazelcast/internal/serialization/InternalSerializationService.java:110
↓ 20 callersMethodcreateState
@return create initial state of this operation
hazelcast/src/main/java/com/hazelcast/map/impl/operation/steps/engine/StepAwareOperation.java:35
↓ 20 callersMethoddecodeRequest
The id of the listener which was provided during registration.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveMembershipListenerCodec.java:76
↓ 20 callersMethoddecodeRequest
Denotes whether register a local listener or not.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddGroupAvailabilityListenerCodec.java:81
↓ 20 callersMethoddecodeRequest
The id of the listener which was provided during registration.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveGroupAvailabilityListenerCodec.java:76
↓ 20 callersMethoddecodeRequest
Denotes whether register a local listener or not.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddMembershipListenerCodec.java:81
↓ 20 callersMethoddecodeRequest
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlExecute_reservedCodec.java:103
↓ 20 callersMethoddecodeRequest
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetch_reservedCodec.java:87
↓ 20 callersMethoddecodeResponse
True if unregistered, false otherwise.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveMembershipListenerCodec.java:95
↓ 20 callersMethoddecodeResponse
Registration id for the listener.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddGroupAvailabilityListenerCodec.java:100
↓ 20 callersMethoddecodeResponse
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetchCodec.java:119
↓ 20 callersMethoddecodeResponse
True if unregistered, false otherwise.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveGroupAvailabilityListenerCodec.java:95
↓ 20 callersMethoddecodeResponse
Registration id for the listener.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddMembershipListenerCodec.java:100
↓ 20 callersMethoddecodeResponse
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlExecute_reservedCodec.java:162
↓ 20 callersMethoddecodeResponse
(ClientMessage clientMessage)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetch_reservedCodec.java:126
↓ 20 callersMethoddeleteQuietly
Ensures that the file described by the supplied parameter does not exist after the method returns. If the file didn't exist, returns silently. If the
hazelcast/src/main/java/com/hazelcast/internal/nio/IOUtil.java:512
↓ 20 callersMethoddetermineLocalParallelism
Determines the local parallelism of the transform by looking at its preferred local parallelism, the local parallelism of its upstream transforms, and
hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/transform/AbstractTransform.java:159
↓ 20 callersMethodencodeGroupAvailabilityEventEvent
(com.hazelcast.cp.internal.RaftGroupId groupId, java.util.Collection<com.hazelcast.cp.CPMember> members, java.
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddGroupAvailabilityListenerCodec.java:106
↓ 20 callersMethodencodeMembershipEventEvent
(com.hazelcast.cp.CPMember member, byte type)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddMembershipListenerCodec.java:106
↓ 20 callersMethodencodeRequest
(java.util.UUID registrationId)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveMembershipListenerCodec.java:61
↓ 20 callersMethodencodeRequest
(boolean local)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddGroupAvailabilityListenerCodec.java:66
↓ 20 callersMethodencodeRequest
(com.hazelcast.sql.impl.QueryId queryId, int cursorBufferSize)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetchCodec.java:73
↓ 20 callersMethodencodeRequest
(java.util.UUID registrationId)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveGroupAvailabilityListenerCodec.java:61
↓ 20 callersMethodencodeRequest
(boolean local)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddMembershipListenerCodec.java:66
↓ 20 callersMethodencodeRequest
(com.hazelcast.sql.impl.QueryId queryId, int cursorBufferSize)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetch_reservedCodec.java:74
↓ 20 callersMethodencodeResponse
(boolean response)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveMembershipListenerCodec.java:82
↓ 20 callersMethodencodeResponse
(java.util.UUID response)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddGroupAvailabilityListenerCodec.java:87
↓ 20 callersMethodencodeResponse
(@Nullable com.hazelcast.sql.impl.client.SqlPage rowPage, @Nullable com.hazelcast.sql.impl.client.SqlError err
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetchCodec.java:108
↓ 20 callersMethodencodeResponse
(boolean response)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemRemoveGroupAvailabilityListenerCodec.java:82
↓ 20 callersMethodencodeResponse
(java.util.UUID response)
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/CPSubsystemAddMembershipListenerCodec.java:87
↓ 20 callersMethodencodeResponse
(@Nullable com.hazelcast.sql.impl.QueryId queryId, @Nullable java.util.List<com.hazelcast.sql.SqlColumnMetadat
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlExecute_reservedCodec.java:147
↓ 20 callersMethodencodeResponse
(@Nullable java.util.Collection<java.util.Collection<com.hazelcast.internal.serialization.Data>> rowPage, bool
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/SqlFetch_reservedCodec.java:114
↓ 20 callersMethodeventBuilder
Returns an instance of the {@link EventBuilder} interface. It can be performance optimized (e.g. when Event Audit logging is disabled). The {@link Eve
hazelcast/src/main/java/com/hazelcast/auditlog/AuditlogService.java:61
↓ 20 callersMethodexternalName
()
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/schema/Mapping.java:89
↓ 20 callersMethodfile
converts the {@code directory} to canonical path if it is not one of the Hadoop prefixes. see {@link FileSourceBuilder#hasHadoopPrefix(String)}
hazelcast/src/main/java/com/hazelcast/security/permission/ConnectorPermission.java:40
↓ 20 callersMethodget
()
hazelcast/src/test/java/com/hazelcast/test/starter/test/HazelcastProxyFactoryTest.java:78
↓ 20 callersMethodgetAlgorithm
Returns the encryption algorithm. @return the encryption algorithm
hazelcast/src/main/java/com/hazelcast/config/AbstractSymmetricEncryptionConfig.java:64
↓ 20 callersMethodgetAutoOffDurationInMinutes
Gets the auto off time duration for the diagnostics service in minutes. <p>Auto off control is disabled by default.</p> <p> <b>The auto off feature wi
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsConfig.java:109
↓ 20 callersMethodgetAwsConfig
@return the awsConfig join configuration
hazelcast/src/main/java/com/hazelcast/config/JoinConfig.java:84
↓ 20 callersMethodgetBackupCount
()
hazelcast/src/main/java/com/hazelcast/internal/locksupport/LockStoreInfo.java:21
↓ 20 callersMethodgetCacheId
@return internally used ID for this query cache
hazelcast/src/main/java/com/hazelcast/map/impl/querycache/subscriber/InternalQueryCache.java:73
↓ 20 callersMethodgetColumnMetadata
Convert internal column type to a public type. @param columnType Internal type. @return Public type.
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/QueryUtils.java:80
↓ 20 callersMethodgetComparatorClassName
Returns the class name of the configured {@link EvictionPolicyComparator} implementation. @return the class name of the configured {@link EvictionPol
hazelcast/src/main/java/com/hazelcast/config/EvictionConfig.java:185
↓ 20 callersMethodgetConfig
()
hazelcast/src/test/java/com/hazelcast/map/impl/query/QueryAdvancedTest.java:69
↓ 20 callersMethodgetConnectionManager
()
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/HazelcastClientInstanceImpl.java:786
↓ 20 callersMethodgetCorrelationId
This ID correlates the request to responses. It should be unique to identify one message in the communication. This ID is used to track the request-re
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/ClientMessage.java:215
↓ 20 callersMethodgetDataConnectionConfigs
Returns all registered data connection configurations keyed by store's name. @return registered data connection configurations keyed by store's name
hazelcast/src/main/java/com/hazelcast/internal/dynamicconfig/ConfigurationService.java:389
↓ 20 callersMethodgetDataInputFromOutput
@return a {@link ObjectDataInput} reading whatever was written to the test's output stream
hazelcast/src/test/java/com/hazelcast/internal/serialization/impl/AbstractDataStreamIntegrationTest.java:306
↓ 20 callersMethodgetDouble
Reads the double value from given address. @param address the address where the double value will be read from @return the double value that was read
hazelcast/src/main/java/com/hazelcast/internal/memory/MemoryAccessor.java:152
↓ 20 callersMethodgetEventService
()
hazelcast/src/main/java/com/hazelcast/internal/server/ServerContext.java:114
↓ 20 callersMethodgetEvictionConfig
()
hazelcast/src/main/java/com/hazelcast/internal/config/MapConfigReadOnly.java:182
↓ 20 callersMethodgetExpiryPolicyType
()
hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java:1130
↓ 20 callersMethodgetExternalNameList
()
hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/jdbc/JdbcTable.java:87
↓ 20 callersMethodgetFieldNames
@return set of field names on this portable class
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableReader.java:55
↓ 20 callersMethodgetImplementation
()
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/dynamicconfig/MapStoreConfigHolder.java:125
↓ 20 callersMethodgetInboundEdges
Returns the inbound edges connected to the vertex with the given name.
hazelcast/src/main/java/com/hazelcast/jet/core/DAG.java:258
↓ 20 callersMethodgetInteger
()
hazelcast/src/test/java/com/hazelcast/spi/properties/HazelcastPropertiesTest.java:209
↓ 20 callersMethodgetInvalidations
@return number of successful invalidations of Near Cache entries owned by this member
hazelcast/src/main/java/com/hazelcast/nearcache/NearCacheStats.java:71
↓ 20 callersMethodgetJobExecutionRecord
(long jobId)
hazelcast/src/main/java/com/hazelcast/jet/impl/JobRepository.java:641
↓ 20 callersMethodgetListenerService
Get listener service
hazelcast/src/main/java/com/hazelcast/client/impl/clientside/HazelcastClientInstance.java:45
↓ 20 callersMethodgetLocalHost
()
extensions/kafka-connect/src/test/java/com/hazelcast/jet/kafka/connect/impl/processorsupplier/TaskMaxProcessorMetaSupplierTest.java:40
↓ 20 callersMethodgetLocalQueueStatsImpl
(String name)
hazelcast/src/main/java/com/hazelcast/collection/impl/queue/QueueService.java:381
↓ 20 callersMethodgetLongAttribute
(String name)
hazelcast/src/test/java/com/hazelcast/internal/jmx/MultiMapMBeanTest.java:156
← previousnext →4,201–4,300 of 147,315, ranked by callers