Package com.j_spaces.core.cache
Class MultiValueIndexBackref
java.lang.Object
com.j_spaces.core.cache.MultiValueIndexBackref
- All Implemented Interfaces:
IObjectInfo<IEntryCacheInfo>
TODO add Javadoc
- Since:
- 8.0
- Version:
- 1.0
- Author:
- Yechiel Fefer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSubject(IEntryCacheInfo subject) Sets the subject for this node.
-
Constructor Details
-
MultiValueIndexBackref
public MultiValueIndexBackref(int size)
-
-
Method Details
-
getBackrefs
-
setSubject
Description copied from interface:IObjectInfoSets the subject for this node.- Specified by:
setSubjectin interfaceIObjectInfo<IEntryCacheInfo>- Parameters:
subject- The subject to set.
-
getSubject
- Specified by:
getSubjectin interfaceIObjectInfo<IEntryCacheInfo>- Returns:
- Returns the subject at this node.
-