org.apache.activemq.leveldb
Class IndexManifestDTO

java.lang.Object
  extended by org.apache.activemq.leveldb.IndexManifestDTO

public class IndexManifestDTO
extends Object

Author:
Hiram Chirino

Field Summary
 String current_manifest
           
 Set<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 String current_manifest

files

public Set<String> files
Constructor Detail

IndexManifestDTO

public IndexManifestDTO()


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.