
io.permazen.core.IndexStorageInfo Maven / Gradle / Ivy
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package io.permazen.core;
/**
* Represents storage associated with an index.
*/
abstract class IndexStorageInfo extends StorageInfo {
IndexStorageInfo(int storageId) {
super(storageId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy