|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<ReplicationServerCfgClient,ReplicationServerCfg>
org.opends.server.admin.std.meta.ReplicationServerCfgDefn
public final class ReplicationServerCfgDefn
An interface for querying the Replication Server managed object definition meta information.
Replication Servers publish updates to Directory Servers within a Replication Domain.
Method Summary | |
---|---|
ReplicationServerCfgClient |
createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient> impl)
Creates a client configuration view of the provided managed object. |
ReplicationServerCfg |
createServerConfiguration(ServerManagedObject<? extends ReplicationServerCfg> impl)
Creates a server configuration view of the provided server managed object. |
static ReplicationServerCfgDefn |
getInstance()
Get the Replication Server configuration definition singleton. |
IntegerPropertyDefinition |
getQueueSizePropertyDefinition()
Get the "queue-size" property definition. |
StringPropertyDefinition |
getReplicationDBDirectoryPropertyDefinition()
Get the "replication-db-directory" property definition. |
IntegerPropertyDefinition |
getReplicationPortPropertyDefinition()
Get the "replication-port" property definition. |
DurationPropertyDefinition |
getReplicationPurgeDelayPropertyDefinition()
Get the "replication-purge-delay" property definition. |
IntegerPropertyDefinition |
getReplicationServerIdPropertyDefinition()
Get the "replication-server-id" property definition. |
StringPropertyDefinition |
getReplicationServerPropertyDefinition()
Get the "replication-server" property definition. |
java.lang.Class<ReplicationServerCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
IntegerPropertyDefinition |
getWindowSizePropertyDefinition()
Get the "window-size" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ReplicationServerCfgDefn getInstance()
public ReplicationServerCfgClient createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ReplicationServerCfgClient,ReplicationServerCfg>
impl
- The managed object.
public ReplicationServerCfg createServerConfiguration(ServerManagedObject<? extends ReplicationServerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ReplicationServerCfgClient,ReplicationServerCfg>
impl
- The server managed object.
public java.lang.Class<ReplicationServerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ReplicationServerCfgClient,ReplicationServerCfg>
public IntegerPropertyDefinition getQueueSizePropertyDefinition()
Specifies the number of changes that are kept in memory for each Directory Server in the Replication Domain.
public StringPropertyDefinition getReplicationDBDirectoryPropertyDefinition()
The path where the Replication Server stores all persistent information.
public IntegerPropertyDefinition getReplicationPortPropertyDefinition()
The port on which this Replication Server waits for connections from other Replication Servers or Directory Servers.
public DurationPropertyDefinition getReplicationPurgeDelayPropertyDefinition()
The time (in seconds) after which the Replication Server erases all persistent information.
public StringPropertyDefinition getReplicationServerPropertyDefinition()
Specifies the addresses of other Replication Servers to which this Replication Server tries to connect at startup time.
Addresses must be specified using the syntax: hostname:port
public IntegerPropertyDefinition getReplicationServerIdPropertyDefinition()
Specifies a unique identifier for the Replication Server.
Each Replication Server must have a different server ID.
public IntegerPropertyDefinition getWindowSizePropertyDefinition()
Specifies the window size that the Replication Server uses when communicating with other Replication Servers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |