| Modifier and Type | Method and Description |
|---|---|
String |
getAdminPerms() |
boolean |
getAutoCreateTopics() |
String |
getCompressionAlgo() |
String |
getConsumePerms() |
String |
getCopyPerms() |
int |
getDefaultPartitions() |
String |
getProducePerms() |
long |
getTimeToLiveSec() |
String |
getTopicPerms() |
void |
setAdminPerms(String perms)
Sets the admin permission ace.
|
void |
setAutoCreateTopics(boolean allow)
Sets if topics should be auto-created when a message is produced.
|
void |
setCompressionAlgo(String algo)
Sets the compression algo.
|
void |
setConsumePerms(String perms)
Sets the consume permission ace.
|
void |
setCopyPerms(String perms)
Sets the copy permission ace.
|
void |
setDefaultPartitions(int numPartitions)
Sets the default number of partitions per topic.
|
void |
setProducePerms(String perms)
Sets the producer permission ace.
|
void |
setTimeToLiveSec(long sec)
Sets the time-to-live for messages.
|
void |
setTopicPerms(String perms)
Sets the topic permission ace.
|
int getDefaultPartitions()
void setDefaultPartitions(int numPartitions)
numPartitions - the number of partitionslong getTimeToLiveSec()
void setTimeToLiveSec(long sec)
sec - the time to liveString getCompressionAlgo()
void setCompressionAlgo(String algo)
algo - the compression algorithm name.boolean getAutoCreateTopics()
true if topics should be auto-created when a message is
produced.void setAutoCreateTopics(boolean allow)
allow - true if topics should be auto-created.String getProducePerms()
void setProducePerms(String perms)
perms - the producer permission ace.String getConsumePerms()
void setConsumePerms(String perms)
perms - the consume permission ace.String getTopicPerms()
void setTopicPerms(String perms)
perms - the topic permission ace.String getCopyPerms()
void setCopyPerms(String perms)
perms - the copy permission ace.String getAdminPerms()
void setAdminPerms(String perms)
perms - the admin permission ace.Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.