Package org.rostore.v2.keys
Class Properties
java.lang.Object
org.rostore.v2.keys.Properties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSpecifies the maximum length of the key representation for internal logging. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_STRING_KEY_REPRESENTATION
public static final int MAX_STRING_KEY_REPRESENTATIONSpecifies 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()
-