test.jr

来自「hadoop:Nutch集群平台」· JR 代码 · 共 22 行

JR
22
字号
module org.apache.hadoop.record.test {    class RecRecord0 {        ustring     StringVal;    }    class RecRecord1 {        boolean         BoolVal;        byte            ByteVal;        int             IntVal;        long            LongVal;        float           FloatVal; // testing inline comment        double          DoubleVal; /* testing comment */        ustring         StringVal; /* testing multi-line                                    * comment */        buffer          BufferVal; // testing another // inline comment         vector<ustring> VectorVal;        map<ustring,ustring>   MapVal;        RecRecord0      RecordVal;    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?