Class ChangeFeedServiceImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long count()  
      void delete​(java.util.List<ChangeFeed> instances)
      Deletes object with these IDs from backstore, exception raised by failure.
      void delete​(ChangeFeedKey id)
      Deletes object with id ID from backstore, exception raised by failure.
      boolean exists​(ChangeFeedKey ig)  
      org.springframework.data.domain.Page<ChangeFeed> filterbyPageable​(java.lang.String name, java.lang.String change, java.lang.String kind, org.springframework.data.domain.Pageable pageable)  
      org.springframework.data.domain.Page<ChangeFeed> findAllPageable​(org.springframework.data.domain.Pageable pageable)  
      <S extends ChangeFeed>
      S
      findOne​(ChangeFeedKey id)
      Return a entity based on its ID.
      <S extends ChangeFeed>
      S
      save​(S instance)
      Store object T to backstore
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected final org.slf4j.Logger LOG