Uses of Class
org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers.MonitoredCollection.CollectionType

Packages that use MonitoredCollection.CollectionType
org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers   
 

Uses of MonitoredCollection.CollectionType in org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers
 

Methods in org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers that return MonitoredCollection.CollectionType
 MonitoredCollection.CollectionType MonitoredCollection.getCollectionType()
           
static MonitoredCollection.CollectionType MonitoredCollection.CollectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MonitoredCollection.CollectionType[] MonitoredCollection.CollectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.indexmanagement.incrementalindexupdater.indexresourcehandlers with parameters of type MonitoredCollection.CollectionType
MonitoredCollection(MonitoredCollection.CollectionType colType, java.lang.String colID)