ParentShardReplicate
  public
  
  
  
  class
  ParentShardReplicate
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.invoker.shard.ParentShardReplicate | 
Replicate a setup for one device to all other devices that will be part of sharding.
Summary
| Public constructors | |
|---|---|
| 
      ParentShardReplicate()
       | |
| Public methods | |
|---|---|
| 
        
        
        static
        
        
        void | 
      replicatedSetup(IConfiguration config, IKeyStoreClient client)
      Clone the setup for one devices to as many devices as sharding will target. | 
Public constructors
ParentShardReplicate
public ParentShardReplicate ()
Public methods
replicatedSetup
public static void replicatedSetup (IConfiguration config, IKeyStoreClient client)
Clone the setup for one devices to as many devices as sharding will target.
| Parameters | |
|---|---|
| config | IConfiguration: The config that will carry the replicate. | 
| client | IKeyStoreClient: The keystore client. | 
