Class AddIndexDataImpl

java.lang.Object
com.gigaspaces.sync.AddIndexDataImpl
All Implemented Interfaces:
AddIndexData

public class AddIndexDataImpl extends Object implements AddIndexData
Since:
10.0
Author:
Niv Ingberg
  • Constructor Details

    • AddIndexDataImpl

      public AddIndexDataImpl(String typeName, SpaceIndex[] indexes)
  • Method Details

    • getTypeName

      public String getTypeName()
      Specified by:
      getTypeName in interface AddIndexData
      Returns:
      The type name the index data belongs to.
    • getIndexes

      public SpaceIndex[] getIndexes()
      Specified by:
      getIndexes in interface AddIndexData
      Returns:
      The space indexes which are part of the add index operation data.