org.apache.james.user.hbase.def
Interface HUsersRepository


public interface HUsersRepository

Definitions for the UsersRepository HBase Table. Contains the table name, column family name and the used column/qualifier names.


Nested Class Summary
static interface HUsersRepository.COLUMN
           
 
Field Summary
static byte[] COLUMN_FAMILY_NAME
           
static byte[] TABLE_NAME
           
 

Field Detail

TABLE_NAME

static final byte[] TABLE_NAME

COLUMN_FAMILY_NAME

static final byte[] COLUMN_FAMILY_NAME


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.