public interface

IncrementalFetchSettings

com.microstrategy.web.objects.admin.monitors.IncrementalFetchSettings
Known Indirect Subclasses

Class Overview

The interface IncrementalFetchSettings contains the settings for incremental fetch.

Summary

Public Methods
abstract int getBlockBegin()
Returns the starting position for incremental fetch.
abstract int getBlockCount()
Returns the maximum count of items for each single incremental fetch
abstract void setBlockBegin(int begin)
Sets the starting position for incremental fetch.
abstract void setBlockCount(int count)
Sets the maximum count of items for each single incremental fetch

Public Methods

public abstract int getBlockBegin ()

Returns the starting position for incremental fetch.

Returns
  • the starting position.

public abstract int getBlockCount ()

Returns the maximum count of items for each single incremental fetch

Returns
  • the maximum count of items for each incremental fetch

public abstract void setBlockBegin (int begin)

Sets the starting position for incremental fetch.

Parameters
begin the starting position

public abstract void setBlockCount (int count)

Sets the maximum count of items for each single incremental fetch

Parameters
count the maximum count of items for each incremental fetch