org.ektorp
Class ReplicationCommand

java.lang.Object
  extended by org.ektorp.ReplicationCommand
All Implemented Interfaces:
Serializable

public class ReplicationCommand
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class ReplicationCommand.Builder
           
 
Field Summary
 Boolean cancel
           
 Boolean continuous
           
 Boolean createTarget
           
 Collection<String> docIds
           
 String filter
           
 String proxy
           
 Object queryParams
           
 String source
           
 String target
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public final String source

target

public final String target

proxy

public final String proxy

filter

public final String filter

docIds

public final Collection<String> docIds

continuous

public final Boolean continuous

cancel

public final Boolean cancel

queryParams

public final Object queryParams

createTarget

public final Boolean createTarget


Copyright © 2011. All Rights Reserved.