com.alachisoft.ncache.client.internal.communication.HashMapStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ncache-professional-client Show documentation
Show all versions of ncache-professional-client Show documentation
NCache Professional client for java.
package com.alachisoft.ncache.client.internal.communication;
class HashMapStatus {
public static final byte INITIALIZE = 1;
public static final byte UNINITIALIZE = 2;
}