MCPcopy Create free account

hub / github.com/hazelcast/hazelcast / functions

Functions147,315 in github.com/hazelcast/hazelcast

↓ 14 callersMethodsetComparatorClassName
Sets the class name of the configured {@link EvictionPolicyComparator} implementation. <p> Only one of the {@code comparator class name} and {@code co
hazelcast/src/main/java/com/hazelcast/config/EvictionConfig.java:201
↓ 14 callersMethodsetDatabaseName
(@Nonnull String databaseName)
extensions/mongodb/src/main/java/com/hazelcast/jet/mongodb/impl/ReadMongoParams.java:140
↓ 14 callersMethodsetDiscoveryConfig
Sets a custom defined {@link DiscoveryConfig} @param discoveryConfig configuration to set @throws java.lang.IllegalArgumentException if discoveryProv
hazelcast/src/main/java/com/hazelcast/config/JoinConfig.java:176
↓ 14 callersMethodsetFileNamePrefix
Configures the prefix for the diagnostics file. <p> So instead of having e.g. 'diagnostics-...log' you get 'foobar-diagnostics-...log'. @since 5.6
hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsConfig.java:283
↓ 14 callersMethodsetFunctionImplementation
(SplitBrainProtectionFunction functionImplementation)
hazelcast/src/main/java/com/hazelcast/config/SplitBrainProtectionConfig.java:178
↓ 14 callersMethodsetManagementEnabled
(CacheConfig cacheConfig, String cacheNameWithPrefix, boolean enabled)
hazelcast/src/main/java/com/hazelcast/cache/impl/ICacheService.java:101
↓ 14 callersMethodsetName
Sets the name of the Near Cache. @param name the name of the Near Cache @return this Near Cache config instance
hazelcast/src/main/java/com/hazelcast/config/NearCacheConfig.java:139
↓ 14 callersMethodsetNamespaceAware
Used to mark the inheriting task as Namespace-aware
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/AbstractPartitionMessageTask.java:46
↓ 14 callersMethodsetNullOrEmptyTarget
(boolean nullOrEmptyTarget)
hazelcast/src/main/java/com/hazelcast/query/impl/getters/MultiResult.java:126
↓ 14 callersMethodsetProtocolType
(ProtocolType protocolType)
hazelcast/src/main/java/com/hazelcast/config/EndpointConfig.java:347
↓ 14 callersMethodsetResultDeserialized
Sets the automatic deserialized option for the result. @param resultDeserialized true if data @return the updated InvocationBuilder. @see #isResultDe
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/InvocationBuilder.java:134
↓ 14 callersMethodsetReuseAddress
Sets the reuse address. <p> When should setReuseAddress(true) be used? <p> When the member is shutdown, the server socket port will be in TIME_WAIT st
hazelcast/src/main/java/com/hazelcast/config/NetworkConfig.java:195
↓ 14 callersMethodsetType
(String type)
extensions/mongodb/src/test/java/com/hazelcast/jet/mongodb/MongoSinkTest.java:276
↓ 14 callersMethodsetUserCodeDeploymentConfig
Set User Code Deployment configuration @param userCodeDeploymentConfig the configuration of User Code Deployment @return configured {@link com.hazelc
hazelcast/src/main/java/com/hazelcast/client/config/ClientConfig.java:841
↓ 14 callersMethodsetWaitTimeout
Sets the wait timeout in millis. @param timeout the wait timeout. @see #getWaitTimeout() for more detail.
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/Operation.java:573
↓ 14 callersMethodsetWriteBatchSize
()
hazelcast/src/test/java/com/hazelcast/config/MapStoreConfigTest.java:113
↓ 14 callersMethodsetupNamespace
Obtains a {@link NodeEngine} reference from {@link NodeEngineThreadLocalContext} and uses it to call {@link UserCodeNamespaceService#setupNamespace(St
hazelcast/src/main/java/com/hazelcast/internal/namespace/NamespaceUtil.java:51
↓ 14 callersMethodsize
Returns the number of items in this CircularQueue. @return the number of items
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/CircularQueue.java:85
↓ 14 callersMethodsize
()
hazelcast/src/main/java/com/hazelcast/ringbuffer/impl/ReadResultSetImpl.java:198
↓ 14 callersMethodstream
Returns a fluent-API builder with which you can create an {@linkplain StreamSource unbounded stream source} for a Jet pipeline. The source will use {@
hazelcast/src/main/java/com/hazelcast/jet/pipeline/SourceBuilder.java:259
↓ 14 callersMethodsubmit
(String name, Runnable task)
hazelcast/src/main/java/com/hazelcast/spi/impl/executionservice/ExecutionService.java:154
↓ 14 callersMethodsubtractClamped
Calculates {@code a - b}, returns {@code Long.MAX_VALUE} or {@code Long.MIN_VALUE} if the result would overflow. @param a the amount @param b the val
hazelcast/src/main/java/com/hazelcast/jet/impl/util/Util.java:217
↓ 14 callersMethodsyncBackups
(int requestedSyncBackups, int requestedAsyncBackups, boolean syncForced)
hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/OperationBackupHandler.java:115
↓ 14 callersMethodthenRunAsync
(Runnable action)
hazelcast/src/main/java/com/hazelcast/client/impl/ClientDelegatingFuture.java:198
↓ 14 callersMethodtoken
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/ComparisonPredicateIntegrationTest.java:761
↓ 14 callersMethodundecorated
(InternalIndex index)
hazelcast/src/test/java/com/hazelcast/query/impl/AttributeIndexRegistryTest.java:218
↓ 14 callersMethodwriteArrayJsonFormatted
Writes arrays as json formatted. Array itself and its items are allowed to be null.
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/FieldOperations.java:1137
↓ 14 callersMethodwriteBooleanArray
@param booleans boolean array to be written @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataOutput.java:52
↓ 14 callersMethodwriteDoubleArray
@param values double array to be written @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataOutput.java:76
↓ 14 callersMethodwriteMapP
Returns a supplier of processors for {@link Sinks#map(String)}.
hazelcast/src/main/java/com/hazelcast/jet/core/processor/SinkProcessors.java:78
↓ 14 callersMethodwritePortableArray
Writes a an array of Portables. @param fieldName name of the field @param values portable array to be written @throws IOException in case of any e
hazelcast/src/main/java/com/hazelcast/nio/serialization/PortableWriter.java:298
↓ 14 callersMethodwriteShortArray
@param values short array to be written @throws IOException in case of any exceptional case
hazelcast/src/main/java/com/hazelcast/nio/ObjectDataOutput.java:88
↓ 13 callersMethodadd
Adds an item to this CircularQueue. @param item the item to add. @throws NullPointerException if item is null. @throws IllegalStateException when th
hazelcast-tpc-engine/src/main/java/com/hazelcast/internal/tpcengine/util/CircularQueue.java:105
↓ 13 callersMethodadd
(OneToOneConcurrentArrayQueue<Object> q, Object... items)
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/ConcurrentInboundEdgeStream_OrderedDrainTest.java:139
↓ 13 callersMethodadd
(Integer partitionId)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/PartitionIdSet.java:148
↓ 13 callersMethodaddBooleanField
@param fieldName name of the field that will be added to this class definition @return itself for chaining @throws HazelcastSerializationException if
hazelcast/src/main/java/com/hazelcast/nio/serialization/ClassDefinitionBuilder.java:125
↓ 13 callersMethodaddGetTimeNanos
Increments the getCache time accumulator. @param duration the time taken in nanoseconds.
hazelcast/src/main/java/com/hazelcast/cache/impl/CacheStatisticsImpl.java:369
↓ 13 callersMethodaddIndex
(List<String> fieldNames, IndexType type)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/SqlOrderByTest.java:824
↓ 13 callersMethodaddUser
Adds one user to the configuration. @param password user's password @param roles roles assigned to the user @return this object
hazelcast/src/main/java/com/hazelcast/config/security/SimpleAuthenticationConfig.java:51
↓ 13 callersMethodaggregateBuilder
Offers a step-by-step API to build a pipeline stage that co-aggregates the data from several input stages. The current stage will be already registere
hazelcast/src/main/java/com/hazelcast/jet/pipeline/BatchStage.java:493
↓ 13 callersMethodaliasedDiscoveryConfigsFrom
Gets a list of all aliased discovery configs from {@code config}.
hazelcast/src/main/java/com/hazelcast/internal/config/AliasedDiscoveryConfigUtils.java:172
↓ 13 callersMethodallDbExpectedOperations
(int dbSuffix)
extensions/cdc-mysql/src/test/java/com/hazelcast/jet/cdc/mysql/MySqlCdcWhiteBlackListIntegrationTest.java:409
↓ 13 callersMethodallDbExpectedOperations
(int schemaSuffix)
extensions/cdc-postgres/src/test/java/com/hazelcast/jet/cdc/postgres/PostgresCdcWhiteBlackListIntegrationTest.java:412
↓ 13 callersMethodapply
Applies this function to the given arguments. @param t the first function argument @param u the second function argument @return the function result
hazelcast/src/main/java/com/hazelcast/jet/core/function/ObjLongBiFunction.java:47
↓ 13 callersMethodasBoolean
Returns this JSON value as a <code>boolean</code> value, assuming that this value is either <code>true</code> or <code>false</code>. If this is not th
hazelcast/src/main/java/com/hazelcast/internal/json/JsonValue.java:257
↓ 13 callersMethodasMap
(Object... entries)
hazelcast/src/test/java/com/hazelcast/jet/aggregate/AggregateOperationsTest.java:830
↓ 13 callersMethodasW3cNode
Returns an adapted W3C {@link Node} view of the provided {@link YamlNode} @param yamlNode The YAML node to adapt @return the adapted W3C Node or {@co
hazelcast/src/main/java/com/hazelcast/internal/config/yaml/W3cDomUtil.java:41
↓ 13 callersMethodassertClusterState
(ClusterState expectedState, HazelcastInstance... instances)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:1092
↓ 13 callersMethodassertClusterStateEventually
(final ClusterState expectedState, final HazelcastInstance
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:1099
↓ 13 callersMethodassertEmptyResultStream
Runs a streaming query and checks that for a hard-coded time it doesn't return any results.
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/SqlTestSupport.java:329
↓ 13 callersMethodassertHasExecutionMetrics
(Job job, boolean saved)
hazelcast/src/test/java/com/hazelcast/jet/core/metrics/JobMetrics_MiscTest.java:295
↓ 13 callersMethodassertHasNoStats
(final String dsName, final String metricPrefix)
hazelcast/src/test/java/com/hazelcast/internal/diagnostics/DistributedDatastructuresMetricsTest.java:362
↓ 13 callersMethodassertHasStatsEventually
(final String dsName, final String metricPrefix)
hazelcast/src/test/java/com/hazelcast/internal/diagnostics/DistributedDatastructuresMetricsTest.java:353
↓ 13 callersMethodassertJobStats
(int submitted, int executionsStarted, int executionsTerminated, int completed
hazelcast/src/test/java/com/hazelcast/jet/core/metrics/JobLifecycleMetricsTest.java:329
↓ 13 callersMethodassertJsonContains
(String json, String... attributesAndValues)
hazelcast/src/test/java/com/hazelcast/internal/ascii/RestClusterTest.java:558
↓ 13 callersMethodassertMasterAddress
(Address masterAddress, HazelcastInstance... instances)
hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java:1077
↓ 13 callersMethodassertMetrics
(JobMetrics metrics, int allItems, int filterOutItems)
hazelcast/src/test/java/com/hazelcast/jet/core/metrics/JobMetrics_StreamTest.java:346
↓ 13 callersMethodassertPartitionsIndexedCorrectlyEventually
We assert eventually because waiting for safe state does not mean all partition migration events are received and processed. We should give MapMigrati
hazelcast/src/test/java/com/hazelcast/query/impl/PartitionIndexingTest.java:198
↓ 13 callersMethodassertPiSet
(Collection<Object> collection)
hazelcast/src/test/java/com/hazelcast/test/SplitBrainTestSupport.java:430
↓ 13 callersMethodassertPmsClosedWithError
()
hazelcast/src/test/java/com/hazelcast/jet/core/ExecutionLifecycleTest.java:1175
↓ 13 callersMethodassertSortedValues
(TestObserver observer, Long... values)
hazelcast/src/test/java/com/hazelcast/jet/core/ObservableResultsTest.java:605
↓ 13 callersMethodassertThrows
(Class<? extends Exception> expectedExceptionClass, ConsumerEx<CardinalityEstima
hazelcast/src/test/java/com/hazelcast/cardinality/AbstractCardinalityEstimatorNullTest.java:41
↓ 13 callersMethodassumeThatMethodIsAvailable
Assumes that the given {@link DataStructureAdapter} implements a specified {@link DataStructureMethods}. @param adapterClass the {@link DataStructure
hazelcast/src/test/java/com/hazelcast/internal/nearcache/impl/NearCacheTestUtils.java:268
↓ 13 callersMethodbase
Returns the first ID in the set.
hazelcast/src/main/java/com/hazelcast/flakeidgen/impl/IdBatch.java:59
↓ 13 callersMethodbroadcast
Activates the {@link RoutingPolicy#BROADCAST BROADCAST} routing policy.
hazelcast/src/main/java/com/hazelcast/jet/core/Edge.java:380
↓ 13 callersMethodbuilder
()
hazelcast/src/main/java/com/hazelcast/aws/AwsCredentials.java:44
↓ 13 callersMethodcalculateSha256Hex
(@Nonnull byte[] data)
hazelcast/src/main/java/com/hazelcast/internal/util/Sha256Util.java:36
↓ 13 callersMethodcall
Calls the requested service and returns a future which will be completed with the result once a response is received.
extensions/grpc/src/main/java/com/hazelcast/jet/grpc/GrpcService.java:43
↓ 13 callersMethodcallGet
Makes a REST call to Kubernetes API and returns the result JSON. @param urlString Kubernetes API REST endpoint @return parsed JSON @throws Kubernetes
hazelcast/src/main/java/com/hazelcast/kubernetes/KubernetesClient.java:422
↓ 13 callersMethodcallUntil
(Tasklet tasklet, ProgressState expectedState)
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/ProcessorTaskletTest.java:350
↓ 13 callersMethodcancel
Attempts to cancel further scheduling of this task. This attempt will fail if the task has already completed, has already been cancelled, or could no
hazelcast/src/main/java/com/hazelcast/scheduledexecutor/IScheduledFuture.java:73
↓ 13 callersMethodcast
(Object val)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/type/converter/AbstractStringConverter.java:222
↓ 13 callersMethodcheck0
(Query query, boolean expectedUseIndex, Predicate<ExpressionValue> expectedKeysPredicate)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/map/index/SqlIndexAbstractTest.java:723
↓ 13 callersMethodcheckAvailable
(int pos, int k)
hazelcast/src/main/java/com/hazelcast/internal/serialization/impl/UnsafeObjectDataOutput.java:290
↓ 13 callersMethodcheckColumn
(Object value, SqlColumnType expectedType, Object expectedResult)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/datetime/ToTimestampTzIntegrationTest.java:154
↓ 13 callersMethodcheckException
(QueryResultSizeExceededException e)
hazelcast/src/test/java/com/hazelcast/map/MapUnboundedReturnValuesTestSupport.java:198
↓ 13 callersMethodcheckFailure
(Object operand, int expectedErrorCode, String expectedErrorMessage, Object... params)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/datetime/ToEpochMillisIntegrationTest.java:144
↓ 13 callersMethodcheckFailure
(Object operand, int expectedErrorCode, String expectedErrorMessage, Object... params)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/math/FloorCeilFunctionIntegrationTest.java:186
↓ 13 callersMethodcheckFileContents
(int numFrom, int numTo, boolean exactlyOnce, boolean ignoreTempFiles, bool
hazelcast/src/test/java/com/hazelcast/jet/impl/connector/WriteFilePTest.java:478
↓ 13 callersMethodcheckLiteral
(Object literal, SqlColumnType expectedType, Object expectedValue)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/datetime/ToTimestampTzIntegrationTest.java:163
↓ 13 callersMethodcheckNoNullInside
Tests if the elements inside the argument collection are not null. If collection is null or empty the test is ignored. @param argument the iterab
hazelcast/src/main/java/com/hazelcast/internal/util/Preconditions.java:68
↓ 13 callersMethodcheckNonNullAndSerializable
Checks that the {@code object} is not null and implements {@link Serializable} and is correctly serializable by actually trying to serialize it. This
hazelcast/src/main/java/com/hazelcast/jet/impl/util/Util.java:289
↓ 13 callersMethodcheckPermission
(SecuredFunction function, ProcessorMetaSupplier.Context context)
hazelcast/src/main/java/com/hazelcast/security/PermissionsUtil.java:104
↓ 13 callersMethodcheckType
(SqlColumnType type, Class<?> valueClass)
hazelcast/src/test/java/com/hazelcast/sql/SqlColumnTypeTest.java:56
↓ 13 callersMethodclear
Clears a value stored at the given index in this storage. @param index the index to clear a value at. @return {@code null} if this storage array is e
hazelcast/src/main/java/com/hazelcast/query/impl/bitmap/SparseIntArray.java:234
↓ 13 callersMethodcloseMocks
(AutoCloseable closeable)
hazelcast/src/test/java/com/hazelcast/mock/MockUtil.java:21
↓ 13 callersMethodcommit
()
hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionImpl.java:273
↓ 13 callersMethodcompactOrClear
Compacts or clears the buffer depending if bytes are remaining in the byte-buffer. @param bb the ByteBuffer
hazelcast/src/main/java/com/hazelcast/internal/nio/IOUtil.java:124
↓ 13 callersMethodcomparison
(Object lhs, Object rhs, QueryDataType type, ComparisonMode mode)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/expression/predicate/ComparisonPredicateTest.java:79
↓ 13 callersMethodcontains
(Object o)
hazelcast/src/main/java/com/hazelcast/internal/util/collection/PartitionIdSet.java:127
↓ 13 callersMethodconvert
(RexLiteral literal)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/opt/physical/visitor/RexToExpressionTest.java:177
↓ 13 callersMethodconvert
Note: the fact that the given value is of type Comparable doesn't mean that this value is of the same type as the one that's stored in the index, thus
hazelcast/src/main/java/com/hazelcast/query/impl/AbstractIndex.java:392
↓ 13 callersMethodcreate
(SqlService sqlService, String tableName)
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/test/TestAllTypesSqlConnector.java:108
↓ 13 callersMethodcreate
(Expression<?> operand1, Expression<?> operand2, QueryDataType resultType)
hazelcast-sql/src/main/java/com/hazelcast/sql/impl/expression/math/MultiplyFunction.java:46
↓ 13 callersMethodcreateDataConnection
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/jdbc/CreateDataConnectionJdbcSqlConnectorTest.java:51
↓ 13 callersMethodcreateMockVertex
(int id)
hazelcast/src/test/java/com/hazelcast/jet/impl/execution/init/DagNodeUtilTest.java:212
↓ 13 callersMethodcreateNew
Creates a new {@code MemberMap} including given members. @return a new {@code MemberMap}
hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/MembersView.java:81
↓ 13 callersMethodcreateRandomTopic
()
hazelcast-sql/src/test/java/com/hazelcast/jet/sql/impl/connector/kafka/SqlPrimitiveTest.java:422
↓ 13 callersMethodcreateRemoteCluster
(Config config, int size)
hazelcast/src/test/java/com/hazelcast/jet/pipeline/PipelineTestSupport.java:216
↓ 13 callersMethodcreateSimpleMap
()
hazelcast/src/test/java/com/hazelcast/map/EvictionTest.java:1302
← previousnext →5,501–5,600 of 147,315, ranked by callers