Class BaseManagedNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,IE extends io.datarouter.model.index.IndexEntry<IK,IE,PK,D>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>>
java.lang.Object
io.datarouter.storage.node.type.index.base.BaseManagedNode<PK,D,IK,IE,IF>
- All Implemented Interfaces:
ManagedNode<PK,D,IK,IE,IF>
- Direct Known Subclasses:
BaseManagedIndexNode
public abstract class BaseManagedNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,IE extends io.datarouter.model.index.IndexEntry<IK,IE,PK,D>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>> extends Object implements ManagedNode<PK,D,IK,IE,IF>
-
Field Summary
Fields Modifier and Type Field Description protected IndexEntryFieldInfo<IK,IE,IF>indexEntryFieldInfoprotected IndexedMapStorage<PK,D>node -
Constructor Summary
Constructors Constructor Description BaseManagedNode(IndexedMapStorage<PK,D> node, IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, String name) -
Method Summary
Modifier and Type Method Description IndexEntryFieldInfo<IK,IE,IF>getIndexEntryFieldInfo()StringgetName()
-
Field Details
-
Constructor Details
-
BaseManagedNode
public BaseManagedNode(IndexedMapStorage<PK,D> node, IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, String name)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceManagedNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,IE extends io.datarouter.model.index.IndexEntry<IK,IE,PK,D>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>>
-
getIndexEntryFieldInfo
- Specified by:
getIndexEntryFieldInfoin interfaceManagedNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,IE extends io.datarouter.model.index.IndexEntry<IK,IE,PK,D>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>>
-