public class StreamAuditStorageWriter extends Object implements StreamProcessorTopology
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StreamAuditStorageWriter.AuditStorageLogWriterComputation  | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
BATCH_SIZE_OPT  | 
static String | 
BATCH_THRESHOLD_MS_OPT  | 
static String | 
COMPUTATION_NAME  | 
static int | 
DEFAULT_BATCH_SIZE  | 
static int | 
DEFAULT_BATCH_THRESHOLD_MS  | 
| Constructor and Description | 
|---|
StreamAuditStorageWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getOptionAsInteger(Map<String,String> options,
                  String option,
                  int defaultValue)  | 
Topology | 
getTopology(Map<String,String> options)
Returns a Stream computation topology. 
 | 
public static final String COMPUTATION_NAME
public static final String BATCH_SIZE_OPT
public static final String BATCH_THRESHOLD_MS_OPT
public static final int DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_THRESHOLD_MS
public StreamAuditStorageWriter()
public Topology getTopology(Map<String,String> options)
StreamProcessorTopologygetTopology in interface StreamProcessorTopologyprotected int getOptionAsInteger(Map<String,String> options, String option, int defaultValue)
Copyright © 2019 Nuxeo. All rights reserved.