forked from TrueCloudLab/frostfs-sdk-java
[#14] add lombok and refactor exceptions. Provide validator.
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
parent
15cf0893c7
commit
388428af76
87 changed files with 819 additions and 970 deletions
|
@ -9,6 +9,7 @@ public class AppConst {
|
|||
public static final int MIB = KIB << BYTE_SHIFT;
|
||||
public static final int OBJECT_CHUNK_SIZE = 3 * MIB;
|
||||
public static final int SHA256_HASH_LENGTH = 32;
|
||||
public static final int UUID_BYTE_ARRAY_LENGTH = 16;
|
||||
|
||||
private AppConst() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue