Uses of Enum Class
com.hazelcast.jet.config.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.hazelcast.jet.config
Methods in com.hazelcast.jet.config that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
ResourceType.getById
(int id) Returns the ResourceType for the given ID.ResourceConfig.getResourceType()
Returns the type of the resource.static ResourceType
Returns the enum constant of this class with the specified name.static ResourceType[]
ResourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.hazelcast.jet.config with parameters of type ResourceTypeModifierConstructorDescriptionResourceConfig
(URL url, String id, ResourceType resourceType) Creates a resource config with the given properties.