org.alfresco.repo.domain.solr
Interface SOLRTransaction


public interface SOLRTransaction

Interface for SOLR transaction objects.

Since:
4.0

Method Summary
 java.lang.Long getCommitTimeMs()
           
 int getDeletes()
           
 java.lang.Long getId()
           
 int getUpdates()
           
 

Method Detail

getId

java.lang.Long getId()

getCommitTimeMs

java.lang.Long getCommitTimeMs()

getUpdates

int getUpdates()

getDeletes

int getDeletes()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.