Uses of Class
com.pervasive.datarush.cal.AttributeScope
Packages that use AttributeScope
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of AttributeScope in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return AttributeScopeModifier and TypeMethodDescriptionstatic 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 AttributeScopeModifier and TypeMethodDescription<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.