Uses of Class
com.pervasive.datarush.cal.AttributeScope
-
Packages that use AttributeScope Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of AttributeScope in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return AttributeScope Modifier and Type Method Description static AttributeScopeAttributeScope. scope(long id)Intended as a unit-testing hook; useunique()instead.static AttributeScopeAttributeScope. unique()Returns the next unique attribute scope.Methods in com.pervasive.datarush.cal with parameters of type AttributeScope Modifier and Type Method Description <T> TDistributedCallableContext. getLocalSessionAttribute(AttributeScope scope, SessionAttribute<T> attribute)Looks up the value of a session attribute.<T> voidDistributedCallableContext. setLocalSessionAttribute(AttributeScope scope, SessionAttribute<T> attribute, T value)Sets the value of a session attribute.
-