Class ResourceConfig

java.lang.Object
com.hazelcast.jet.config.ResourceConfig
All Implemented Interfaces:
Serializable

@PrivateApi
public class ResourceConfig
extends Object
implements Serializable
Describes a single resource to deploy to the Jet cluster.
Since:
3.0
See Also:
Serialized Form
  • Method Details

    • getUrl

      @Nonnull public URL getUrl()
      Returns the URL at which the resource is available. Resolved on the local machine during job submission.
    • getId

      @Nonnull public String getId()
      Returns the ID of the resource that will be used to form the IMap key under which it will be stored in the Jet cluster.
    • getResourceType

      @Nonnull public ResourceType getResourceType()
      Returns the type of the resource.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object