org.apache.pig.impl.logicalLayer
Class OperatorKey

java.lang.Object
  extended by org.apache.pig.impl.logicalLayer.OperatorKey
All Implemented Interfaces:
Serializable

public class OperatorKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 long id
           
 String scope
           
 
Constructor Summary
OperatorKey()
           
OperatorKey(String scope, long id)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getId()
           
 String getScope()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

scope

public String scope

id

public long id
Constructor Detail

OperatorKey

public OperatorKey()

OperatorKey

public OperatorKey(String scope,
                   long id)
Method Detail

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