blob: 4b51b8c93856d4f0ccb29abfc9beaeb154eb915a [file] [log] [blame]
pwyckoff99b000b2008-04-03 19:30:55 +00001/**
2 * Autogenerated by Thrift
3 *
4 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 */
6package com.facebook.fb303;
7
8
9public class fb_status {
10 public static final int DEAD = 0;
11 public static final int STARTING = 1;
12 public static final int ALIVE = 2;
13 public static final int STOPPING = 3;
14 public static final int STOPPED = 4;
15 public static final int WARNING = 5;
16}