Uses of Class
org.apache.iotdb.commons.path.PartialPath
-
-
Uses of PartialPath in org.apache.iotdb.commons.auth.authorizer
Methods in org.apache.iotdb.commons.auth.authorizer with parameters of type PartialPath Modifier and Type Method Description booleanBasicAuthorizer. checkUserPrivileges(java.lang.String username, PartialPath path, int privilegeId)booleanIAuthorizer. checkUserPrivileges(java.lang.String username, PartialPath path, int privilegeId)Check if the user have the privilege on the seriesPath.booleanOpenIdAuthorizer. checkUserPrivileges(java.lang.String username, PartialPath path, int privilegeId)java.util.Set<java.lang.Integer>BasicAuthorizer. getPrivileges(java.lang.String username, PartialPath path)java.util.Set<java.lang.Integer>IAuthorizer. getPrivileges(java.lang.String username, PartialPath path)Get the all the privileges of a user on a seriesPath.voidBasicAuthorizer. grantPrivilegeToRole(java.lang.String roleName, PartialPath path, int privilegeId)voidIAuthorizer. grantPrivilegeToRole(java.lang.String roleName, PartialPath path, int privilegeId)Add a privilege on a seriesPath to a role.voidBasicAuthorizer. grantPrivilegeToUser(java.lang.String username, PartialPath path, int privilegeId)voidIAuthorizer. grantPrivilegeToUser(java.lang.String username, PartialPath path, int privilegeId)Grant a privilege on a seriesPath to a user.voidBasicAuthorizer. revokePrivilegeFromRole(java.lang.String roleName, PartialPath path, int privilegeId)voidIAuthorizer. revokePrivilegeFromRole(java.lang.String roleName, PartialPath path, int privilegeId)Remove a privilege on a seriesPath from a role.voidBasicAuthorizer. revokePrivilegeFromUser(java.lang.String username, PartialPath path, int privilegeId)voidIAuthorizer. revokePrivilegeFromUser(java.lang.String username, PartialPath path, int privilegeId)Revoke a privilege on seriesPath from a user. -
Uses of PartialPath in org.apache.iotdb.commons.auth.entity
Methods in org.apache.iotdb.commons.auth.entity that return PartialPath Modifier and Type Method Description PartialPathPathPrivilege. getPath()Methods in org.apache.iotdb.commons.auth.entity with parameters of type PartialPath Modifier and Type Method Description voidRole. addPrivilege(PartialPath path, int privilegeId)voidUser. addPrivilege(PartialPath path, int privilegeId)booleanRole. checkPrivilege(PartialPath path, int privilegeId)booleanUser. checkPrivilege(PartialPath path, int privilegeId)java.util.Set<java.lang.Integer>Role. getPrivileges(PartialPath path)java.util.Set<java.lang.Integer>User. getPrivileges(PartialPath path)booleanRole. hasPrivilege(PartialPath path, int privilegeId)booleanUser. hasPrivilege(PartialPath path, int privilegeId)voidRole. removePrivilege(PartialPath path, int privilegeId)voidUser. removePrivilege(PartialPath path, int privilegeId)voidPathPrivilege. setPath(PartialPath path)voidRole. setPrivileges(PartialPath path, java.util.Set<java.lang.Integer> privileges)set privileges of path.voidUser. setPrivileges(PartialPath path, java.util.Set<java.lang.Integer> privileges)set the privilege.Constructors in org.apache.iotdb.commons.auth.entity with parameters of type PartialPath Constructor Description PathPrivilege(PartialPath path) -
Uses of PartialPath in org.apache.iotdb.commons.auth.role
Methods in org.apache.iotdb.commons.auth.role with parameters of type PartialPath Modifier and Type Method Description booleanBasicRoleManager. grantPrivilegeToRole(java.lang.String rolename, PartialPath path, int privilegeId)booleanIRoleManager. grantPrivilegeToRole(java.lang.String rolename, PartialPath path, int privilegeId)Grant a privilege on a seriesPath to a role.booleanBasicRoleManager. revokePrivilegeFromRole(java.lang.String rolename, PartialPath path, int privilegeId)booleanIRoleManager. revokePrivilegeFromRole(java.lang.String rolename, PartialPath path, int privilegeId)Revoke a privilege on seriesPath from a role. -
Uses of PartialPath in org.apache.iotdb.commons.auth.user
Methods in org.apache.iotdb.commons.auth.user with parameters of type PartialPath Modifier and Type Method Description booleanBasicUserManager. grantPrivilegeToUser(java.lang.String username, PartialPath path, int privilegeId)booleanIUserManager. grantPrivilegeToUser(java.lang.String username, PartialPath path, int privilegeId)Grant a privilege on a seriesPath to a user.booleanBasicUserManager. revokePrivilegeFromUser(java.lang.String username, PartialPath path, int privilegeId)booleanIUserManager. revokePrivilegeFromUser(java.lang.String username, PartialPath path, int privilegeId)Revoke a privilege on seriesPath from a user. -
Uses of PartialPath in org.apache.iotdb.commons.path
Subclasses of PartialPath in org.apache.iotdb.commons.path Modifier and Type Class Description classAlignedPathVectorPartialPath represents many fullPaths of aligned timeseries.classMeasurementPathMethods in org.apache.iotdb.commons.path that return PartialPath Modifier and Type Method Description PartialPathPartialPath. clone()PartialPathPartialPath. concatNode(java.lang.String node)only use this method in following situations: 1.PartialPathPartialPath. concatPath(PartialPath partialPath)it will return a new partial pathPartialPathAlignedPath. copy()PartialPathMeasurementPath. copy()PartialPathPartialPath. copy()static PartialPathPartialPath. deserialize(java.nio.ByteBuffer byteBuffer)PartialPathAlignedPath. getDevicePath()PartialPathPartialPath. getDevicePath()PartialPathAlignedPath. getPathWithMeasurement(int index)PartialPathMeasurementPath. transformToExactPath()if isUnderAlignedEntity is true, return an AlignedPath with only one sub sensor otherwise, return itselfPartialPathAlignedPath. transformToPartialPath()PartialPathMeasurementPath. transformToPartialPath()PartialPathPartialPath. transformToPartialPath()Methods in org.apache.iotdb.commons.path that return types with arguments of type PartialPath Modifier and Type Method Description java.util.List<PartialPath>PartialPath. alterPrefixPath(PartialPath prefix)Return the intersection of paths starting with the given prefix and paths matching this path pattern.static java.util.List<PartialPath>PartialPath. fromStringList(java.util.List<java.lang.String> pathList)Convert a list of Strings to a list of PartialPaths, ignoring all illegal pathsjava.util.List<PartialPath>PathPatternTree. getAllPathPatterns()java.util.List<PartialPath>PartialPath. getDevicePathPattern()java.util.List<PartialPath>PathPatternTree. getOverlappedPathPatterns(PartialPath pattern)Methods in org.apache.iotdb.commons.path with parameters of type PartialPath Modifier and Type Method Description java.util.List<PartialPath>PartialPath. alterPrefixPath(PartialPath prefix)Return the intersection of paths starting with the given prefix and paths matching this path pattern.voidPatternTreeMap. append(PartialPath key, V value)Append key and value to PatternTreeMap.voidPathPatternTree. appendFullPath(PartialPath fullPath)Append a fullPath (without wildcards) as a branch on the tree.voidPathPatternTree. appendFullPath(PartialPath devicePath, java.lang.String measurement)Append a fullPath consisting of device and measurement as a branch on the tree.voidPathPatternTree. appendPathPattern(PartialPath pathPattern)Add a pathPattern (may contain wildcards) to pathPatternList.PartialPathPartialPath. concatPath(PartialPath partialPath)it will return a new partial pathvoidPatternTreeMap. delete(PartialPath key, V value)Delete key and value to PatternTreeMap.static intPartialPath. estimateSize(PartialPath partialPath)PartialPath basic total, 52B Object header, 8B String[] reference + header + length, 8 + 4 + 8= 20B Path attributes' references, 8 * 3 = 24Bjava.util.List<V>PatternTreeMap. getOverlapped(PartialPath fullPath)Get value list related to PathPattern that overlapped with fullPath.java.util.List<java.util.List<V>>PatternTreeMap. getOverlapped(PartialPath devicePath, java.util.List<java.lang.String> measurements)Get a list of value lists related to PathPattern that overlapped with measurements under the same device.java.util.List<PartialPath>PathPatternTree. getOverlappedPathPatterns(PartialPath pattern)booleanPartialPath. include(PartialPath rPath)Test if this path pattern includes input path pattern.booleanPartialPath. matchFullPath(PartialPath rPath)Test if current PartialPath matches a full path.booleanPartialPath. matchPrefixPath(PartialPath prefixPath)Check if current pattern PartialPath can match 1 prefix path.booleanPartialPath. overlapWith(PartialPath rPath)Test if this path pattern overlaps with input path pattern.booleanPartialPath. overlapWithFullPathPrefix(PartialPath prefixFullPath)Test if this path pattern overlaps with input prefix full path.booleanPartialPath. prefixMatchFullPath(PartialPath rPath)Test if current PartialPath matches a full path's prefix.Method parameters in org.apache.iotdb.commons.path with type arguments of type PartialPath Modifier and Type Method Description static java.util.List<java.lang.String>PartialPath. toStringList(java.util.List<PartialPath> pathList)Constructors in org.apache.iotdb.commons.path with parameters of type PartialPath Constructor Description AlignedPath(PartialPath vectorPath)AlignedPath(PartialPath vectorPath, java.lang.String subSensor)MeasurementPath(PartialPath path, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType type)MeasurementPath(PartialPath measurementPath, org.apache.iotdb.tsfile.write.schema.IMeasurementSchema measurementSchema)MeasurementPath(PartialPath measurementPath, org.apache.iotdb.tsfile.write.schema.IMeasurementSchema measurementSchema, boolean isUnderAlignedEntity) -
Uses of PartialPath in org.apache.iotdb.commons.path.fa
Methods in org.apache.iotdb.commons.path.fa that return PartialPath Modifier and Type Method Description PartialPathIPatternFA.Builder. getPathPattern()Methods in org.apache.iotdb.commons.path.fa with parameters of type PartialPath Modifier and Type Method Description IPatternFA.BuilderIPatternFA.Builder. pattern(PartialPath pattern) -
Uses of PartialPath in org.apache.iotdb.commons.path.fa.dfa
Constructors in org.apache.iotdb.commons.path.fa.dfa with parameters of type PartialPath Constructor Description PatternDFA(PartialPath pathPattern, boolean isPrefix) -
Uses of PartialPath in org.apache.iotdb.commons.path.fa.dfa.graph
Constructors in org.apache.iotdb.commons.path.fa.dfa.graph with parameters of type PartialPath Constructor Description NFAGraph(PartialPath pathPattern, boolean isPrefix, java.util.Map<java.lang.String,IFATransition> transitionMap) -
Uses of PartialPath in org.apache.iotdb.commons.path.fa.nfa
Constructors in org.apache.iotdb.commons.path.fa.nfa with parameters of type PartialPath Constructor Description SimpleNFA(PartialPath pathPattern, boolean isPrefixMatch) -
Uses of PartialPath in org.apache.iotdb.commons.schema.tree
Methods in org.apache.iotdb.commons.schema.tree that return PartialPath Modifier and Type Method Description protected PartialPathAbstractTreeVisitor. getParentPartialPath()Get full path of parent of current node.protected PartialPathAbstractTreeVisitor. getPartialPathFromRootToNode(N node)Get partial path from root to node.Constructors in org.apache.iotdb.commons.schema.tree with parameters of type PartialPath Constructor Description AbstractTreeVisitor(N root, PartialPath pathPattern, boolean isPrefixMatch) -
Uses of PartialPath in org.apache.iotdb.commons.trigger
Methods in org.apache.iotdb.commons.trigger that return PartialPath Modifier and Type Method Description PartialPathTriggerInformation. getPathPattern()Methods in org.apache.iotdb.commons.trigger with parameters of type PartialPath Modifier and Type Method Description voidTriggerInformation. setPathPattern(PartialPath pathPattern)Constructors in org.apache.iotdb.commons.trigger with parameters of type PartialPath Constructor Description TriggerInformation(PartialPath pathPattern, java.lang.String triggerName, java.lang.String className, boolean isUsingURI, java.lang.String jarName, java.util.Map<java.lang.String,java.lang.String> attributes, org.apache.iotdb.trigger.api.enums.TriggerEvent event, org.apache.iotdb.confignode.rpc.thrift.TTriggerState triggerState, boolean isStateful, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation dataNodeLocation, org.apache.iotdb.trigger.api.enums.FailureStrategy failureStrategy, java.lang.String jarFileMD5) -
Uses of PartialPath in org.apache.iotdb.commons.utils
Fields in org.apache.iotdb.commons.utils declared as PartialPath Modifier and Type Field Description static PartialPathAuthUtils. ROOT_PATH_PRIVILEGE_PATHMethods in org.apache.iotdb.commons.utils that return types with arguments of type PartialPath Modifier and Type Method Description static java.util.List<PartialPath>AuthUtils. deserializePartialPathList(java.nio.ByteBuffer buffer)Methods in org.apache.iotdb.commons.utils with parameters of type PartialPath Modifier and Type Method Description static voidAuthUtils. addPrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Add privilegestatic booleanAuthUtils. checkPrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Check privilegestatic java.util.Set<java.lang.Integer>AuthUtils. getPrivileges(PartialPath path, java.util.List<PathPrivilege> privilegeList)Get privilegesstatic booleanAuthUtils. hasPrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Check if series path has this privilegestatic voidAuthUtils. removePrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Remove privilegestatic voidAuthUtils. validatePath(PartialPath path)Validate pathstatic voidAuthUtils. validatePrivilegeOnPath(PartialPath path, int privilegeId)Validate privilege on pathMethod parameters in org.apache.iotdb.commons.utils with type arguments of type PartialPath Modifier and Type Method Description static java.nio.ByteBufferAuthUtils. serializePartialPathList(java.util.List<PartialPath> paths)
-