Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Change enum fields in alluxio.stress.master.Operation to upper case #566

Closed apc999 closed 3 years ago

apc999 commented 3 years ago

To follow Java code convention, it should look like

public enum Operation {
  // Create files
  CREATE_FILE, // create fixed-N, create more in extra
  GET_BLOCK_LOCATIONS, // call for fixed-N
  ...