com.hazelcast.ascii
Class TextCommandConstants

java.lang.Object
  extended by com.hazelcast.ascii.TextCommandConstants

public final class TextCommandConstants
extends Object


Nested Class Summary
static class TextCommandConstants.TextCommandType
           
 
Field Summary
static byte[] CLIENT_ERROR
           
static byte[] DELETED
           
static byte[] END
           
static byte[] ERROR
           
static byte[] FLAG_ZERO
           
static byte[] NOT_FOUND
           
static byte[] NOT_STORED
           
static byte[] RETURN
           
static byte[] RETURN_END
           
static byte[] SERVER_ERROR
           
static byte[] SPACE
           
static byte[] STORED
           
static byte[] TOUCHED
           
static byte[] VALUE_SPACE
           
 
Method Summary
static int getMonthSeconds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE

public static final byte[] SPACE

RETURN

public static final byte[] RETURN

FLAG_ZERO

public static final byte[] FLAG_ZERO

VALUE_SPACE

public static final byte[] VALUE_SPACE

DELETED

public static final byte[] DELETED

STORED

public static final byte[] STORED

TOUCHED

public static final byte[] TOUCHED

NOT_STORED

public static final byte[] NOT_STORED

NOT_FOUND

public static final byte[] NOT_FOUND

RETURN_END

public static final byte[] RETURN_END

END

public static final byte[] END

ERROR

public static final byte[] ERROR

CLIENT_ERROR

public static final byte[] CLIENT_ERROR

SERVER_ERROR

public static final byte[] SERVER_ERROR
Method Detail

getMonthSeconds

public static int getMonthSeconds()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.