Uses of Interface
org.apache.iotdb.commons.snapshot.SnapshotProcessor
-
Packages that use SnapshotProcessor Package Description org.apache.iotdb.commons.auth.authorizer org.apache.iotdb.commons.auth.role org.apache.iotdb.commons.auth.user org.apache.iotdb.commons.sync.metadata -
-
Uses of SnapshotProcessor in org.apache.iotdb.commons.auth.authorizer
Subinterfaces of SnapshotProcessor in org.apache.iotdb.commons.auth.authorizer Modifier and Type Interface Description interfaceIAuthorizerThis interface provides all authorization-relative operations.Classes in org.apache.iotdb.commons.auth.authorizer that implement SnapshotProcessor Modifier and Type Class Description classBasicAuthorizerclassLocalFileAuthorizerclassOpenIdAuthorizerUses an OpenID Connect provider for Authorization / Authentication. -
Uses of SnapshotProcessor in org.apache.iotdb.commons.auth.role
Subinterfaces of SnapshotProcessor in org.apache.iotdb.commons.auth.role Modifier and Type Interface Description interfaceIRoleAccessorThis interface manages the serialization/deserialization of the role objects.interfaceIRoleManagerThis interface maintains roles in memory and is responsible for their modifications.Classes in org.apache.iotdb.commons.auth.role that implement SnapshotProcessor Modifier and Type Class Description classBasicRoleManagerThis class reads roles from local files through LocalFileRoleAccessor and manages them in a hash map.classLocalFileRoleAccessorThis class store each role in a separate sequential file.classLocalFileRoleManager -
Uses of SnapshotProcessor in org.apache.iotdb.commons.auth.user
Subinterfaces of SnapshotProcessor in org.apache.iotdb.commons.auth.user Modifier and Type Interface Description interfaceIUserAccessorThis interface manages the serialization/deserialization of the user objects.interfaceIUserManagerThis interface provides accesses to users.Classes in org.apache.iotdb.commons.auth.user that implement SnapshotProcessor Modifier and Type Class Description classBasicUserManagerThis class stores information of each user in a separate file within a directory, and cache them in memory when a user is accessed.classLocalFileUserAccessorThis class loads a user's information from the corresponding file.The user file is a sequential file.classLocalFileUserManager -
Uses of SnapshotProcessor in org.apache.iotdb.commons.sync.metadata
Classes in org.apache.iotdb.commons.sync.metadata that implement SnapshotProcessor Modifier and Type Class Description classSyncMetadata
-