public class StreamProperties extends Object
| Constructor and Description |
|---|
StreamProperties(Long ttl,
co.cask.cdap.api.data.format.FormatSpecification format,
Integer notificationThresholdMB) |
StreamProperties(Long ttl,
co.cask.cdap.api.data.format.FormatSpecification format,
Integer notificationThresholdMB,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
co.cask.cdap.api.data.format.FormatSpecification |
getFormat() |
Integer |
getNotificationThresholdMB() |
Long |
getTTL() |
int |
hashCode() |
String |
toString() |
public StreamProperties(Long ttl, co.cask.cdap.api.data.format.FormatSpecification format, Integer notificationThresholdMB)
public StreamProperties(Long ttl, co.cask.cdap.api.data.format.FormatSpecification format, Integer notificationThresholdMB, @Nullable String description)
public Long getTTL()
public co.cask.cdap.api.data.format.FormatSpecification getFormat()
public Integer getNotificationThresholdMB()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.