Uses of Class
org.drasyl.node.plugin.groups.manager.data.Group
Package
Description
The groups manager plugin.
Classes used to model the internal state of the manager (e.g.
Contains a backend (e.g.
Adapter to connect the groups manager with a JDBC-compliant database.
-
Uses of Group in org.drasyl.node.plugin.groups.manager
Modifier and TypeMethodDescription -
Uses of Group in org.drasyl.node.plugin.groups.manager.data
Modifier and TypeMethodDescriptionMembership.getGroup()
static Group
Creates a Group object with default minDifficulty and timeout.static Group
Creates a Group object with given parameters. -
Uses of Group in org.drasyl.node.plugin.groups.manager.database
Modifier and TypeMethodDescriptionReturns the group with the specifiedname
ornull
if it could not be found.Modifier and TypeMethodDescriptionboolean
Adds a group to the database if it doesn't exist already.boolean
DatabaseAdapter.updateGroup
(Group group) Updates the specifiedgroup
. -
Uses of Group in org.drasyl.node.plugin.groups.manager.database.jdbc