public class OperatorKey extends Object implements Serializable, Comparable<OperatorKey>
| Constructor and Description |
|---|
OperatorKey() |
OperatorKey(String scope,
long id) |
public String scope
public long id
public OperatorKey()
public OperatorKey(String scope, long id)
public String getScope()
public long getId()
public int compareTo(OperatorKey o)
compareTo in interface Comparable<OperatorKey>public static OperatorKey genOpKey(String scope)
scope - Scope to use in creating the key.Copyright © 2007-2012 The Apache Software Foundation