Generated by
JDiff

Interface org.apache.pig.backend.datastorage.DataStorage

Changed Methods
ElementDescriptor[] asCollection(String) Changed from non-abstract to abstract.  
void close() Changed from non-abstract to abstract. Clean-up and releasing of resources.
ContainerDescriptor getActiveContainer() Changed from non-abstract to abstract.  
Properties getConfiguration() Changed from non-abstract to abstract. Provides configuration information about the storage itself.
Map getStatistics() Changed from non-abstract to abstract. Provides statistics on the Storage: capacity values how much storage is in use...
void init() Changed from non-abstract to abstract. Place holder for possible initialization activities.
boolean isContainer(String) Changed from non-abstract to abstract.  
void setActiveContainer(ContainerDescriptor) Changed from non-abstract to abstract.  
void updateConfiguration(Properties) Changed from non-abstract to abstract. Provides a way to change configuration parameters at the Data Storage level.
ContainerDescriptor asContainer(String) Changed from non-abstract to abstract. Created an entity handle for a container.
ContainerDescriptor asContainer(String, String) Changed from non-abstract to abstract.  
ContainerDescriptor asContainer(ContainerDescriptor) Changed from non-abstract to abstract.  
ContainerDescriptor asContainer(ContainerDescriptor, String) Changed from non-abstract to abstract.  
ContainerDescriptor asContainer(ContainerDescriptor, ContainerDescriptor) Changed from non-abstract to abstract.  
ElementDescriptor asElement(String) Changed from non-abstract to abstract. Creates an entity handle for an object (no containment relation) from a String
ElementDescriptor asElement(String, String) Changed from non-abstract to abstract.  
ElementDescriptor asElement(ContainerDescriptor, String) Changed from non-abstract to abstract.  
ElementDescriptor asElement(ContainerDescriptor, ElementDescriptor) Changed from non-abstract to abstract.  
ElementDescriptor asElement(ElementDescriptor) Changed from non-abstract to abstract.