|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Details of a named tuple store.
Method Summary | |
java.lang.String |
getLocation()
Gets the URL for this storage system. |
java.lang.String |
getLogicalName()
Gets the logical name for this storage system. |
boolean |
isDatabase()
Determines if this storage system is a database. |
boolean |
isFile()
Determines if this storage system is a file. |
boolean |
isMemory()
Determines if this storage system is memory. |
Method Detail |
public boolean isDatabase()
true
if the storage system is a database.public boolean isFile()
true
if the storage system is a file.public boolean isMemory()
true
if the storage system is memory.public java.lang.String getLogicalName()
public java.lang.String getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |