Uses of Enum Class
io.trino.testing.containers.TestContainers.DockerArchitecture
Packages that use TestContainers.DockerArchitecture
-
Uses of TestContainers.DockerArchitecture in io.trino.testing.containers
Methods in io.trino.testing.containers that return TestContainers.DockerArchitectureModifier and TypeMethodDescriptionTestContainers.DockerArchitecture.fromString(String value) TestContainers.DockerArchitectureInfo.hostArch()Returns the value of thehostArchrecord component.TestContainers.DockerArchitectureInfo.imageArch()Returns the value of theimageArchrecord component.Returns the enum constant of this class with the specified name.static TestContainers.DockerArchitecture[]TestContainers.DockerArchitecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.testing.containers with parameters of type TestContainers.DockerArchitectureModifierConstructorDescriptionDockerArchitectureInfo(TestContainers.DockerArchitecture hostArch, TestContainers.DockerArchitecture imageArch) Creates an instance of aDockerArchitectureInforecord class.