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
FieldsModifier and TypeFieldDescriptionprotected final IndexEntryFieldInfo<IK,IE, IF> protected final IndexedMapStorage<PK,D> -
Constructor Summary
ConstructorsConstructorDescriptionBaseManagedNode(IndexedMapStorage<PK, D> node, IndexEntryFieldInfo<IK, IE, IF> indexEntryFieldInfo, String name) -
Method Summary
-
Field Details
-
indexEntryFieldInfo
-
node
-
-
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>>
-