org.infinispan.lucene.impl
Interface DirectoryExtensions


public interface DirectoryExtensions

Some additional methods we add to our Directory implementations, mostly for reporting and testing reasons.

Author:
Sanne Grinovero (C) 2013 Red Hat Inc.

Method Summary
 String getIndexName()
           
 void renameFile(String from, String to)
           
 

Method Detail

getIndexName

String getIndexName()

renameFile

void renameFile(String from,
                String to)

-->

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