public class LargeTableGenBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String[]> |
cities |
protected List<String> |
firstnames |
protected List<String> |
lastnames |
protected int[] |
randomized |
| Constructor and Description |
|---|
LargeTableGenBase() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getAddress(int i) |
protected String |
getAge(int i) |
protected String |
getBirthdate(int i) |
protected String |
getEmail(int i) |
protected String |
getField(String field,
int i) |
protected String |
getFirstLogin(int i) |
protected String |
getFirstName(int i) |
protected String |
getIncome(int i) |
protected String |
getLastName(int i) |
protected String |
getPhone(int i) |
protected String |
getSSN(int i) |
protected void |
initDictionary() |
protected void |
initDictionaryWithRand() |
protected void |
initRandVector(int recordNumber) |
protected void initDictionary()
protected void initDictionaryWithRand()
protected String getFirstName(int i)
protected String getLastName(int i)
protected String[] getAddress(int i)
protected String getSSN(int i)
protected String getPhone(int i)
protected String getEmail(int i)
protected String getAge(int i)
protected String getIncome(int i)
protected String getBirthdate(int i)
protected String getFirstLogin(int i)
protected void initRandVector(int recordNumber)
Copyright © 2021 The Apache Software Foundation. All rights reserved.