org.ektorp
Class ReplicationCommand

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

public class ReplicationCommand
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class ReplicationCommand.Builder
           
 
Field Summary
 java.lang.Boolean cancel
           
 java.lang.Boolean continuous
           
 java.lang.Boolean createTarget
           
 java.util.Collection<java.lang.String> docIds
           
 java.lang.String filter
           
 java.lang.String proxy
           
 java.lang.Object queryParams
           
 java.lang.String source
           
 java.lang.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 java.lang.String source

target

public final java.lang.String target

proxy

public final java.lang.String proxy

filter

public final java.lang.String filter

docIds

public final java.util.Collection<java.lang.String> docIds

continuous

public final java.lang.Boolean continuous

cancel

public final java.lang.Boolean cancel

queryParams

public final java.lang.Object queryParams

createTarget

public final java.lang.Boolean createTarget


Copyright © 2011. All Rights Reserved.