Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.lucene
Interface ExternalizerIds


public interface ExternalizerIds

Identifiers used by the Marshaller to delegate to specialized Externalizers. For details, read http://community.jboss.org/docs/DOC-16198 The range reserved for the Lucene module is from 1300 to 1399.

Since:
5.0
Author:
Sanne Grinovero

Field Summary
static Integer CHUNK_CACHE_KEY
           
static Integer FILE_CACHE_KEY
           
static Integer FILE_LIST_CACHE_KEY
           
static Integer FILE_METADATA
           
static Integer FILE_READLOCK_KEY
           
 

Field Detail

FILE_LIST_CACHE_KEY

static final Integer FILE_LIST_CACHE_KEY
See Also:
FileListCacheKey.Externalizer

FILE_METADATA

static final Integer FILE_METADATA
See Also:
FileMetadata.Externalizer

FILE_CACHE_KEY

static final Integer FILE_CACHE_KEY
See Also:
FileCacheKey.Externalizer

CHUNK_CACHE_KEY

static final Integer CHUNK_CACHE_KEY
See Also:
ChunkCacheKey.Externalizer

FILE_READLOCK_KEY

static final Integer FILE_READLOCK_KEY
See Also:
FileReadLockKey.Externalizer

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.