Uses of Enum
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusNode.BPlusStatus
Packages that use BPlusNode.BPlusStatus
- 
Uses of BPlusNode.BPlusStatus in com.semedy.reasoner.edb.persistentstore.bplustree
Methods in com.semedy.reasoner.edb.persistentstore.bplustree that return BPlusNode.BPlusStatusModifier and TypeMethodDescriptionBPlusNode.getStatus()get status of bplus nodestatic BPlusNode.BPlusStatusReturns the enum constant of this type with the specified name.static BPlusNode.BPlusStatus[]BPlusNode.BPlusStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.semedy.reasoner.edb.persistentstore.bplustree with parameters of type BPlusNode.BPlusStatusModifier and TypeMethodDescriptionvoidBPlusNode.setStatus(BPlusNode.BPlusStatus status) set status of bplus node