public class AdminRebalanceRequest extends Object implements org.apache.avro.generic.IndexedRecord
Constructor and Description |
---|
AdminRebalanceRequest() |
AdminRebalanceRequest(List<String> tableNames,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
Map<String,String> |
getOptions() |
org.apache.avro.Schema |
getSchema() |
List<String> |
getTableNames() |
int |
hashCode() |
void |
put(int index,
Object value) |
AdminRebalanceRequest |
setOptions(Map<String,String> options) |
AdminRebalanceRequest |
setTableNames(List<String> tableNames) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public AdminRebalanceRequest setTableNames(List<String> tableNames)
public AdminRebalanceRequest setOptions(Map<String,String> options)
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
Copyright © 2017. All rights reserved.