| Modifier and Type | Field and Description | 
|---|---|
static String | 
USE_DEFAULT  | 
| Constructor and Description | 
|---|
RandomData(Schema schema,
          int count)  | 
RandomData(Schema schema,
          int count,
          boolean utf8ForString)  | 
RandomData(Schema schema,
          int count,
          long seed)  | 
RandomData(Schema schema,
          int count,
          long seed,
          boolean utf8ForString)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<Object> | 
iterator()  | 
static void | 
main(String[] args)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String USE_DEFAULT
public RandomData(Schema schema, int count)
public RandomData(Schema schema, int count, long seed)
public RandomData(Schema schema, int count, boolean utf8ForString)
public RandomData(Schema schema, int count, long seed, boolean utf8ForString)
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.