Class Properties

java.lang.Object
org.rostore.v2.keys.Properties

public class Properties extends Object
  • Field Details

    • MAX_STRING_KEY_REPRESENTATION

      public static final int MAX_STRING_KEY_REPRESENTATION
      Specifies the maximum length of the key representation for internal logging.

      If the length of the key is greater than this number, the key is represented cut down.

      This is used in the Object.toString() to represent a key and is not influencing any real-time business logic.

      See Also:
  • Constructor Details

    • Properties

      public Properties()