Uses of Class
org.apache.nifi.processors.hadoop.GetHDFSFileInfo.HDFSObjectInfoDetails
Packages that use GetHDFSFileInfo.HDFSObjectInfoDetails
-
Uses of GetHDFSFileInfo.HDFSObjectInfoDetails in org.apache.nifi.processors.hadoop
Fields in org.apache.nifi.processors.hadoop with type parameters of type GetHDFSFileInfo.HDFSObjectInfoDetailsMethods in org.apache.nifi.processors.hadoop that return GetHDFSFileInfo.HDFSObjectInfoDetailsModifier and TypeMethodDescriptionprotected GetHDFSFileInfo.HDFSObjectInfoDetailsGetHDFSFileInfo.validateMatchingPatterns(GetHDFSFileInfo.HDFSObjectInfoDetails o, GetHDFSFileInfo.HDFSFileInfoRequest req) protected GetHDFSFileInfo.HDFSObjectInfoDetailsGetHDFSFileInfo.walkHDFSTree(org.apache.nifi.processor.ProcessSession session, GetHDFSFileInfo.ExecutionContext executionContext, org.apache.nifi.flowfile.FlowFile origFF, org.apache.hadoop.fs.FileSystem hdfs, org.apache.hadoop.security.UserGroupInformation ugi, GetHDFSFileInfo.HDFSFileInfoRequest req, GetHDFSFileInfo.HDFSObjectInfoDetails parent, boolean statsOnly) Methods in org.apache.nifi.processors.hadoop that return types with arguments of type GetHDFSFileInfo.HDFSObjectInfoDetailsMethods in org.apache.nifi.processors.hadoop with parameters of type GetHDFSFileInfo.HDFSObjectInfoDetailsModifier and TypeMethodDescriptionprivate org.apache.nifi.flowfile.FlowFileGetHDFSFileInfo.addAsAttributes(org.apache.nifi.processor.ProcessSession session, GetHDFSFileInfo.HDFSObjectInfoDetails o, org.apache.nifi.flowfile.FlowFile ff) private org.apache.nifi.flowfile.FlowFileGetHDFSFileInfo.addAsContent(GetHDFSFileInfo.ExecutionContext executionContext, org.apache.nifi.processor.ProcessSession session, GetHDFSFileInfo.HDFSObjectInfoDetails o, org.apache.nifi.flowfile.FlowFile ff) voidGetHDFSFileInfo.HDFSObjectInfoDetails.addChild(GetHDFSFileInfo.HDFSObjectInfoDetails child) private org.apache.nifi.flowfile.FlowFileGetHDFSFileInfo.addFullTreeToAttribute(org.apache.nifi.processor.ProcessSession session, GetHDFSFileInfo.HDFSObjectInfoDetails o, org.apache.nifi.flowfile.FlowFile ff) protected voidGetHDFSFileInfo.processHDFSObject(org.apache.nifi.processor.ProcessSession session, GetHDFSFileInfo.ExecutionContext executionContext, org.apache.nifi.flowfile.FlowFile origFF, GetHDFSFileInfo.HDFSFileInfoRequest req, GetHDFSFileInfo.HDFSObjectInfoDetails o, boolean isRoot) protected GetHDFSFileInfo.HDFSObjectInfoDetailsGetHDFSFileInfo.validateMatchingPatterns(GetHDFSFileInfo.HDFSObjectInfoDetails o, GetHDFSFileInfo.HDFSFileInfoRequest req) protected GetHDFSFileInfo.HDFSObjectInfoDetailsGetHDFSFileInfo.walkHDFSTree(org.apache.nifi.processor.ProcessSession session, GetHDFSFileInfo.ExecutionContext executionContext, org.apache.nifi.flowfile.FlowFile origFF, org.apache.hadoop.fs.FileSystem hdfs, org.apache.hadoop.security.UserGroupInformation ugi, GetHDFSFileInfo.HDFSFileInfoRequest req, GetHDFSFileInfo.HDFSObjectInfoDetails parent, boolean statsOnly) Method parameters in org.apache.nifi.processors.hadoop with type arguments of type GetHDFSFileInfo.HDFSObjectInfoDetailsModifier and TypeMethodDescriptionvoidGetHDFSFileInfo.HDFSObjectInfoDetails.setChildren(Collection<GetHDFSFileInfo.HDFSObjectInfoDetails> children)