public interface FtsConfigEntry
| Modifier and Type | Interface and Description |
|---|---|
static class |
FtsConfigEntry.Fields |
static class |
FtsConfigEntry.Mode |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFtsAgent() |
String |
getFtsCollectionDir() |
String |
getFtsConfigurationDir() |
Integer |
getFtsPort2() |
Integer |
getMaxJvmMemory2() |
String |
getPrimaryServerName() |
FtsConfigEntry.Mode |
getServerConfiguration() |
void |
setFtsAgent(boolean data) |
void |
setFtsCollectionDir(String data) |
void |
setFtsConfigurationDir(String data) |
void |
setFtsPort2(Integer data) |
void |
setMaxJvmMemory2(Integer data) |
void |
setPrimaryServerName(String data) |
void |
setServerConfiguration(FtsConfigEntry.Mode data) |
String getFtsCollectionDir()
void setFtsCollectionDir(String data)
String getFtsConfigurationDir()
void setFtsConfigurationDir(String data)
boolean getFtsAgent()
void setFtsAgent(boolean data)
FtsConfigEntry.Mode getServerConfiguration()
void setServerConfiguration(FtsConfigEntry.Mode data)
String getPrimaryServerName()
void setPrimaryServerName(String data)
Integer getFtsPort2()
void setFtsPort2(Integer data)
Integer getMaxJvmMemory2()
void setMaxJvmMemory2(Integer data)
? Copyright 2013 BMC Software, Inc.