public class TopologyDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TopologyDescriptor.ComputationDescriptor |
static class |
TopologyDescriptor.StreamDescriptor |
Modifier and Type | Field and Description |
---|---|
List<TopologyDescriptor.ComputationDescriptor> |
computations |
String |
config |
static Integer |
DEFAULT_CONCURRENCY |
Integer |
defaultConcurrency |
Integer |
defaultPartitions |
Class<? extends Computations> |
klass |
String |
name |
Map<String,String> |
options |
List<TopologyDescriptor.StreamDescriptor> |
streams |
Constructor and Description |
---|
TopologyDescriptor() |
public static final Integer DEFAULT_CONCURRENCY
public Class<? extends Computations> klass
public Integer defaultConcurrency
public Integer defaultPartitions
public List<TopologyDescriptor.ComputationDescriptor> computations
public List<TopologyDescriptor.StreamDescriptor> streams
public TopologyDescriptor()
Copyright © 2017 Nuxeo. All rights reserved.