public static enum ChunkInformation.CheckInstance extends java.lang.Enum<ChunkInformation.CheckInstance>
Enum Constant and Description |
---|
PartialFetchDelivery |
PartialStoreDelivery |
ResponsePartialFetchDelivery |
ResponsePartialStoreDelivery |
Modifier and Type | Method and Description |
---|---|
boolean |
isChunkNumberCheck() |
boolean |
isChunkSizeCheck() |
boolean |
isReceivedChunksCheck() |
boolean |
isTotalChunkNumberCheck() |
boolean |
isTotalMessageSizeCheck() |
static ChunkInformation.CheckInstance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChunkInformation.CheckInstance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkInformation.CheckInstance PartialStoreDelivery
public static final ChunkInformation.CheckInstance ResponsePartialStoreDelivery
public static final ChunkInformation.CheckInstance PartialFetchDelivery
public static final ChunkInformation.CheckInstance ResponsePartialFetchDelivery
public static ChunkInformation.CheckInstance[] values()
for (ChunkInformation.CheckInstance c : ChunkInformation.CheckInstance.values()) System.out.println(c);
public static ChunkInformation.CheckInstance valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isChunkSizeCheck()
public boolean isChunkNumberCheck()
public boolean isTotalMessageSizeCheck()
public boolean isReceivedChunksCheck()
public boolean isTotalChunkNumberCheck()
Copyright © 2017. All Rights Reserved.