Package | Description |
---|---|
com.hp.hpl.jena.sdb | |
com.hp.hpl.jena.sdb.layout1 | |
com.hp.hpl.jena.sdb.layout2 | |
com.hp.hpl.jena.sdb.store |
Modifier and Type | Method and Description |
---|---|
LayoutType |
StoreDesc.getLayout() |
LayoutType |
Store.getLayoutType()
Return the layout type of the store
|
Modifier and Type | Method and Description |
---|---|
void |
StoreDesc.setLayout(LayoutType layout) |
Constructor and Description |
---|
StoreDesc(LayoutType layout,
DatabaseType dbType) |
StoreDesc(LayoutType layout,
DatabaseType dbType,
FeatureSet featureSet) |
Modifier and Type | Method and Description |
---|---|
LayoutType |
StoreBase1.getLayoutType() |
Modifier and Type | Method and Description |
---|---|
LayoutType |
StoreBase.getLayoutType() |
Modifier and Type | Field and Description |
---|---|
static LayoutType |
LayoutType.LayoutSimple |
static LayoutType |
LayoutType.LayoutTripleNodesHash |
static LayoutType |
LayoutType.LayoutTripleNodesIndex |
Modifier and Type | Method and Description |
---|---|
static LayoutType |
LayoutType.fetch(String layoutTypeName) |
Modifier and Type | Method and Description |
---|---|
static List<LayoutType> |
LayoutType.allTypes() |
Modifier and Type | Method and Description |
---|---|
static Store |
StoreFactory.create(LayoutType layout,
DatabaseType dbType)
Create a store, based on the store description.
|
static Store |
StoreFactory.create(SDBConnection sdb,
LayoutType layout,
DatabaseType dbType)
Create a store, based on connection, layout type and database type.
|
static void |
StoreFactory.register(DatabaseType dbType,
LayoutType layoutType,
StoreMaker factory)
Register a new store maker for a given database/layout pair.
|
static void |
LayoutType.register(LayoutType layoutType) |
static void |
LayoutType.registerName(String layoutName,
LayoutType layoutType) |
Licenced under the Apache License, Version 2.0