public class PropertyStorageFactory extends Object
http://www.apache.org/licenses/LICENSE-2.0
==Overview==
Constructor and Description |
---|
PropertyStorageFactory() |
Modifier and Type | Method and Description |
---|---|
static IPropertyStorage |
buildDynamicEcacheStorage(File tempDirectory)
Get a Static Property Storage with s predefined number of entries.
|
static IPropertyStorage |
buildDynamicLevelDBPropertyStorage(File tempDirectory)
Get a Static Property Storage with s predefined number of entries.
|
static IPropertyStorage |
buildDynamicMapDBStorage(File tempDirectory)
Get a Static Property Storage with s predefined number of entries.
|
static IPropertyStorage |
buildDynamicSparkKeyStorage(File tempDirectory)
Get a Static Property Storage with s predefined number of entries.
|
static Optional<IMapStorage> |
buildInMemoryPropertyStorage()
Get
InMemoryPropertyStorage for the Storage |
static IPropertyStorage |
buildStaticPropertyStorage(File tempDirectory)
Get a Static Property Storage with default version MAX_NUMBER_FEATURES
|
static IPropertyStorage |
buildStaticPropertyStorage(File tempDirectory,
int numberProperties)
Get a Static Property Storage with s predefined number of entries.
|
public static Optional<IMapStorage> buildInMemoryPropertyStorage()
InMemoryPropertyStorage
for the Storagepublic static IPropertyStorage buildStaticPropertyStorage(File tempDirectory) throws PgatkIOException
PgatkIOException
public static IPropertyStorage buildStaticPropertyStorage(File tempDirectory, int numberProperties) throws PgatkIOException
numberProperties
- Number of propertiesPgatkIOException
public static IPropertyStorage buildDynamicLevelDBPropertyStorage(File tempDirectory) throws PgatkIOException
PgatkIOException
public static IPropertyStorage buildDynamicMapDBStorage(File tempDirectory) throws PgatkIOException
PgatkIOException
public static IPropertyStorage buildDynamicSparkKeyStorage(File tempDirectory) throws PgatkIOException
PgatkIOException
public static IPropertyStorage buildDynamicEcacheStorage(File tempDirectory) throws PgatkIOException
PgatkIOException
Copyright © 2021. All rights reserved.