跳过导航链接
A B C D E F G H I K L M N O P R S T W Z 

A

AbstractRetryStrategy - org.apache.flink.testutils.junit.extensions.retry.strategy中的类
Retry strategy base class.
AbstractRetryStrategy(int, boolean) - 类 的构造器org.apache.flink.testutils.junit.extensions.retry.strategy.AbstractRetryStrategy
 
add(T) - 类 中的方法org.apache.flink.testutils.junit.SharedObjects
Adds a new object to this SharedObjects.
add(T) - 类 中的方法org.apache.flink.testutils.junit.SharedObjectsExtension
Adds a new object to this SharedObjects.
after(ExtensionContext) - 接口 中的方法org.apache.flink.core.testutils.CustomExtension
 
after(ExtensionContext) - 类 中的方法org.apache.flink.core.testutils.TestContainerExtension
 
after() - 类 中的方法org.apache.flink.testutils.executor.TestExecutorResource
 
after() - 类 中的方法org.apache.flink.testutils.junit.SharedObjects
 
after() - 类 中的方法org.apache.flink.testutils.logging.TestLoggerResource
 
after() - 类 中的方法org.apache.flink.util.LogLevelRule
 
afterAll(ExtensionContext) - 类 中的方法org.apache.flink.core.testutils.AllCallbackWrapper
 
afterAll(ExtensionContext) - 类 中的方法org.apache.flink.testutils.executor.TestExecutorExtension
 
afterAll(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.ContextClassLoaderExtension
 
afterAll(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.RetryExtension
 
afterAll(ExtensionContext) - 类 中的方法org.apache.flink.util.LogLevelExtension
 
afterEach(ExtensionContext) - 类 中的方法org.apache.flink.core.testutils.EachCallbackWrapper
 
afterEach(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.RetryTestExecutionExtension
 
afterEach(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.SharedObjectsExtension
 
afterEach(ExtensionContext) - 类 中的方法org.apache.flink.testutils.logging.LoggerAuditingExtension
 
afterTestFailure() - 接口 中的方法org.apache.flink.util.ExternalResource
 
afterTestSuccess() - 接口 中的方法org.apache.flink.util.ExternalResource
 
AllCallbackWrapper<C extends CustomExtension> - org.apache.flink.core.testutils中的类
An extension wrap logic for BeforeAllCallback and AfterAllCallback.
AllCallbackWrapper(C) - 类 的构造器org.apache.flink.core.testutils.AllCallbackWrapper
 
anyCauseMatches(Class<? extends Throwable>, String) - 类 中的静态方法org.apache.flink.core.testutils.FlinkAssertions
Shorthand to assert the chain of causes includes a Throwable matching a specific Class and containing the provided message.
anyCauseMatches(Class<? extends Throwable>) - 类 中的静态方法org.apache.flink.core.testutils.FlinkAssertions
Shorthand to assert the chain of causes includes a Throwable matching a specific Class.
anyCauseMatches(String) - 类 中的静态方法org.apache.flink.core.testutils.FlinkAssertions
Shorthand to assert the chain of causes includes a Throwable matching a specific Class and containing the provided message.
apply(Statement, Description) - 类 中的方法org.apache.flink.testutils.junit.RetryRule
 
apply(Statement, Description) - 接口 中的方法org.apache.flink.util.ExternalResource
 
apply(Statement, Description) - 类 中的方法org.apache.flink.util.TestNameProvider
 
applySync(Function<T, R>) - 接口 中的方法org.apache.flink.testutils.junit.SharedReference
Executes the code on the referenced object in a synchronized fashion.
assertThatChainOfCauses(Throwable) - 类 中的静态方法org.apache.flink.core.testutils.FlinkAssertions
Shorthand to assert chain of causes.
assertThrows(String, Class<? extends Exception>, Callable<?>) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Checks whether an exception with a message occurs when running a piece of code.
asSingleTestResource(String, Level) - 类 中的静态方法org.apache.flink.testutils.logging.TestLoggerResource
Enables the use of TestLoggerResource for try-with-resources statement.
assumeCredentialsAvailable() - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
 
assumeCredentialsAvailable() - 类 中的静态方法org.apache.flink.testutils.s3.S3TestCredentials
Checks whether credentials are available in the environment variables of this JVM.
await() - 类 中的方法org.apache.flink.core.testutils.MultiShotLatch
Waits until MultiShotLatch.trigger() is called.
await() - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
Waits until OneShotLatch.trigger() is called.
await(long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
Waits until OneShotLatch.trigger() is called.
awaitBlocker() - 类 中的方法org.apache.flink.core.testutils.BlockerSync
Waits until the blocking thread has entered the method BlockerSync.block() or BlockerSync.blockNonInterruptible().
awaitTermination(long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 

B

before(ExtensionContext) - 接口 中的方法org.apache.flink.core.testutils.CustomExtension
 
before(ExtensionContext) - 类 中的方法org.apache.flink.core.testutils.TestContainerExtension
 
before() - 类 中的方法org.apache.flink.testutils.executor.TestExecutorResource
 
before() - 类 中的方法org.apache.flink.testutils.junit.SharedObjects
 
before() - 类 中的方法org.apache.flink.testutils.logging.TestLoggerResource
 
before() - 接口 中的方法org.apache.flink.util.ExternalResource
 
before() - 类 中的方法org.apache.flink.util.LogLevelRule
 
beforeAll(ExtensionContext) - 类 中的方法org.apache.flink.core.testutils.AllCallbackWrapper
 
beforeAll(ExtensionContext) - 类 中的方法org.apache.flink.testutils.executor.TestExecutorExtension
 
beforeAll(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.ContextClassLoaderExtension
 
beforeAll(ExtensionContext) - 类 中的方法org.apache.flink.util.LogLevelExtension
 
beforeEach(ExtensionContext) - 类 中的方法org.apache.flink.core.testutils.EachCallbackWrapper
 
beforeEach(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.SharedObjectsExtension
 
beforeEach(ExtensionContext) - 类 中的方法org.apache.flink.testutils.logging.LoggerAuditingExtension
 
beforeEach(ExtensionContext) - 类 中的方法org.apache.flink.util.TestLoggerExtension
 
block() - 类 中的方法org.apache.flink.core.testutils.BlockerSync
Blocks until BlockerSync.releaseBlocker() is called or this thread is interrupted.
BlockerSync - org.apache.flink.core.testutils中的类
A utility to help synchronize two threads in cases where one of them is supposed to reach a blocking state before the other may continue.
BlockerSync() - 类 的构造器org.apache.flink.core.testutils.BlockerSync
 
blockForeverNonInterruptibly() - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Permanently blocks the current thread.
blockNonInterruptible() - 类 中的方法org.apache.flink.core.testutils.BlockerSync
Blocks until BlockerSync.releaseBlocker() is called.
build() - 类 中的方法org.apache.flink.testutils.junit.extensions.ContextClassLoaderExtension.ContextClassLoaderExtensionBuilder
 
builder() - 类 中的静态方法org.apache.flink.testutils.junit.extensions.ContextClassLoaderExtension
 

C

cancel(boolean) - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
cancel(boolean) - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
chainOfCauses(Throwable) - 类 中的静态方法org.apache.flink.core.testutils.FlinkAssertions
You can use this method in combination with AbstractAssert.extracting(Function, AssertFactory) to perform assertions on a chain of causes.
CheckedThread - org.apache.flink.core.testutils中的类
A thread that additionally catches exceptions and offers a joining method that re-throws the exceptions.
CheckedThread() - 类 的构造器org.apache.flink.core.testutils.CheckedThread
Unnamed checked thread.
CheckedThread(String) - 类 的构造器org.apache.flink.core.testutils.CheckedThread
Checked thread with a name.
close() - 类 中的方法org.apache.flink.testutils.logging.TestLoggerResource.SingleTestResource
 
CommonTestUtils - org.apache.flink.core.testutils中的类
This class contains reusable utility methods for unit tests.
CommonTestUtils() - 类 的构造器org.apache.flink.core.testutils.CommonTestUtils
 
compareTo(Delayed) - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
compareTo(Delayed) - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
CompletedScheduledFuture<T> - org.apache.flink.core.testutils中的类
Completed ScheduledFuture implementation.
consumeSync(Consumer<T>) - 接口 中的方法org.apache.flink.testutils.junit.SharedReference
Executes the code on the referenced object in a synchronized fashion.
containsCause(Throwable, Class<? extends Throwable>) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Checks whether the given throwable contains the given cause as a cause.
containsCause(Class<? extends Throwable>) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks for a Throwable that matches by class.
containsCause(Throwable) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks for a Throwable that matches by class and message.
containsMessage(String) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks for a Throwable that contains the expected error message.
ContextClassLoaderExtension - org.apache.flink.testutils.junit.extensions中的类
JUnit extension to customize the classloader that a test is run with.
ContextClassLoaderExtension.ContextClassLoaderExtensionBuilder - org.apache.flink.testutils.junit.extensions中的类
create(T) - 类 中的静态方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
create() - 类 中的静态方法org.apache.flink.testutils.junit.SharedObjects
Creates a new instance.
create() - 类 中的静态方法org.apache.flink.testutils.junit.SharedObjectsExtension
Creates a new instance.
createCopySerializable(T) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Creates a copy of an object via Java Serialization.
createTempFile(String) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Creates a temporary file that contains the given string.
credentialsAvailable() - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
 
CustomExtension - org.apache.flink.core.testutils中的接口
An extension that is invoked before/after all/each tests, depending on whether it is wrapped in a EachCallbackWrapper or AllCallbackWrapper.

D

DockerImageVersions - org.apache.flink.util中的类
Utility class for defining the image names and versions of Docker containers used during the Java tests.
DockerImageVersions() - 类 的构造器org.apache.flink.util.DockerImageVersions
 

E

EachCallbackWrapper<C extends CustomExtension> - org.apache.flink.core.testutils中的类
An extension wrap logic for BeforeEachCallback and AfterEachCallback.
EachCallbackWrapper(C) - 类 的构造器org.apache.flink.core.testutils.EachCallbackWrapper
 
equals(Object) - 类 中的方法org.apache.flink.testutils.junit.SharedObjects
 
equals(Object) - 类 中的方法org.apache.flink.testutils.junit.SharedObjectsExtension
 
evaluateExecutionCondition(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.RetryTestExecutionExtension
 
execute(Runnable) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
execute() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
ExternalResource - org.apache.flink.util中的接口
Modified version of the jUnit ExternalResource.

F

FailsOnJava11 - org.apache.flink.testutils.junit中的接口
Marker interface for tests that fail on Java 11.
FailsWithAdaptiveScheduler - org.apache.flink.testutils.junit中的接口
Marker for explicitly ignoring a test which fails with adaptive scheduler.
FilteredClassLoader - org.apache.flink.core.testutils中的类
A ClassLoader that filters out certain classes (by name) and throws a ClassNotFoundException when they should be loaded.
FilteredClassLoader(ClassLoader, String...) - 类 的构造器org.apache.flink.core.testutils.FilteredClassLoader
Creates a new filtered classloader.
FlinkAssertions - org.apache.flink.core.testutils中的类
Some reusable assertions and utilities for AssertJ.
FlinkMatchers - org.apache.flink.core.testutils中的类
已过时。
You should assertj assertions, which have built-in assertions for CompletableFuture. To check chains of Throwable causes, use FlinkAssertions.anyCauseMatches(String) or FlinkAssertions.anyCauseMatches(Class, String)
futureFailedWith(Class<E>) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks whether CompletableFuture completed already exceptionally with a specific exception type.
futureWillCompleteExceptionally(Class<E>, Duration) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks whether CompletableFuture will completed exceptionally within a certain time.
futureWillCompleteExceptionally(Function<Throwable, Boolean>, Duration, String) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks whether CompletableFuture will completed exceptionally within a certain time.
futureWillCompleteExceptionally(Duration) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks whether CompletableFuture will completed exceptionally within a certain time.

G

get() - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
get(long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
get() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
get(long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
get() - 接口 中的方法org.apache.flink.testutils.junit.SharedReference
Returns the referenced object without giving any visibility guarantees.
getActiveNonPeriodicScheduledTask() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
getActivePeriodicScheduledTask() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
getActiveScheduledTasks() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
getAllNonPeriodicScheduledTask() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
getAllPeriodicScheduledTask() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
getAllScheduledTasks() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
getCallable() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
getCurrentTestName() - 类 中的静态方法org.apache.flink.util.TestNameProvider
 
getCustomExtension() - 类 中的方法org.apache.flink.core.testutils.AllCallbackWrapper
 
getCustomExtension() - 类 中的方法org.apache.flink.core.testutils.EachCallbackWrapper
 
getDelay(TimeUnit) - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
getDelay(TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
getExecutor() - 类 中的方法org.apache.flink.testutils.executor.TestExecutorExtension
 
getExecutor() - 类 中的方法org.apache.flink.testutils.executor.TestExecutorResource
 
getInternalState(Object, String) - 类 中的静态方法org.apache.flink.mock.Whitebox
 
getMessages() - 类 中的方法org.apache.flink.testutils.logging.LoggerAuditingExtension
 
getMessages() - 类 中的方法org.apache.flink.testutils.logging.TestLoggerResource
 
getMessages() - 类 中的方法org.apache.flink.testutils.logging.TestLoggerResource.SingleTestResource
 
getOSSAccessKey() - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
Get OSS access key.
getOSSEndpoint() - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
Get OSS endpoint used to connect.
getOSSSecretKey() - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
Get OSS secret key.
getPeriod() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
getS3AccessKey() - 类 中的静态方法org.apache.flink.testutils.s3.S3TestCredentials
Gets the S3 Access Key.
getS3SecretKey() - 类 中的静态方法org.apache.flink.testutils.s3.S3TestCredentials
Gets the S3 Secret Key.
getTestBucketUri() - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
 
getTestBucketUri() - 类 中的静态方法org.apache.flink.testutils.s3.S3TestCredentials
Gets the URI for the path under which all tests should put their data.
getTestBucketUriWithScheme(String) - 类 中的静态方法org.apache.flink.testutils.oss.OSSTestCredentials
 
getTestBucketUriWithScheme(String) - 类 中的静态方法org.apache.flink.testutils.s3.S3TestCredentials
Gets the URI for the path under which all tests should put their data.
getTestContainer() - 类 中的方法org.apache.flink.core.testutils.TestContainerExtension
 
getWaitersCount() - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
 
go() - 类 中的方法org.apache.flink.core.testutils.CheckedThread
This method needs to be overwritten to contain the main work logic.

H

handleException(String, int, Throwable) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.RetryOnExceptionStrategy
 
handleException(String, int, Throwable) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.RetryOnFailureStrategy
 
handleException(String, int, Throwable) - 接口 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.RetryStrategy
Handle an exception that occurred during the annotated test attempt.
handleTestExecutionException(ExtensionContext, Throwable) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.RetryTestExecutionExtension
 
hashCode() - 类 中的方法org.apache.flink.testutils.junit.SharedObjects
 
hashCode() - 类 中的方法org.apache.flink.testutils.junit.SharedObjectsExtension
 
hasNextAttempt - 类 中的变量org.apache.flink.testutils.junit.extensions.retry.strategy.AbstractRetryStrategy
 
hasNextAttempt() - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.AbstractRetryStrategy
 
hasNextAttempt() - 接口 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.RetryStrategy
Return the next attempt should execute or not.
HIVE2 - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 

I

invokeAll(Collection<? extends Callable<T>>) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
isCancelled() - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
isCancelled() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
isDone() - 类 中的方法org.apache.flink.core.testutils.CompletedScheduledFuture
 
isDone() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
isPeriodic() - 类 中的方法org.apache.flink.core.testutils.ScheduledTask
 
isShutdown() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
isTerminated() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
isTriggered() - 类 中的方法org.apache.flink.core.testutils.MultiShotLatch
Checks if the latch was triggered.
isTriggered() - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
Checks if the latch was triggered.

K

KAFKA - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 
KINESALITE - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 

L

loadClass(String, boolean) - 类 中的方法org.apache.flink.core.testutils.FilteredClassLoader
 
LOCALSTACK - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 
LOG - 类 中的静态变量org.apache.flink.testutils.junit.RetryRule
 
log - 类 中的变量org.apache.flink.util.TestLogger
 
LoggerAuditingExtension - org.apache.flink.testutils.logging中的类
Utility for auditing logged messages.
LoggerAuditingExtension(Class<?>, Level) - 类 的构造器org.apache.flink.testutils.logging.LoggerAuditingExtension
 
LOGGING_ENABLED - 类 中的静态变量org.apache.flink.util.LogLevelExtension
 
LOGGING_ENABLED - 类 中的静态变量org.apache.flink.util.LogLevelRule
 
LogLevelExtension - org.apache.flink.util中的类
A extension that sets the log level for specific class/package loggers for a test.
LogLevelExtension() - 类 的构造器org.apache.flink.util.LogLevelExtension
 
LogLevelRule - org.apache.flink.util中的类
A rule that sets the log level for specific class/package loggers for a test.
LogLevelRule() - 类 的构造器org.apache.flink.util.LogLevelRule
 

M

ManuallyTriggeredScheduledExecutorService - org.apache.flink.core.testutils中的类
Simple ScheduledExecutorService implementation for testing purposes.
ManuallyTriggeredScheduledExecutorService() - 类 的构造器org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
MINIO - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 
MultiShotLatch - org.apache.flink.core.testutils中的类
Latch for synchronizing parts of code in tests.
MultiShotLatch() - 类 的构造器org.apache.flink.core.testutils.MultiShotLatch
 

N

nameProvider - 类 中的变量org.apache.flink.util.TestLogger
 
newFile(Path) - 类 中的静态方法org.apache.flink.testutils.junit.utils.TempDirUtils
 
newFile(Path, String) - 类 中的静态方法org.apache.flink.testutils.junit.utils.TempDirUtils
 
newFolder(Path) - 类 中的静态方法org.apache.flink.testutils.junit.utils.TempDirUtils
 
newFolder(Path, String...) - 类 中的静态方法org.apache.flink.testutils.junit.utils.TempDirUtils
 
numQueuedRunnables() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Gets the number of Runnables currently queued.

O

OneShotLatch - org.apache.flink.core.testutils中的类
Latch for synchronizing parts of code in tests.
OneShotLatch() - 类 的构造器org.apache.flink.core.testutils.OneShotLatch
 
org.apache.flink.core.testutils - 程序包 org.apache.flink.core.testutils
 
org.apache.flink.mock - 程序包 org.apache.flink.mock
 
org.apache.flink.testutils.executor - 程序包 org.apache.flink.testutils.executor
 
org.apache.flink.testutils.junit - 程序包 org.apache.flink.testutils.junit
 
org.apache.flink.testutils.junit.extensions - 程序包 org.apache.flink.testutils.junit.extensions
 
org.apache.flink.testutils.junit.extensions.parameterized - 程序包 org.apache.flink.testutils.junit.extensions.parameterized
 
org.apache.flink.testutils.junit.extensions.retry - 程序包 org.apache.flink.testutils.junit.extensions.retry
 
org.apache.flink.testutils.junit.extensions.retry.strategy - 程序包 org.apache.flink.testutils.junit.extensions.retry.strategy
 
org.apache.flink.testutils.junit.utils - 程序包 org.apache.flink.testutils.junit.utils
 
org.apache.flink.testutils.logging - 程序包 org.apache.flink.testutils.logging
 
org.apache.flink.testutils.oss - 程序包 org.apache.flink.testutils.oss
 
org.apache.flink.testutils.s3 - 程序包 org.apache.flink.testutils.s3
 
org.apache.flink.util - 程序包 org.apache.flink.util
 
OSSTestCredentials - org.apache.flink.testutils.oss中的类
Access to credentials to access OSS buckets during integration tests.
OSSTestCredentials() - 类 的构造器org.apache.flink.testutils.oss.OSSTestCredentials
 

P

Parameter - org.apache.flink.testutils.junit.extensions.parameterized中的注释类型
The annotation is used to replace Parameterized.Parameter for Junit 5 parameterized tests.
ParameterizedTestExtension - org.apache.flink.testutils.junit.extensions.parameterized中的类
This extension is used to implement parameterized tests for Junit 5 to replace Parameterized in Junit4.
ParameterizedTestExtension() - 类 的构造器org.apache.flink.testutils.junit.extensions.parameterized.ParameterizedTestExtension
 
Parameters - org.apache.flink.testutils.junit.extensions.parameterized中的注释类型
The annotation is used to replace Parameterized.Parameters(Junit4) for Junit 5 parameterized tests.
provideTestTemplateInvocationContexts(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.parameterized.ParameterizedTestExtension
 
provideTestTemplateInvocationContexts(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.RetryExtension
 

R

register() - 类 中的静态方法org.apache.flink.util.TestSignalHandler
Register some signal handlers.
releaseBlocker() - 类 中的方法org.apache.flink.core.testutils.BlockerSync
Lets the blocked thread continue.
reset() - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
Resets the latch so that OneShotLatch.isTriggered() returns false.
RetryExtension - org.apache.flink.testutils.junit.extensions.retry中的类
An extension to let failed test retry.
RetryExtension() - 类 的构造器org.apache.flink.testutils.junit.extensions.retry.RetryExtension
 
RetryOnException - org.apache.flink.testutils.junit中的注释类型
Annotation to use with RetryRule.
RetryOnExceptionStrategy - org.apache.flink.testutils.junit.extensions.retry.strategy中的类
A retry strategy that will ignore a specific type of exception and retry a test if it occurs, up to a fixed number of times.
RetryOnExceptionStrategy(int, Class<? extends Throwable>) - 类 的构造器org.apache.flink.testutils.junit.extensions.retry.strategy.RetryOnExceptionStrategy
 
RetryOnFailure - org.apache.flink.testutils.junit中的注释类型
Annotation to use with RetryRule.
RetryOnFailureStrategy - org.apache.flink.testutils.junit.extensions.retry.strategy中的类
Retry strategy that retry fixed times.
RetryOnFailureStrategy(int) - 类 的构造器org.apache.flink.testutils.junit.extensions.retry.strategy.RetryOnFailureStrategy
 
RetryRule - org.apache.flink.testutils.junit中的类
A rule to retry failed tests for a fixed number of times.
RetryRule() - 类 的构造器org.apache.flink.testutils.junit.RetryRule
 
RetryStrategy - org.apache.flink.testutils.junit.extensions.retry.strategy中的接口
Retry strategy for executing retry tests.
RetryTestExecutionExtension - org.apache.flink.testutils.junit.extensions.retry中的类
Extension to decide whether a retry test should run.
RetryTestExecutionExtension(int, int) - 类 的构造器org.apache.flink.testutils.junit.extensions.retry.RetryTestExecutionExtension
 
run() - 类 中的方法org.apache.flink.core.testutils.CheckedThread
This method is final - thread work should go into the CheckedThread.go() method instead.

S

S3TestCredentials - org.apache.flink.testutils.s3中的类
Access to credentials to access S3 buckets during integration tests.
S3TestCredentials() - 类 的构造器org.apache.flink.testutils.s3.S3TestCredentials
 
schedule(Runnable, long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
ScheduledTask<T> - org.apache.flink.core.testutils中的类
ScheduledTask represents a task which is executed at a later point in time.
ScheduledTask(Callable<T>, long) - 类 的构造器org.apache.flink.core.testutils.ScheduledTask
 
ScheduledTask(Callable<T>, long, long) - 类 的构造器org.apache.flink.core.testutils.ScheduledTask
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
SCHEMA_REGISTRY - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 
set(Class<?>, Level) - 类 中的方法org.apache.flink.util.LogLevelExtension
 
set(Package, Level) - 类 中的方法org.apache.flink.util.LogLevelExtension
 
set(String, Level) - 类 中的方法org.apache.flink.util.LogLevelExtension
 
set(Class<?>, Level) - 类 中的方法org.apache.flink.util.LogLevelRule
 
set(Package, Level) - 类 中的方法org.apache.flink.util.LogLevelRule
 
set(String, Level) - 类 中的方法org.apache.flink.util.LogLevelRule
 
setEnv(Map<String, String>) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
 
setEnv(Map<String, String>, boolean) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
 
setInternalState(Object, String, Object) - 类 中的静态方法org.apache.flink.mock.Whitebox
 
SharedObjects - org.apache.flink.testutils.junit中的类
This rule allows objects to be used both in the main test case as well as in UDFs by using serializable SharedReferences.
SharedObjectsExtension - org.apache.flink.testutils.junit中的类
This rule allows objects to be used both in the main test case as well as in UDFs by using serializable SharedReferences.
SharedReference<T> - org.apache.flink.testutils.junit中的接口
Represents an object managed in a SharedObjects.
shutdown() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
shutdownNow() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
stopFollowingAttempts() - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.AbstractRetryStrategy
 
stopFollowingAttempts() - 接口 中的方法org.apache.flink.testutils.junit.extensions.retry.strategy.RetryStrategy
Stop the following attempts when test succeed or failed.
STREAM_THROWABLE - 类 中的静态变量org.apache.flink.core.testutils.FlinkAssertions
 
submit(Callable<T>) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
submit(Runnable, T) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
submit(Runnable) - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
supportsTestTemplate(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.parameterized.ParameterizedTestExtension
 
supportsTestTemplate(ExtensionContext) - 类 中的方法org.apache.flink.testutils.junit.extensions.retry.RetryExtension
 
sync() - 类 中的方法org.apache.flink.core.testutils.CheckedThread
Waits until the thread is completed and checks whether any error occurred during the execution.
sync(long) - 类 中的方法org.apache.flink.core.testutils.CheckedThread
Waits with timeout until the thread is completed and checks whether any error occurred during the execution.

T

TempDirUtils - org.apache.flink.testutils.junit.utils中的类
The utils contains some methods same as org.junit.rules.TemporaryFolder in Junit4.
TempDirUtils() - 类 的构造器org.apache.flink.testutils.junit.utils.TempDirUtils
 
TestContainerExtension<T extends org.testcontainers.containers.GenericContainer<T>> - org.apache.flink.core.testutils中的类
TestContainerExtension provides common functionality for TestContainer implementations.
TestContainerExtension(Supplier<T>) - 类 的构造器org.apache.flink.core.testutils.TestContainerExtension
 
TestExecutorExtension<T extends ExecutorService> - org.apache.flink.testutils.executor中的类
Extension which starts/stops an ExecutorService for testing purposes.
TestExecutorExtension(Supplier<T>) - 类 的构造器org.apache.flink.testutils.executor.TestExecutorExtension
 
TestExecutorResource<T extends ExecutorService> - org.apache.flink.testutils.executor中的类
Resource which starts/stops an ExecutorService for testing purposes.
TestExecutorResource(Supplier<T>) - 类 的构造器org.apache.flink.testutils.executor.TestExecutorResource
 
testFailed(ExtensionContext, Throwable) - 类 中的方法org.apache.flink.util.TestLoggerExtension
 
TestLogger - org.apache.flink.util中的类
Adds automatic test name logging.
TestLogger() - 类 的构造器org.apache.flink.util.TestLogger
 
TestLoggerExtension - org.apache.flink.util中的类
A JUnit-5-style test logger.
TestLoggerExtension() - 类 的构造器org.apache.flink.util.TestLoggerExtension
 
TestLoggerResource - org.apache.flink.testutils.logging中的类
Utility for auditing logged messages.
TestLoggerResource(Class<?>, Level) - 类 的构造器org.apache.flink.testutils.logging.TestLoggerResource
 
TestLoggerResource.SingleTestResource - org.apache.flink.testutils.logging中的类
SingleTestResource re-uses the code in TestLoggerResource for try-with-resources statement.
TestNameProvider - org.apache.flink.util中的类
A rule that provides the current test name per thread.
TestNameProvider() - 类 的构造器org.apache.flink.util.TestNameProvider
 
TestSignalHandler - org.apache.flink.util中的类
This signal handler / signal logger is based on Apache Hadoop's org.apache.hadoop.util.SignalLogger.
TestSignalHandler() - 类 的构造器org.apache.flink.util.TestSignalHandler
 
testSuccessful(ExtensionContext) - 类 中的方法org.apache.flink.util.TestLoggerExtension
 
toString() - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
 
totalTimes - 类 中的变量org.apache.flink.testutils.junit.extensions.retry.strategy.AbstractRetryStrategy
 
trigger() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Triggers the next queued runnable and executes it synchronously.
trigger() - 类 中的方法org.apache.flink.core.testutils.MultiShotLatch
Fires the latch.
trigger() - 类 中的方法org.apache.flink.core.testutils.OneShotLatch
Fires the latch.
triggerAll() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Triggers all queuedRunnables.
triggerAllNonPeriodicTasks() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Executes all runnable and scheduled non-periodic tasks until none are left to run.
triggerNonPeriodicScheduledTask() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Triggers a single non-periodically scheduled task.
triggerNonPeriodicScheduledTasks() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
triggerNonPeriodicScheduledTasksWithRecursion() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Triggers all non-periodically scheduled tasks.
triggerPeriodicScheduledTasks() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
 
triggerScheduledTasks() - 类 中的方法org.apache.flink.core.testutils.ManuallyTriggeredScheduledExecutorService
Triggers all registered tasks.
trySync(long) - 类 中的方法org.apache.flink.core.testutils.CheckedThread
Waits with timeout until the thread is completed and checks whether any error occurred during the execution.

W

waitUtil(Supplier<Boolean>, Duration, Duration, String) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Wait util the given condition is met or timeout.
waitUtil(Supplier<Boolean>, Duration, String) - 类 中的静态方法org.apache.flink.core.testutils.CommonTestUtils
Wait util the given condition is met or timeout.
watchman - 类 中的变量org.apache.flink.util.TestLogger
 
Whitebox - org.apache.flink.mock中的类
Copied from mockito.
Whitebox() - 类 的构造器org.apache.flink.mock.Whitebox
 
willNotComplete(Duration) - 类 中的静态方法org.apache.flink.core.testutils.FlinkMatchers
已过时。
Checks that a CompletableFuture won't complete within the given timeout.
withServiceEntry(Class<?>, String...) - 类 中的方法org.apache.flink.testutils.junit.extensions.ContextClassLoaderExtension.ContextClassLoaderExtensionBuilder
 

Z

ZOOKEEPER - 类 中的静态变量org.apache.flink.util.DockerImageVersions
 
A B C D E F G H I K L M N O P R S T W Z 
跳过导航链接

Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.