public class Broker extends Object implements Serializable
Ticket.| Modifier and Type | Field and Description |
|---|---|
static String |
REGION_TABLE_NAME |
static String |
REGION_TABLE_SHORT_NAME |
| Constructor and Description |
|---|
Broker() |
| Modifier and Type | Method and Description |
|---|---|
static String |
commaSeparatedStringFor(Vector fields) |
void |
fromData(DataInput in) |
int |
getId() |
String |
getName() |
protected static String |
getName(int i) |
static QueryFactory |
getQueryFactory(int api) |
static String |
getTableAndShortName() |
static String |
getTableName() |
static String |
getTableShortName() |
void |
init(int i)
Initialize the i'th broker.
|
int |
sizeof(Object o) |
void |
toData(DataOutput out) |
String |
toString() |
public static String REGION_TABLE_NAME
public static String REGION_TABLE_SHORT_NAME
protected static String getName(int i)
public static String getTableName()
public static String getTableShortName()
public static String getTableAndShortName()
public static QueryFactory getQueryFactory(int api)
public void init(int i)
public int getId()
public String getName()
public int sizeof(Object o)
public void toData(DataOutput out) throws IOException
IOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.