org.fusesource.mq.leveldb
Class IndexManifestDTO

java.lang.Object
  extended by org.fusesource.mq.leveldb.IndexManifestDTO

public class IndexManifestDTO
extends java.lang.Object

Author:
Hiram Chirino

Field Summary
 java.lang.String current_manifest
           
 java.util.Set<java.lang.String> files
           
 long snapshot_id
           
 
Constructor Summary
IndexManifestDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

snapshot_id

public long snapshot_id

current_manifest

public java.lang.String current_manifest

files

public java.util.Set<java.lang.String> files
Constructor Detail

IndexManifestDTO

public IndexManifestDTO()


Copyright © 2012 FuseSource. All Rights Reserved.