Class BloomAspect

java.lang.Object
com.redis.om.spring.bloom.BloomAspect
All Implemented Interfaces:
org.springframework.core.Ordered

@Component public class BloomAspect extends Object implements org.springframework.core.Ordered
  • Constructor Details

  • Method Details

    • inCrudRepositorySave

      public void inCrudRepositorySave()
    • inRedisDocumentRepositorySave

      public void inRedisDocumentRepositorySave()
    • addToBloom

      public void addToBloom(org.aspectj.lang.JoinPoint jp, Object entity)
    • inCrudRepositorySaveAll

      public void inCrudRepositorySaveAll()
    • inRedisDocumentRepositorySaveAll

      public void inRedisDocumentRepositorySaveAll()
    • addAllToBloom

      public void addAllToBloom(org.aspectj.lang.JoinPoint jp, List<Object> entities)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered