|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AllegroGraph.StoreAttribute>
com.franz.agbase.AllegroGraph.StoreAttribute
public static enum AllegroGraph.StoreAttribute
Enumerate the attributes that can be set with
AllegroGraph.setAttribute(com.franz.agbase.AllegroGraph.StoreAttribute, Object)
.
Enum Constant Summary | |
---|---|
EXPECTED_UNIQUE_RESOURCES
Long -- The initial size of the resource table in a new triple store. |
|
INCLUDE_STANDARD_PARTS
Boolean -- When true, create some commonly used RDF and Owl resources in a new triple store. |
|
INDIRECT_HOST
String -- A hostname where the server will find a remote triple store. |
|
INDIRECT_PORT
Integer -- The port number where the INDIRECT_HOST is listening. |
|
READ_ONLY
Boolean -- When true, open an existing triple store in read-only mode. |
|
WITH_INDICES
String[] -- The desired indices for a new triple store. |
Method Summary | |
---|---|
static AllegroGraph.StoreAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AllegroGraph.StoreAttribute[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AllegroGraph.StoreAttribute EXPECTED_UNIQUE_RESOURCES
public static final AllegroGraph.StoreAttribute WITH_INDICES
public static final AllegroGraph.StoreAttribute INCLUDE_STANDARD_PARTS
public static final AllegroGraph.StoreAttribute READ_ONLY
AllegroGraph.setUPIMapDirectory(String)
.
public static final AllegroGraph.StoreAttribute INDIRECT_HOST
public static final AllegroGraph.StoreAttribute INDIRECT_PORT
Method Detail |
---|
public static final AllegroGraph.StoreAttribute[] values()
for(AllegroGraph.StoreAttribute c : AllegroGraph.StoreAttribute.values()) System.out.println(c);
public static AllegroGraph.StoreAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |