Class SchemaManager


  • public class SchemaManager
    extends Object
    A utility class to manipulate schema using the bulk mode. This class takes in all the commands and processes them completely. It is an all or nothing operation.
    • Method Detail

      • performOperations

        public List<Map<String,​Object>> performOperations()
                                                         throws Exception
        Take in a JSON command set and execute them. It tries to capture as many errors as possible instead of failing at the first error it encounters
        Returns:
        List of errors. If the List is empty then the operation was successful.
        Throws:
        Exception