Package | Description |
---|---|
org.gcube.common.xml.databases.existlibrary.collections |
Modifier and Type | Method and Description |
---|---|
void |
SimpleCollection.create(Collection parentColl)
Creates a new Simple Collection
|
void |
PartitionedCollection.create(Collection parentColl)
Creates a new Partioned Collection on the backend database
|
void |
Collection.create(Collection fatherColl)
Creates the collection if do not exist
|
Collection |
CollectionImpl.createCollection(java.lang.String collectionName)
Creates a new Collection
|
Collection |
Collection.createCollection(java.lang.String collectionName) |
Collection |
CollectionImpl.createPartitionedCollection(java.lang.String collectionName)
Creates a new partitioned collection
|
Collection |
Collection.createPartitionedCollection(java.lang.String collectionName) |