Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data.blueprints.neo4j.option |
Provides utility classes to define specific behaviors of Neo4j data persistence.
|
Modifier and Type | Method and Description |
---|---|
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.arraysMappedBuffer(String size)
Adds the
arrays mapped memory property in the created options. |
protected BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.cache(BlueprintsNeo4jResourceOptions.CacheType type)
Adds the
cache type feature in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.memoryMappedBuffers()
Adds the
memory mapped buffer feature in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.memoryMappedBuffers(boolean memoryBuffers)
Adds the
memory mapped buffer feature to the given value in the created options. |
static BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.newBuilder()
Constructs a new
BlueprintsNeo4jOptionsBuilder instance. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.noCache()
Adds the
no cache feature in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.nodesMappedBuffer(String size)
Adds the
node mapped memory property in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.propertiesMappedBuffer(String size)
Adds the
property mapped memory property in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.relationshipsMappedBuffer(String size)
Adds the
relationship mapped memory property in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.softCache()
Adds the
soft cache feature in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.stringsMappedBuffer(String size)
Adds the
string mapped memory property in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.strongCache()
Adds the
strong cache feature in the created options. |
BlueprintsNeo4jOptionsBuilder |
BlueprintsNeo4jOptionsBuilder.weakCache()
Adds the
weak cache feature in the created options. |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.