Loading kinetic-client/src/main/java/kinetic/admin/Device.java +2 −2 Original line number Diff line number Diff line Loading @@ -59,9 +59,9 @@ public class Device { } /** * Set the vendor specifc device name. * Set the vendor specific device name. * * @param name the vendor specifc device name. * @param name the vendor specific device name. */ public void setName (byte[] name) { Loading kinetic-client/src/main/java/kinetic/client/KineticClient.java +1 −4 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public interface KineticClient extends GenericKineticClient { * successful noop operation returns the round-trip time of the command * invocation in milliseconds. * <p> * Please note that multiple invocations may likely to reflect the average * Please note that multiple invocations may likely reflect the average * response time of the service. * * @return the round-trip time for the no op command in millisecond. Loading Loading @@ -416,9 +416,6 @@ public interface KineticClient extends GenericKineticClient { * <code>maxKeys</code>, then only <code>maxKeys</code> keys will be * returned. * * @return an <code>List</code> of keys in the sequence based on the * specified key range * * @throws KineticException * if any internal error occurred. * Loading kinetic-client/src/main/java/kinetic/client/advanced/AdvancedKineticClient.java +0 −3 Original line number Diff line number Diff line Loading @@ -300,9 +300,6 @@ public interface AdvancedKineticClient extends KineticClient { * <code>maxKeys</code>, then only <code>maxKeys</code> keys will be * returned. * * @return an <code>List</code> of keys in the sequence based on the * specified key range. The keys are sorted in reversed order. * * @throws KineticException * if any internal error occurred. * Loading kinetic-client/src/main/java/kinetic/client/p2p/PeerToPeerOperation.java +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class PeerToPeerOperation { /** * Get overall status for the P2P operation. * <p> * Each opeartion's status can be obtained with * Each operation's status can be obtained with * {@link Operation#getStatus()} API. * <p> * Loading Loading
kinetic-client/src/main/java/kinetic/admin/Device.java +2 −2 Original line number Diff line number Diff line Loading @@ -59,9 +59,9 @@ public class Device { } /** * Set the vendor specifc device name. * Set the vendor specific device name. * * @param name the vendor specifc device name. * @param name the vendor specific device name. */ public void setName (byte[] name) { Loading
kinetic-client/src/main/java/kinetic/client/KineticClient.java +1 −4 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public interface KineticClient extends GenericKineticClient { * successful noop operation returns the round-trip time of the command * invocation in milliseconds. * <p> * Please note that multiple invocations may likely to reflect the average * Please note that multiple invocations may likely reflect the average * response time of the service. * * @return the round-trip time for the no op command in millisecond. Loading Loading @@ -416,9 +416,6 @@ public interface KineticClient extends GenericKineticClient { * <code>maxKeys</code>, then only <code>maxKeys</code> keys will be * returned. * * @return an <code>List</code> of keys in the sequence based on the * specified key range * * @throws KineticException * if any internal error occurred. * Loading
kinetic-client/src/main/java/kinetic/client/advanced/AdvancedKineticClient.java +0 −3 Original line number Diff line number Diff line Loading @@ -300,9 +300,6 @@ public interface AdvancedKineticClient extends KineticClient { * <code>maxKeys</code>, then only <code>maxKeys</code> keys will be * returned. * * @return an <code>List</code> of keys in the sequence based on the * specified key range. The keys are sorted in reversed order. * * @throws KineticException * if any internal error occurred. * Loading
kinetic-client/src/main/java/kinetic/client/p2p/PeerToPeerOperation.java +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class PeerToPeerOperation { /** * Get overall status for the P2P operation. * <p> * Each opeartion's status can be obtained with * Each operation's status can be obtained with * {@link Operation#getStatus()} API. * <p> * Loading