Uses of Class
org.teiid.vdb.runtime.VDBKey
-
Packages that use VDBKey Package Description org.teiid.dqp.internal.process org.teiid.dqp.service org.teiid.vdb.runtime -
-
Uses of VDBKey in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return VDBKey Modifier and Type Method Description VDBKey
SessionAwareCache.CacheID. getVDBKey()
Methods in org.teiid.dqp.internal.process with parameters of type VDBKey Modifier and Type Method Description void
SessionAwareCache. clearForVDB(VDBKey vdbKey)
-
Uses of VDBKey in org.teiid.dqp.service
Methods in org.teiid.dqp.service with parameters of type VDBKey Modifier and Type Method Description Collection<SessionMetadata>
SessionService. getSessionsLoggedInToVDB(VDBKey vdbKey)
Get all Sessions that are in the ACTIVE state and currently logged in to a VDB. -
Uses of VDBKey in org.teiid.vdb.runtime
Methods in org.teiid.vdb.runtime with parameters of type VDBKey Modifier and Type Method Description boolean
VDBKey. acceptsVerion(VDBKey key)
int
VDBKey. compareTo(VDBKey o)
-