Constant Field Values

Contents

org.summerboot.*

  • org.summerboot.jexpress.integration.cache.BootCache_RedisImple
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "local order = tonumber(ARGV[1])\nif not order or order < 1 then return 0 end\nlocal vals = redis.call(\"HMGET\", KEYS[1], \"Status\", \"Total\", \"Limit\", \"Booked\")\nlocal status = tonumber(vals[1])\nif not status or status < 1 then return 0 end\nlocal total = tonumber(vals[2])\nlocal limit = tonumber(vals[3])\nlocal booked = tonumber(vals[4])\nif not total or not limit or not booked then return 0 end\nif order <= limit and booked + order <= total then\n redis.call(\"HINCRBY\", KEYS[1], \"Booked\", order)\n return order\nend\nreturn 0"
    protected static final String
    "local key = KEYS[1]\nlocal initBurst = tonumber(ARGV[1])\nlocal maxBurstPerPeriod = tonumber(ARGV[2])\nlocal period = tonumber(ARGV[3])\nlocal quota = ARGV[4]\nreturn redis.call(\'CL.THROTTLE\', key, initBurst, maxBurstPerPeriod, period, quota)"
    protected static final String
    "if redis.call(\'get\', KEYS[1]) == ARGV[1] then return redis.call(\'del\', KEYS[1]) else return 0 end"
    protected static final String
    "OK"
  • org.summerboot.jexpress.integration.cache.RedisConfig
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "primary"
  • org.summerboot.jexpress.integration.cache.domain.FlashSale
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Booked"
    public static final String
    "Limit"
    public static final String
    "Status"
    public static final String
    "Total"
  • org.summerboot.jexpress.integration.ldap.LdapAgent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "dn"
    protected static final int
    4
  • org.summerboot.jexpress.nio.server.ws.rs.BootController
    Modifier and Type
    Constant Field
    Value
    public static final String
    "All other 4xx code. The client cannot continue and should not re-try again with the request without modification."
    public static final String
    "Unauthorized. The client should sign-on again, but not retransmit the same request again"
    public static final String
    "Client has no permission. Client should not retransmit the same request again."
    public static final String
    "Not Found. The client should not retransmit the same request again."
    public static final String
    "Too Many Requests"
    public static final String
    "All other 5xx code. Server errors due to unexpected failures. The client can continue and try again with the request without modification."
    public static final String
    "Not Implemented. The client can continue and try again with the request without modification."
    public static final String
    "Service Unavailable. The client can continue and try again with the request without modification."
    public static final String
    "Gateway Timeout. The client can continue and try again with the request without modification."
    public static final String
    "Insufficient Storage. The client should contact the system administrator. Do not try the request again."
    public static final String
    "App Admin"
    public static final String
    "App Authentication"
  • org.summerboot.jexpress.nio.server.ws.rs.BootController.Config
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/inspection"
    public static final String
    "/status"
    public static final String
    "/version"
    public static final String
    "/j_security_check"
    public static final String
    "/loadtest"
    public static final String
    "/login"
    public static final String
    ""
    public static final String
    "/ping"
    public static final String
    "AppAdmin"
    public static final String
    "X-AuthToken"