railo.runtime.search
Class IndexResultImpl
java.lang.Object
railo.runtime.search.IndexResultImpl
- All Implemented Interfaces:
- IndexResult
public final class IndexResultImpl
- extends Object
- implements IndexResult
EMPTY
public static IndexResult EMPTY
IndexResultImpl
public IndexResultImpl(int countDeleted,
int countInserted,
int countUpdated)
IndexResultImpl
public IndexResultImpl()
getCountDeleted
public int getCountDeleted()
- Specified by:
getCountDeleted
in interface IndexResult
- Returns:
- returns how many delets are done
getCountInserted
public int getCountInserted()
- Specified by:
getCountInserted
in interface IndexResult
- Returns:
- returns how many inserts are done
getCountUpdated
public int getCountUpdated()
- Specified by:
getCountUpdated
in interface IndexResult
- Returns:
- returns how many updates are done
setCountDeleted
public void setCountDeleted(int countDeleted)
- Parameters:
countDeleted
- the countDeleted to set
setCountInserted
public void setCountInserted(int countInserted)
- Parameters:
countInserted
- the countInserted to set
setCountUpdated
public void setCountUpdated(int countUpdated)
- Parameters:
countUpdated
- the countUpdated to set
incCountDeleted
public void incCountDeleted()
- Parameters:
countDeleted
- the countDeleted to set
incCountInserted
public void incCountInserted()
- Parameters:
countInserted
- the countInserted to set
incCountUpdated
public void incCountUpdated()
- Parameters:
countUpdated
- the countUpdated to set
Copyright © 2012 Railo