|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TupleStore
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 |
---|
boolean isDatabase()
true
if the storage system is a database.boolean isFile()
true
if the storage system is a file.boolean isMemory()
true
if the storage system is memory.java.lang.String getLogicalName()
java.lang.String getLocation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |