|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TungstenProperties in com.continuent.tungsten.common.cluster.resource |
|---|
| Methods in com.continuent.tungsten.common.cluster.resource that return TungstenProperties | |
|---|---|
TungstenProperties |
ReplicatorCapabilities.asProperties()
Writes capabilities to a properties instance for storage or transport. |
static TungstenProperties |
DataSource.createFromReplicatorStatus(TungstenProperties replicatorProps)
|
static TungstenProperties |
DataSource.createWitnessFromMemberHeartbeat(TungstenProperties memberHeartbeatProps)
|
TungstenProperties |
DataServer.toProperties()
|
TungstenProperties |
Monitor.toProperties()
|
TungstenProperties |
DataSource.toProperties()
|
TungstenProperties |
Resource.toProperties()
|
static TungstenProperties |
DataSource.updateFromReplicatorStatus(TungstenProperties replicatorProps,
TungstenProperties dsProps)
|
| Methods in com.continuent.tungsten.common.cluster.resource with parameters of type TungstenProperties | |
|---|---|
static Replicator |
Replicator.createFromReplicatorStatus(TungstenProperties replicatorProps)
|
static TungstenProperties |
DataSource.createFromReplicatorStatus(TungstenProperties replicatorProps)
|
static TungstenProperties |
DataSource.createWitnessFromMemberHeartbeat(TungstenProperties memberHeartbeatProps)
|
static TungstenProperties |
DataSource.updateFromReplicatorStatus(TungstenProperties replicatorProps,
TungstenProperties dsProps)
|
| Constructors in com.continuent.tungsten.common.cluster.resource with parameters of type TungstenProperties | |
|---|---|
DataServer(TungstenProperties props)
|
|
DataSource(TungstenProperties props)
|
|
Monitor(TungstenProperties props)
|
|
Queue(TungstenProperties props)
|
|
ReplicatorCapabilities(TungstenProperties props)
Create a capabilities instance from TungstenProperties instance. |
|
SQLRouter(TungstenProperties props)
|
|
| Uses of TungstenProperties in com.continuent.tungsten.common.cluster.resource.notification |
|---|
| Fields in com.continuent.tungsten.common.cluster.resource.notification declared as TungstenProperties | |
|---|---|
protected TungstenProperties |
ClusterResourceNotification.resourceProps
|
| Methods in com.continuent.tungsten.common.cluster.resource.notification that return TungstenProperties | |
|---|---|
TungstenProperties |
ResourceStatus.getProperties()
Retrieves the resource-specific properties |
TungstenProperties |
ManagerNotification.getResourceProps()
|
TungstenProperties |
ManagerHeartbeat.getResourceProps()
|
TungstenProperties |
ClusterMemberHeartbeat.getResourceProps()
|
TungstenProperties |
ClusterResourceNotification.getResourceProps()
|
TungstenProperties |
ClusterResourceNotification.toProperties()
|
| Methods in com.continuent.tungsten.common.cluster.resource.notification with parameters of type TungstenProperties | |
|---|---|
void |
ClusterResourceNotification.setResourceProps(TungstenProperties resourceProps)
|
| Constructors in com.continuent.tungsten.common.cluster.resource.notification with parameters of type TungstenProperties | |
|---|---|
ClusterConfigurationNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ClusterResourceNotification(NotificationStreamID streamID,
java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
ResourceType resourceType,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ClusterResourceNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
ResourceType resourceType,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ClusterSynchronizationNotification(NotificationStreamID streamID,
java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
ResourceType resourceType,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ClusterSynchronizationNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
ResourceType resourceType,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
DataServerNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String resourceName,
ResourceState resourceState,
java.lang.String source,
DataServer dataServer,
TungstenProperties dsQueryResultProps)
|
|
DataSourceNotification(NotificationStreamID streamID,
java.lang.String clusterName,
java.lang.String memberName,
java.lang.String resourceName,
ResourceState state,
java.lang.String source,
TungstenProperties resourceProps)
|
|
DataSourceNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String resourceName,
ResourceState state,
java.lang.String source,
TungstenProperties resourceProps)
|
|
DirectoryNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
HostNotification(NotificationStreamID streamID,
java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
ResourceType resourceType,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ReplicationServiceNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ReplicatorNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
ReplicatorStatus(java.lang.String type,
java.lang.String name,
java.lang.String state,
java.lang.String host,
java.lang.String role,
int precedence,
java.lang.String service,
java.lang.String url,
java.lang.String driver,
java.lang.String vendor,
TungstenProperties status)
Creates a new ReplicatorStatus object filling in additional
latency information |
|
ResourceStatus(java.lang.String type,
java.lang.String name,
java.lang.String state,
TungstenProperties properties)
Creates a new ResourceStatus object, giving all fields |
|
SequoiaBackendNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String resourceName,
java.lang.String state,
java.lang.String source,
TungstenProperties resourceProps)
Controller to which this backend belongs |
|
SQLRouterNotification(java.lang.String clusterName,
java.lang.String memberName,
java.lang.String notificationSource,
java.lang.String resourceName,
ResourceState resourceState,
TungstenProperties resourceProps)
|
|
| Uses of TungstenProperties in com.continuent.tungsten.common.cluster.resource.physical |
|---|
| Methods in com.continuent.tungsten.common.cluster.resource.physical that return TungstenProperties | |
|---|---|
TungstenProperties |
ReplicatorCapabilities.asProperties()
Writes capabilities to a properties instance for storage or transport. |
static TungstenProperties |
DataSource.createFromReplicatorStatus(TungstenProperties replicatorProps)
|
TungstenProperties |
DataSource.toProperties()
|
static TungstenProperties |
DataSource.updateFromReplicatorStatus(TungstenProperties replicatorProps,
TungstenProperties dsProps)
|
| Methods in com.continuent.tungsten.common.cluster.resource.physical with parameters of type TungstenProperties | |
|---|---|
static TungstenProperties |
DataSource.createFromReplicatorStatus(TungstenProperties replicatorProps)
|
static TungstenProperties |
DataSource.updateFromReplicatorStatus(TungstenProperties replicatorProps,
TungstenProperties dsProps)
|
| Constructors in com.continuent.tungsten.common.cluster.resource.physical with parameters of type TungstenProperties | |
|---|---|
DataSource(TungstenProperties props)
|
|
ReplicatorCapabilities(TungstenProperties props)
Create a capabilities instance from TungstenProperties instance. |
|
| Uses of TungstenProperties in com.continuent.tungsten.common.config |
|---|
| Methods in com.continuent.tungsten.common.config that return TungstenProperties | |
|---|---|
static TungstenProperties |
TungstenProperties.createFromStream(java.io.BufferedReader in)
Receives properties from given stream. This function uses a in-house protocol consisting in having, for each key/value pair, 1 line for key, 1 line for the class name and 1 for value. |
TungstenProperties |
TungstenProperties.getTungstenProperties(java.lang.String key)
Returns a TungstenProperties value. |
static TungstenProperties |
TungstenProperties.loadFromJSON(java.lang.String json)
Load values from a JSON serialized string |
TungstenProperties |
TungstenPropertiesIO.read()
Read properties file from the file system using selected serialization format and character set. |
TungstenProperties |
TungstenProperties.subset(java.lang.String prefix,
boolean removePrefix)
Returns a TungstenProperties instance consisting of the property names that match the given prefix |
TungstenProperties |
TungstenProperties.subset(java.lang.String prefix,
boolean removePrefix,
boolean removeProps)
Returns a TungstenProperties instance consisting of the property names that match the given prefix |
| Methods in com.continuent.tungsten.common.config that return types with arguments of type TungstenProperties | |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,TungstenProperties>> |
TungstenProperties.getClusterMap()
Retrieves a cluster map as stored by setClusterMap(Map) |
java.util.Map<java.lang.String,TungstenProperties> |
TungstenProperties.getDataSourceMap()
Retrieves a data source map as stored by setDataSourceMap(Map) |
| Methods in com.continuent.tungsten.common.config with parameters of type TungstenProperties | |
|---|---|
static java.lang.String |
TungstenProperties.formatProperties(java.lang.String name,
TungstenProperties props,
java.lang.String header)
|
void |
TungstenProperties.putAll(TungstenProperties props)
Merges the properties provided as an argument with these properties, overriding current values wherever there are overlaps. |
void |
TungstenProperties.putAllWithPrefix(TungstenProperties props,
java.lang.String prefix)
Prefixes all the given properties with the given string and merges this new set with the actual ones, overriding current values with same keys if any |
void |
TungstenProperties.setTungstenProperties(java.lang.String key,
TungstenProperties tungstenProperties)
Stores a TungstenProperties as a property |
void |
TungstenPropertiesIO.write(TungstenProperties properties,
boolean fsync)
Write properties file to the file system using selected serialization format and character set. |
| Method parameters in com.continuent.tungsten.common.config with type arguments of type TungstenProperties | |
|---|---|
void |
TungstenProperties.setClusterMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,TungstenProperties>> map)
Stores a Map which keys are strings and values are Maps of String/TungstenProperties. |
void |
TungstenProperties.setDataSourceMap(java.util.Map<java.lang.String,TungstenProperties> map)
Stores a Map which keys are strings and values are TungstenProperties. |
| Uses of TungstenProperties in com.continuent.tungsten.common.config.cluster |
|---|
| Fields in com.continuent.tungsten.common.config.cluster declared as TungstenProperties | |
|---|---|
TungstenProperties |
ClusterConfiguration.props
The source of the properties for this configuration. |
| Methods in com.continuent.tungsten.common.config.cluster that return TungstenProperties | |
|---|---|
TungstenProperties |
RouterConfiguration.getDataSource(java.lang.String clusterName,
java.lang.String dsName)
Returns an existing datasource configuration, if there is one, for the named dataService. |
TungstenProperties |
ClusterConfiguration.getProps()
Returns the cluster properties |
| Methods in com.continuent.tungsten.common.config.cluster that return types with arguments of type TungstenProperties | |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,TungstenProperties>> |
RouterConfiguration.getDataServicesMap()
|
java.util.Map<java.lang.String,TungstenProperties> |
RouterConfiguration.getDataSourceMap(java.lang.String clusterName)
Returns all of the datasource configurations for a given cluster. |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,TungstenProperties>> |
ClusterConfiguration.loadClusterConfiguration(ResourceType resourceType)
Loads a set of resource configurations from the appropriate directory according to Tungsten resource conventions. |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,TungstenProperties>> |
RouterConfiguration.loadClusterDataSourceMap()
Loads data cluster configurations from disk. |
static java.util.Map<java.lang.String,TungstenProperties> |
ClusterConfiguration.loadConfiguration(java.lang.String clusterName,
ResourceType resourceType)
Returns configurations for a set of resources of a given resourceType for a given clusterName. |
| Methods in com.continuent.tungsten.common.config.cluster with parameters of type TungstenProperties | |
|---|---|
static void |
ConfigUtilities.setProperty(java.lang.String name,
java.lang.String value,
java.lang.Object o,
TungstenProperties mirror,
boolean ignoreIfNotFound)
|
static void |
ClusterConfiguration.store(java.lang.String configFileName,
TungstenProperties props)
|
void |
ClusterConfiguration.store(TungstenProperties props,
java.lang.String outFileName)
Stores a configuration file in a specific output file. |
void |
RouterConfiguration.storeDataSourceConfig(java.lang.String clusterName,
TungstenProperties ds)
Writes out a single datasource configuration |
void |
ClusterConfiguration.storeResourceConfig(java.lang.String clusterName,
ResourceType resourceType,
TungstenProperties resourceProps)
Store a properties file as a resource configuration using the resource configuration standards for Tungsten |
| Method parameters in com.continuent.tungsten.common.config.cluster with type arguments of type TungstenProperties | |
|---|---|
void |
RouterConfiguration.storeDataSourceConfig(java.lang.String clusterName,
java.util.Map<java.lang.String,TungstenProperties> dataSourceMap)
Writes out the configuration for all datasources in the map. |
void |
ClusterConfiguration.storeResourcesConfig(java.lang.String clusterName,
ResourceType resourceType,
java.util.Map<java.lang.String,TungstenProperties> resourceList)
Store a list of resources in individual properties files |
| Uses of TungstenProperties in com.continuent.tungsten.common.directory |
|---|
| Methods in com.continuent.tungsten.common.directory that return types with arguments of type TungstenProperties | |
|---|---|
java.util.List<TungstenProperties> |
Directory.getServiceConfig(java.lang.String sessionID,
java.lang.String hostName,
java.lang.String name)
Returns one or more service configurations as property instances. |
| Uses of TungstenProperties in com.continuent.tungsten.common.jmx |
|---|
| Methods in com.continuent.tungsten.common.jmx with parameters of type TungstenProperties | |
|---|---|
static javax.management.remote.JMXConnector |
JmxManager.getRMIConnector(java.lang.String host,
int registryPort,
java.lang.String serviceName,
TungstenProperties jmxProperties)
Client helper method to return an RMI connection. |
| Constructors in com.continuent.tungsten.common.jmx with parameters of type TungstenProperties | |
|---|---|
JmxManager(java.lang.String host,
int registryPort,
java.lang.String serviceName,
TungstenProperties tungstenProperty)
Creates an instance to manage a JMX service Called when using authentication (and) encryption |
|
| Uses of TungstenProperties in com.continuent.tungsten.common.mysql |
|---|
| Methods in com.continuent.tungsten.common.mysql that return TungstenProperties | |
|---|---|
static TungstenProperties |
MySQLIOs.executeQueryWithTimeouts(java.lang.String hostname,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String db,
java.lang.String query,
int timeoutMsecs)
Tries to establish a connection to a MySQL server with given credentials and timeout. |
| Uses of TungstenProperties in com.continuent.tungsten.common.security |
|---|
| Methods in com.continuent.tungsten.common.security that return TungstenProperties | |
|---|---|
TungstenProperties |
AuthenticationInfo.getAsTungstenProperties()
Get the AuthenticationInfo as a TungstenProperties |
TungstenProperties |
PasswordManager.loadPasswordsAsTungstenProperties()
Passwords loaded from file as TungstenProperties. |
static TungstenProperties |
SecurityHelper.loadPasswordsFromAuthenticationInfo(AuthenticationInfo authenticationInfo)
Loads passwords from a TungstenProperties from a .properties file |
| Uses of TungstenProperties in com.continuent.tungsten.common.utils |
|---|
| Methods in com.continuent.tungsten.common.utils that return TungstenProperties | |
|---|---|
static TungstenProperties |
CLUtils.editProperties(TungstenProperties props,
boolean isNew,
java.io.BufferedReader in)
|
static TungstenProperties |
URIUtils.parse(java.lang.String url)
|
static TungstenProperties |
URIUtils.parseQuery(java.lang.String query)
|
| Methods in com.continuent.tungsten.common.utils with parameters of type TungstenProperties | |
|---|---|
static void |
URIUtils.checkKeys(TungstenProperties props)
|
static TungstenProperties |
CLUtils.editProperties(TungstenProperties props,
boolean isNew,
java.io.BufferedReader in)
|
static java.lang.String |
CLUtils.formatAllReplicatorProps(TungstenProperties replProps,
java.lang.String header,
boolean printDetails)
|
static java.lang.String |
CLUtils.formatDsProps(TungstenProperties dsProps,
java.lang.String header,
boolean wasModified,
boolean printDetails,
boolean includeStatistics)
|
static java.lang.String |
ResultFormatter.formatProperties(java.lang.String entityName,
TungstenProperties properties,
boolean printHeader)
|
static java.lang.String |
CLUtils.formatProperties(java.lang.String name,
TungstenProperties props,
java.lang.String header)
|
static java.lang.String |
CLUtils.formatProperties(java.lang.String name,
TungstenProperties props,
java.lang.String header,
boolean wasModified)
|
static java.lang.String |
CLUtils.formatPropertiesOld(java.lang.String name,
TungstenProperties props,
java.lang.String header,
boolean wasModified)
Does a generic format of a TungstenProperties instance. |
static java.lang.String |
CLUtils.formatReplicatorProps(TungstenProperties replProps,
boolean managerIsOnline,
java.lang.String header,
boolean printDetails)
|
static java.lang.String |
CLUtils.formatRouterStatus(TungstenProperties dsProps,
boolean printDetails)
|
static void |
CLUtils.formatStatistics(TungstenProperties dsProps,
java.lang.StringBuilder builder,
java.lang.String header,
java.lang.String indent)
|
static java.lang.String |
CLUtils.formatStatus(TungstenProperties dsProps,
TungstenProperties replProps,
java.lang.String header,
boolean wasModified,
boolean printDetails,
boolean includeStatistics)
|
static java.lang.String |
CLUtils.formatStatus(TungstenProperties dsProps,
TungstenProperties replProps,
TungstenProperties dbProps,
boolean managerIsOnline,
java.lang.String header,
boolean wasModified,
boolean printDetails,
boolean includeStatistics,
boolean includeComponents,
boolean isRawFormat)
|
static java.lang.String |
CLUtils.formatStatus(TungstenProperties dsProps,
TungstenProperties replProps,
TungstenProperties dbProps,
TungstenProperties routerUsage,
boolean managerIsOnline,
java.lang.String header,
boolean wasModified,
boolean printDetails,
boolean includeStatistics,
boolean isRawFormat)
Format manager status |
static java.lang.String |
CLUtils.formatStatus(TungstenProperties dsProps,
TungstenProperties replProps,
TungstenProperties dbProps,
TungstenProperties routerUsage,
boolean managerIsOnline,
java.lang.String header,
boolean wasModified,
boolean printDetails,
boolean includeStatistics,
boolean includeComponents,
boolean isRawFormat)
|
static void |
CLUtils.printDataSource(TungstenProperties dsProperties,
java.lang.String header,
boolean printDetails)
|
| Method parameters in com.continuent.tungsten.common.utils with type arguments of type TungstenProperties | |
|---|---|
static java.lang.String |
CLUtils.formatDsMap(java.util.Map<java.lang.String,TungstenProperties> dsMap,
java.lang.String header,
boolean wasModified,
boolean printDetails,
boolean includeStatistics)
|
static void |
CLUtils.printDataService(java.util.Map<java.lang.String,TungstenProperties> dataSourceProps,
java.lang.String[] args)
|
| Uses of TungstenProperties in com.continuent.tungsten.manager.resource.logical |
|---|
| Constructor parameters in com.continuent.tungsten.manager.resource.logical with type arguments of type TungstenProperties | |
|---|---|
DataService(java.lang.String dataServiceName,
java.util.Map<java.lang.String,TungstenProperties> dataSourceMap)
|
|
| Uses of TungstenProperties in com.continuent.tungsten.manager.resource.shared |
|---|
| Methods in com.continuent.tungsten.manager.resource.shared that return TungstenProperties | |
|---|---|
TungstenProperties |
ResourceConfiguration.getProperties()
Returns TungstenProperties corresponding to this ResourceConfiguration. |
| Constructors in com.continuent.tungsten.manager.resource.shared with parameters of type TungstenProperties | |
|---|---|
ResourceConfiguration(java.lang.String name,
TungstenProperties properties)
Creates a new ResourceConfiguration object with underlying
TungstenProperties. |
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator |
|---|
| Constructors in com.continuent.tungsten.replicator with parameters of type TungstenProperties | |
|---|---|
VersionManager(TungstenProperties properties)
|
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.backup |
|---|
| Methods in com.continuent.tungsten.replicator.backup that return TungstenProperties | |
|---|---|
protected TungstenProperties |
FileSystemStorageAgent.loadProperties(java.io.File propFile,
java.lang.String exceptionMessage)
|
TungstenProperties |
StorageIndex.toProperties()
|
TungstenProperties |
StorageSpecification.toProperties()
|
| Methods in com.continuent.tungsten.replicator.backup with parameters of type TungstenProperties | |
|---|---|
void |
BackupManager.initialize(TungstenProperties properties)
Initialize the backup manager. |
protected BackupPlugin |
BackupManager.loadAndConfigure(java.lang.String prefix,
java.lang.String name,
TungstenProperties properties)
|
protected void |
FileSystemStorageAgent.storeProperties(java.io.File propFile,
TungstenProperties props,
java.lang.String exceptionMessage)
|
| Constructors in com.continuent.tungsten.replicator.backup with parameters of type TungstenProperties | |
|---|---|
StorageIndex(TungstenProperties props)
Creates an index specification from existing properties. |
|
StorageSpecification(TungstenProperties props)
Creates a storage specification from existing properties. |
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.channel |
|---|
| Methods in com.continuent.tungsten.replicator.channel that return TungstenProperties | |
|---|---|
TungstenProperties |
ChannelAssignmentService.status()
Returns status information as a set of named properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.conf |
|---|
| Methods in com.continuent.tungsten.replicator.conf that return TungstenProperties | |
|---|---|
TungstenProperties |
PropertiesManager.getDynamicProperties()
Return current values of all supported dynamic values. |
TungstenProperties |
ReplicatorRuntime.getOnlineOptions()
Returns current online options or null if the replication service has not gone online. |
TungstenProperties |
PropertiesManager.getProperties()
Returns current state of properties. |
TungstenProperties |
ReplicatorRuntime.getReplicatorProperties()
Returns the current replicator properties. |
static TungstenProperties |
PropertiesManager.loadProperties(java.io.File propsFile)
|
| Methods in com.continuent.tungsten.replicator.conf with parameters of type TungstenProperties | |
|---|---|
void |
PropertiesManager.setDynamicProperties(TungstenProperties dynaProps)
Sets one or more dynamic properties after checking we permit them to be set. |
void |
ReplicatorRuntime.setOnlineOptions(TungstenProperties onlineOptions)
Sets online options. |
| Constructors in com.continuent.tungsten.replicator.conf with parameters of type TungstenProperties | |
|---|---|
ReplicatorRuntime(TungstenProperties properties,
OpenReplicatorContext context,
ReplicatorMonitor monitor)
Creates a new Runtime instance. |
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.ddlscan |
|---|
| Methods in com.continuent.tungsten.replicator.ddlscan that return TungstenProperties | |
|---|---|
static TungstenProperties |
DDLScanCtrl.readConfig(java.lang.String configFile)
Reads the replicator.properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.loader |
|---|
| Fields in com.continuent.tungsten.replicator.loader declared as TungstenProperties | |
|---|---|
protected TungstenProperties |
LoaderCtrl.loaderProperties
|
| Methods in com.continuent.tungsten.replicator.loader that return TungstenProperties | |
|---|---|
protected TungstenProperties |
LoaderCtrl.buildLoaderConfig()
|
protected TungstenProperties |
LoaderCtrl.readConfig()
Reads the replicator.properties. |
| Constructors in com.continuent.tungsten.replicator.loader with parameters of type TungstenProperties | |
|---|---|
LoaderCtrl(java.lang.String configFile,
TungstenProperties loaderProperties)
Creates a new THLManagerCtrl object. |
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.management |
|---|
| Methods in com.continuent.tungsten.replicator.management that return TungstenProperties | |
|---|---|
static TungstenProperties |
OpenReplicatorManager.getConfigurationProperties(java.lang.String serviceName)
|
TungstenProperties |
OpenReplicatorManagerMBean.getStatus()
Deprecated. Use OpenReplicatorManagerMBean.getStatus() |
TungstenProperties |
OpenReplicatorManager.getStatus()
Returns detailed status in a single call. |
| Methods in com.continuent.tungsten.replicator.management with parameters of type TungstenProperties | |
|---|---|
void |
OpenReplicatorPlugin.configure(TungstenProperties properties)
Read configuration data and configure replication behavior appropriately. |
void |
OpenReplicatorManager.configure(TungstenProperties tp)
Local wrapper of configure to help with unit testing. |
protected boolean |
OpenReplicatorManager.doHeartbeat(TungstenProperties props)
Implements a heartbeat call. |
static java.lang.String |
ReplicationServiceManager.getHostName(TungstenProperties properties)
Returns the hostname to be used to bind ports for RMI use. |
boolean |
OpenReplicatorPlugin.heartbeat(TungstenProperties params)
Inserts a heartbeat event into the transaction history. |
void |
OpenReplicatorPlugin.offline(TungstenProperties params)
Puts the replicator into the offline state, which turns off replication. |
void |
OpenReplicatorPlugin.offlineDeferred(TungstenProperties params)
Issues a request to go offline at a later point in replication. |
void |
OpenReplicatorPlugin.online(TungstenProperties params)
Puts the replicator into the online state, which turns on replication. |
int |
OpenReplicatorPlugin.purge(TungstenProperties params)
Kill logins other than the connection(s) used for replication. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.management.events |
|---|
| Methods in com.continuent.tungsten.replicator.management.events that return TungstenProperties | |
|---|---|
TungstenProperties |
GoOfflineEvent.getParams()
|
| Constructors in com.continuent.tungsten.replicator.management.events with parameters of type TungstenProperties | |
|---|---|
GoOfflineEvent(TungstenProperties params)
|
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.management.script |
|---|
| Methods in com.continuent.tungsten.replicator.management.script with parameters of type TungstenProperties | |
|---|---|
void |
ScriptPlugin.configure(TungstenProperties properties)
Read configuration data and configure replication behavior appropriately. |
boolean |
ScriptPlugin.heartbeat(TungstenProperties params)
Inserts a heartbeat event into the transaction history. |
void |
ScriptPlugin.offline(TungstenProperties params)
Puts the replicator into the offline state, which turns off replication. |
void |
ScriptPlugin.offlineDeferred(TungstenProperties params)
Issues a request to go offline at a later point in replication. |
void |
ScriptPlugin.online(TungstenProperties params)
Puts the replicator into the goingonline state, which turns on replication. |
int |
ScriptPlugin.purge(TungstenProperties params)
Kill logins other than the connection(s) used for replication. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.management.tungsten |
|---|
| Methods in com.continuent.tungsten.replicator.management.tungsten with parameters of type TungstenProperties | |
|---|---|
void |
TungstenPlugin.configure(TungstenProperties properties)
Read configuration data and configure replication behavior appropriately. |
boolean |
TungstenPlugin.heartbeat(TungstenProperties params)
Starts a heartbeat event. |
void |
TungstenPlugin.offline(TungstenProperties params)
Puts the replicator immediately into the offline state, which turns off replication. |
void |
TungstenPlugin.offlineDeferred(TungstenProperties params)
Performs a deferred shutdown. |
void |
TungstenPlugin.online(TungstenProperties params)
Puts the replicator into the online state, which turns on replication. |
int |
TungstenPlugin.purge(TungstenProperties params)
Wait for a particular event to be committed on the slave. |
| Constructors in com.continuent.tungsten.replicator.management.tungsten with parameters of type TungstenProperties | |
|---|---|
PurgeTask(TungstenProperties properties)
Create a new purge task with properties containing login information. |
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.plugin |
|---|
| Methods in com.continuent.tungsten.replicator.plugin that return TungstenProperties | |
|---|---|
TungstenProperties |
PluginContext.getOnlineOptions()
Returns current runtime options set when the replicator went online or null if replicator has not gone online yet. |
TungstenProperties |
PluginSpecification.getProperties()
|
TungstenProperties |
PluginContext.getReplicatorProperties()
Returns the current replicator configuration properties. |
| Constructors in com.continuent.tungsten.replicator.plugin with parameters of type TungstenProperties | |
|---|---|
PluginSpecification(java.lang.String prefix,
java.lang.String name,
java.lang.Class<?> pluginClass,
TungstenProperties properties)
|
|
| Uses of TungstenProperties in com.continuent.tungsten.replicator.prefetch |
|---|
| Methods in com.continuent.tungsten.replicator.prefetch that return TungstenProperties | |
|---|---|
TungstenProperties |
PrefetchStore.status()
Returns status information as a set of named properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.service |
|---|
| Methods in com.continuent.tungsten.replicator.service that return TungstenProperties | |
|---|---|
TungstenProperties |
PipelineService.status()
Returns status information as a set of named properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.storage |
|---|
| Methods in com.continuent.tungsten.replicator.storage that return TungstenProperties | |
|---|---|
TungstenProperties |
Store.status()
Returns status information as a set of named properties. |
TungstenProperties |
InMemoryTransactionalQueue.status()
Returns status information as a set of named properties. |
TungstenProperties |
InMemoryQueueStore.status()
|
TungstenProperties |
InMemoryMultiQueue.status()
Returns status information as a set of named properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.storage.parallel |
|---|
| Methods in com.continuent.tungsten.replicator.storage.parallel that return TungstenProperties | |
|---|---|
static TungstenProperties |
PartitionerUtility.loadShardProperties(java.io.File shardMap)
Find and load shard properties. |
TungstenProperties |
ParallelQueueStore.status()
Returns status information as a set of named properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.storage.prefetch |
|---|
| Methods in com.continuent.tungsten.replicator.storage.prefetch that return TungstenProperties | |
|---|---|
TungstenProperties |
PrefetchStore.status()
Returns status information as a set of named properties. |
| Uses of TungstenProperties in com.continuent.tungsten.replicator.thl |
|---|
| Fields in com.continuent.tungsten.replicator.thl declared as TungstenProperties | |
|---|---|
protected TungstenProperties |
Protocol.serverCapabilities
|
| Methods in com.continuent.tungsten.replicator.thl that return TungstenProperties | |
|---|---|
TungstenProperties |
Protocol.getServerCapabities()
Returns server capabilities downloaded to client. |
protected TungstenProperties |
THLManagerCtrl.readConfig()
Reads the replicator.properties. |
TungstenProperties |
THL.status()
Returns status information as a set of named properties. |
TungstenProperties |
THLParallelQueue.status()
Returns status information as a set of named properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||