net.citrusleaf
Class CitrusleafClient.ClAppendSegmentWriteOptions

java.lang.Object
  extended by net.citrusleaf.CitrusleafClient.ClAppendSegmentWriteOptions
Enclosing class:
CitrusleafClient

public static class CitrusleafClient.ClAppendSegmentWriteOptions
extends java.lang.Object

For use with special RTA servers only - not generally supported.


Field Summary
 java.util.Date creation_time
           
 int expiration
           
 java.lang.String tag
           
 
Constructor Summary
CitrusleafClient.ClAppendSegmentWriteOptions(int expiration, java.lang.String tag, java.util.Date creation_time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expiration

public int expiration

tag

public java.lang.String tag

creation_time

public java.util.Date creation_time
Constructor Detail

CitrusleafClient.ClAppendSegmentWriteOptions

public CitrusleafClient.ClAppendSegmentWriteOptions(int expiration,
                                                    java.lang.String tag,
                                                    java.util.Date creation_time)