@ApplicationScoped public class FoloConfig extends Object implements org.commonjava.indy.conf.IndyConfigInfo
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_DISABLED |
static boolean |
DEFAULT_ENABLED |
static String |
DEFAULT_FOLO_CASSANDRA_KEYSPACE |
static String |
DEFAULT_FOLO_CASSANDRA_TABLENAME |
| Constructor and Description |
|---|
FoloConfig() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDefaultConfig() |
String |
getDefaultConfigFileName() |
Boolean |
getEnabled() |
String |
getFoloCassandraKeyspace() |
String |
getFoloCassandraTablename() |
Boolean |
getTrackGroupContent() |
boolean |
isEnabled() |
boolean |
isGroupContentTracked() |
void |
setEnabled(boolean enabled) |
void |
setFoloCassandraKeyspace(String foloCassandraKeyspace) |
void |
setFoloCassandraTablename(String foloCassandraTablename) |
void |
setTrackGroupContent(Boolean trackGroupContent) |
public static final boolean DEFAULT_ENABLED
public static final boolean DEFAULT_DISABLED
public static final String DEFAULT_FOLO_CASSANDRA_KEYSPACE
public static final String DEFAULT_FOLO_CASSANDRA_TABLENAME
public boolean isEnabled()
public Boolean getEnabled()
public void setEnabled(boolean enabled)
public boolean isGroupContentTracked()
public void setTrackGroupContent(Boolean trackGroupContent)
public Boolean getTrackGroupContent()
public String getFoloCassandraKeyspace()
public void setFoloCassandraKeyspace(String foloCassandraKeyspace)
public String getFoloCassandraTablename()
public void setFoloCassandraTablename(String foloCassandraTablename)
public String getDefaultConfigFileName()
getDefaultConfigFileName in interface org.commonjava.indy.conf.IndyConfigInfopublic InputStream getDefaultConfig()
getDefaultConfig in interface org.commonjava.indy.conf.IndyConfigInfoCopyright © 2011-2020-2022. All Rights Reserved.