HDPCmd_Class
2016-07-20 15:55:34 0 举报
HDPCmd_Class是一个用于管理和控制Hadoop分布式处理系统(HDFS)的命令行工具。它提供了一种简洁、高效的方式来执行各种HDFS操作,如文件的上传、下载、复制和删除等。此外,它还支持对HDFS中的数据进行查询、排序和统计等操作。HDPCmd_Class的设计目标是使用户能够轻松地管理和监控HDFS的状态,以及进行复杂的数据处理任务。通过使用HDPCmd_Class,用户可以更加方便地管理和维护他们的Hadoop集群,从而提高数据处理的效率和可靠性。总之,HDPCmd_Class是一个功能强大、易于使用的工具,对于任何需要管理和控制HDFS的用户来说都是一个不可或缺的工具。
作者其他创作
大纲/内容
HDPScreenUpdataCmd
virtual void process(SendHelper* sendHelper);protected:\tvirtual void printTime(SendHelper* sendHelper);\tvirtual void send(SendHelper* sendHelper);
HDPCommonLayerCmd
HookCmd
virtual DisplayGpuRectUpdateMessage* GetMsg() { return msg; }void SetMsg(DisplayGpuRectUpdateMessage* in_msg) { msg = in_msg; }virtual void process(SendHelper* sendHelper);protected:\tvirtual void send(SendHelper* sendHelper);
HDPCmd
getMsgType()getCmdCategory()virtual void process(SendHelper* sendHelper) = 0;protected:\tvirtual void send(SendHelper* sendHelper) = 0;
HDPImageCacheCmd
virtual void process(SendHelper* sendHelper);protected:\tvirtual void send(SendHelper* sendHelper);
HDPSurface
virtual SurfaceMessage* getMsg() { return m_msg; }virtual void setMsg(SurfaceMessage* in_msg) { m_msg = in_msg; }virtual void process(SendHelper* sendHelper);protected:\tvirtual void send(SendHelper* sendHelper);
HDPDrawable
HDPCursor
DisplayDrawCursor* GetMsg() { return msg; }void SetMsg(DisplayDrawCursor* in_msg) { msg = in_msg; }virtual void process(SendHelper* sendHelper);protected:\tvirtual void send(SendHelper* sendHelper); void cache();
0 条评论
下一页