3 Replies Latest reply on Dec 3, 2012 5:31 AM by nadirx

    Dynami Namespace creation in Infinispan

    burdeen_mohamed

      We are using Infinispan 5.1.6 stand alone server, Any body knows how to create dynamic name space from client program?

        • 1. Re: Dynami Namespace creation in Infinispan
          nadirx

          I don't quite understand: what do you mean when you say "dynamic name space" ?

          • 2. Re: Dynami Namespace creation in Infinispan
            burdeen_mohamed

            Thsnks, yes dynamic name space

            I am  using Infinispan 5.1.6 version hotrod client server communication (RemoteCacheManager), we need create logical category/group name and put set of related key value pair under logical Cagory/group name, for example employee contact details, employee salary details put  under Employee group name.

            Infinispan API support logical group/category ? if you this pls help me .

             

            Version: Infinispan 5.1.6

            Server:hotrod

            mode of communication : client server using RemotecacheManager

            Client: java 1.7

            Thanks!

            Bahurdeen Ali Ahamed.M

            • 3. Re: Dynami Namespace creation in Infinispan
              nadirx

              Not really, Infinispan doesn't group the information like that.

              If an entry belongs only to one "namespace", as you call it, you can construct your keys using concatenated strings to achieve the same effect.