org.apache.pig.impl.logicalLayer
Class OperatorKey
java.lang.Object
org.apache.pig.impl.logicalLayer.OperatorKey
- All Implemented Interfaces:
- Serializable
public class OperatorKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
scope
public String scope
id
public long id
OperatorKey
public OperatorKey()
OperatorKey
public OperatorKey(String scope,
long id)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getScope
public String getScope()
getId
public long getId()
Copyright © ${year} The Apache Software Foundation