Class MongoCollectionMeta


  • public class MongoCollectionMeta
    extends Object
    Class used to store metadata of mongo collection
    • Constructor Summary

      Constructors 
      Constructor Description
      MongoCollectionMeta​(Map<String,​String> indexes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map<String,​String> getIndexes()  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MongoCollectionMeta

        public MongoCollectionMeta​(Map<String,​String> indexes)
    • Method Detail

      • getIndexes

        public Map<String,​String> getIndexes()